Documentation
¶
Index ¶
- type PaymentspbAuthorizePaymentRequest
- func (m *PaymentspbAuthorizePaymentRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *PaymentspbAuthorizePaymentRequest) MarshalBinary() ([]byte, error)
- func (m *PaymentspbAuthorizePaymentRequest) UnmarshalBinary(b []byte) error
- func (m *PaymentspbAuthorizePaymentRequest) Validate(formats strfmt.Registry) error
- type PaymentspbAuthorizePaymentResponse
- func (m *PaymentspbAuthorizePaymentResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *PaymentspbAuthorizePaymentResponse) MarshalBinary() ([]byte, error)
- func (m *PaymentspbAuthorizePaymentResponse) UnmarshalBinary(b []byte) error
- func (m *PaymentspbAuthorizePaymentResponse) Validate(formats strfmt.Registry) error
- type PaymentspbPayInvoiceResponse
- type ProtobufAny
- type RPCStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PaymentspbAuthorizePaymentRequest ¶
type PaymentspbAuthorizePaymentRequest struct { // amount Amount float64 `json:"amount,omitempty"` // customer Id CustomerID string `json:"customerId,omitempty"` }
PaymentspbAuthorizePaymentRequest paymentspb authorize payment request
swagger:model paymentspbAuthorizePaymentRequest
func (*PaymentspbAuthorizePaymentRequest) ContextValidate ¶
func (m *PaymentspbAuthorizePaymentRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this paymentspb authorize payment request based on context it is used
func (*PaymentspbAuthorizePaymentRequest) MarshalBinary ¶
func (m *PaymentspbAuthorizePaymentRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PaymentspbAuthorizePaymentRequest) UnmarshalBinary ¶
func (m *PaymentspbAuthorizePaymentRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PaymentspbAuthorizePaymentResponse ¶
type PaymentspbAuthorizePaymentResponse struct { // id ID string `json:"id,omitempty"` }
PaymentspbAuthorizePaymentResponse paymentspb authorize payment response
swagger:model paymentspbAuthorizePaymentResponse
func (*PaymentspbAuthorizePaymentResponse) ContextValidate ¶
func (m *PaymentspbAuthorizePaymentResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this paymentspb authorize payment response based on context it is used
func (*PaymentspbAuthorizePaymentResponse) MarshalBinary ¶
func (m *PaymentspbAuthorizePaymentResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PaymentspbAuthorizePaymentResponse) UnmarshalBinary ¶
func (m *PaymentspbAuthorizePaymentResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PaymentspbPayInvoiceResponse ¶
type PaymentspbPayInvoiceResponse interface{}
PaymentspbPayInvoiceResponse paymentspb pay invoice response
swagger:model paymentspbPayInvoiceResponse
type ProtobufAny ¶
type ProtobufAny struct { // at type AtType string `json:"@type,omitempty"` }
ProtobufAny protobuf any
swagger:model protobufAny
func (*ProtobufAny) ContextValidate ¶
ContextValidate validates this protobuf any based on context it is used
func (*ProtobufAny) MarshalBinary ¶
func (m *ProtobufAny) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProtobufAny) UnmarshalBinary ¶
func (m *ProtobufAny) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type RPCStatus ¶
type RPCStatus struct { // code Code int32 `json:"code,omitempty"` // details Details []*ProtobufAny `json:"details"` // message Message string `json:"message,omitempty"` }
RPCStatus rpc status
swagger:model rpcStatus
func (*RPCStatus) ContextValidate ¶
ContextValidate validate this rpc status based on the context it is used
func (*RPCStatus) MarshalBinary ¶
MarshalBinary interface implementation
func (*RPCStatus) UnmarshalBinary ¶
UnmarshalBinary interface implementation