Files
payouts/internal/service/yookassa/gen/oas_interfaces_gen.go

111 lines
1.7 KiB
Go

// 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()
}