Generate yookassa client via openapi tool ogen
This commit is contained in:
110
internal/service/yookassa/gen/oas_interfaces_gen.go
Normal file
110
internal/service/yookassa/gen/oas_interfaces_gen.go
Normal file
@@ -0,0 +1,110 @@
|
||||
// Code generated by ogen, DO NOT EDIT.
|
||||
package gen
|
||||
|
||||
type DealsDealIDGetRes interface {
|
||||
dealsDealIDGetRes()
|
||||
}
|
||||
|
||||
type DealsGetRes interface {
|
||||
dealsGetRes()
|
||||
}
|
||||
|
||||
type DealsPostRes interface {
|
||||
dealsPostRes()
|
||||
}
|
||||
|
||||
type MeGetRes interface {
|
||||
meGetRes()
|
||||
}
|
||||
|
||||
type PaymentMethodsPaymentMethodIDGetRes interface {
|
||||
paymentMethodsPaymentMethodIDGetRes()
|
||||
}
|
||||
|
||||
type PaymentMethodsPostRes interface {
|
||||
paymentMethodsPostRes()
|
||||
}
|
||||
|
||||
type PaymentsGetRes interface {
|
||||
paymentsGetRes()
|
||||
}
|
||||
|
||||
type PaymentsPaymentIDCancelPostRes interface {
|
||||
paymentsPaymentIDCancelPostRes()
|
||||
}
|
||||
|
||||
type PaymentsPaymentIDCapturePostRes interface {
|
||||
paymentsPaymentIDCapturePostRes()
|
||||
}
|
||||
|
||||
type PaymentsPaymentIDGetRes interface {
|
||||
paymentsPaymentIDGetRes()
|
||||
}
|
||||
|
||||
type PaymentsPostRes interface {
|
||||
paymentsPostRes()
|
||||
}
|
||||
|
||||
type PayoutsGetRes interface {
|
||||
payoutsGetRes()
|
||||
}
|
||||
|
||||
type PayoutsPayoutIDGetRes interface {
|
||||
payoutsPayoutIDGetRes()
|
||||
}
|
||||
|
||||
type PayoutsPostRes interface {
|
||||
payoutsPostRes()
|
||||
}
|
||||
|
||||
type PayoutsSearchGetRes interface {
|
||||
payoutsSearchGetRes()
|
||||
}
|
||||
|
||||
type PersonalDataPersonalDataIDGetRes interface {
|
||||
personalDataPersonalDataIDGetRes()
|
||||
}
|
||||
|
||||
type PersonalDataPostRes interface {
|
||||
personalDataPostRes()
|
||||
}
|
||||
|
||||
type ReceiptsGetRes interface {
|
||||
receiptsGetRes()
|
||||
}
|
||||
|
||||
type ReceiptsPostRes interface {
|
||||
receiptsPostRes()
|
||||
}
|
||||
|
||||
type ReceiptsReceiptIDGetRes interface {
|
||||
receiptsReceiptIDGetRes()
|
||||
}
|
||||
|
||||
type RefundsGetRes interface {
|
||||
refundsGetRes()
|
||||
}
|
||||
|
||||
type RefundsPostRes interface {
|
||||
refundsPostRes()
|
||||
}
|
||||
|
||||
type RefundsRefundIDGetRes interface {
|
||||
refundsRefundIDGetRes()
|
||||
}
|
||||
|
||||
type SbpBanksGetRes interface {
|
||||
sbpBanksGetRes()
|
||||
}
|
||||
|
||||
type WebhooksGetRes interface {
|
||||
webhooksGetRes()
|
||||
}
|
||||
|
||||
type WebhooksPostRes interface {
|
||||
webhooksPostRes()
|
||||
}
|
||||
|
||||
type WebhooksWebhookIDDeleteRes interface {
|
||||
webhooksWebhookIDDeleteRes()
|
||||
}
|
||||
Reference in New Issue
Block a user