Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PaymentProductFiltersClientSession ¶
type PaymentProductFiltersClientSession struct { Exclude *definitions.PaymentProductFilter `json:"exclude,omitempty"` RestrictTo *definitions.PaymentProductFilter `json:"restrictTo,omitempty"` }
PaymentProductFiltersClientSession represents class PaymentProductFiltersClientSession
func NewPaymentProductFiltersClientSession ¶
func NewPaymentProductFiltersClientSession() *PaymentProductFiltersClientSession
NewPaymentProductFiltersClientSession constructs a new PaymentProductFiltersClientSession
type SessionRequest ¶
type SessionRequest struct { PaymentProductFilters *PaymentProductFiltersClientSession `json:"paymentProductFilters,omitempty"` Tokens *[]string `json:"tokens,omitempty"` }
SessionRequest represents class SessionRequest
func NewSessionRequest ¶
func NewSessionRequest() *SessionRequest
NewSessionRequest constructs a new SessionRequest
type SessionResponse ¶
type SessionResponse struct { AssetURL *string `json:"assetUrl,omitempty"` ClientAPIURL *string `json:"clientApiUrl,omitempty"` ClientSessionID *string `json:"clientSessionId,omitempty"` CustomerID *string `json:"customerId,omitempty"` InvalidTokens *[]string `json:"invalidTokens,omitempty"` Region *string `json:"region,omitempty"` }
SessionResponse represents class SessionResponse
func NewSessionResponse ¶
func NewSessionResponse() *SessionResponse
NewSessionResponse constructs a new SessionResponse
Click to show internal directories.
Click to hide internal directories.