37 lines
2.2 KiB
Go
37 lines
2.2 KiB
Go
// Code generated by ogen, DO NOT EDIT.
|
|
|
|
package gen
|
|
|
|
// OperationName is the ogen operation name
|
|
type OperationName = string
|
|
|
|
const (
|
|
DealsDealIDGetOperation OperationName = "DealsDealIDGet"
|
|
DealsGetOperation OperationName = "DealsGet"
|
|
DealsPostOperation OperationName = "DealsPost"
|
|
MeGetOperation OperationName = "MeGet"
|
|
PaymentMethodsPaymentMethodIDGetOperation OperationName = "PaymentMethodsPaymentMethodIDGet"
|
|
PaymentMethodsPostOperation OperationName = "PaymentMethodsPost"
|
|
PaymentsGetOperation OperationName = "PaymentsGet"
|
|
PaymentsPaymentIDCancelPostOperation OperationName = "PaymentsPaymentIDCancelPost"
|
|
PaymentsPaymentIDCapturePostOperation OperationName = "PaymentsPaymentIDCapturePost"
|
|
PaymentsPaymentIDGetOperation OperationName = "PaymentsPaymentIDGet"
|
|
PaymentsPostOperation OperationName = "PaymentsPost"
|
|
PayoutsGetOperation OperationName = "PayoutsGet"
|
|
PayoutsPayoutIDGetOperation OperationName = "PayoutsPayoutIDGet"
|
|
PayoutsPostOperation OperationName = "PayoutsPost"
|
|
PayoutsSearchGetOperation OperationName = "PayoutsSearchGet"
|
|
PersonalDataPersonalDataIDGetOperation OperationName = "PersonalDataPersonalDataIDGet"
|
|
PersonalDataPostOperation OperationName = "PersonalDataPost"
|
|
ReceiptsGetOperation OperationName = "ReceiptsGet"
|
|
ReceiptsPostOperation OperationName = "ReceiptsPost"
|
|
ReceiptsReceiptIDGetOperation OperationName = "ReceiptsReceiptIDGet"
|
|
RefundsGetOperation OperationName = "RefundsGet"
|
|
RefundsPostOperation OperationName = "RefundsPost"
|
|
RefundsRefundIDGetOperation OperationName = "RefundsRefundIDGet"
|
|
SbpBanksGetOperation OperationName = "SbpBanksGet"
|
|
WebhooksGetOperation OperationName = "WebhooksGet"
|
|
WebhooksPostOperation OperationName = "WebhooksPost"
|
|
WebhooksWebhookIDDeleteOperation OperationName = "WebhooksWebhookIDDelete"
|
|
)
|