sessions

package
v0.0.0-...-1f8cd32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: BSD-3-Clause, MIT Imports: 1 Imported by: 2

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL