Generate yookassa client via openapi tool ogen

This commit is contained in:
2026-03-12 01:07:37 +03:00
parent 968c030939
commit 95b1b867db
27 changed files with 116035 additions and 15 deletions

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