Versions in this module Expand all Collapse all v19 v19.0.0 Feb 26, 2025 Changes in this version + type CreateSessionRequest struct + MerchantAccount string + SetupToken string + Store *string + func NewCreateSessionRequest(merchantAccount string, setupToken string) *CreateSessionRequest + func NewCreateSessionRequestWithDefaults() *CreateSessionRequest + func (o *CreateSessionRequest) GetMerchantAccount() string + func (o *CreateSessionRequest) GetMerchantAccountOk() (*string, bool) + func (o *CreateSessionRequest) GetSetupToken() string + func (o *CreateSessionRequest) GetSetupTokenOk() (*string, bool) + func (o *CreateSessionRequest) GetStore() string + func (o *CreateSessionRequest) GetStoreOk() (*string, bool) + func (o *CreateSessionRequest) HasStore() bool + func (o *CreateSessionRequest) SetMerchantAccount(v string) + func (o *CreateSessionRequest) SetSetupToken(v string) + func (o *CreateSessionRequest) SetStore(v string) + func (o CreateSessionRequest) MarshalJSON() ([]byte, error) + func (o CreateSessionRequest) ToMap() (map[string]interface{}, error) + type CreateSessionResponse struct + Id *string + InstallationId *string + MerchantAccount *string + SdkData *string + Store *string + func NewCreateSessionResponse() *CreateSessionResponse + func NewCreateSessionResponseWithDefaults() *CreateSessionResponse + func (o *CreateSessionResponse) GetId() string + func (o *CreateSessionResponse) GetIdOk() (*string, bool) + func (o *CreateSessionResponse) GetInstallationId() string + func (o *CreateSessionResponse) GetInstallationIdOk() (*string, bool) + func (o *CreateSessionResponse) GetMerchantAccount() string + func (o *CreateSessionResponse) GetMerchantAccountOk() (*string, bool) + func (o *CreateSessionResponse) GetSdkData() string + func (o *CreateSessionResponse) GetSdkDataOk() (*string, bool) + func (o *CreateSessionResponse) GetStore() string + func (o *CreateSessionResponse) GetStoreOk() (*string, bool) + func (o *CreateSessionResponse) HasId() bool + func (o *CreateSessionResponse) HasInstallationId() bool + func (o *CreateSessionResponse) HasMerchantAccount() bool + func (o *CreateSessionResponse) HasSdkData() bool + func (o *CreateSessionResponse) HasStore() bool + func (o *CreateSessionResponse) SetId(v string) + func (o *CreateSessionResponse) SetInstallationId(v string) + func (o *CreateSessionResponse) SetMerchantAccount(v string) + func (o *CreateSessionResponse) SetSdkData(v string) + func (o *CreateSessionResponse) SetStore(v string) + func (o CreateSessionResponse) MarshalJSON() ([]byte, error) + func (o CreateSessionResponse) ToMap() (map[string]interface{}, error) + type GeneralApi common.Service + func (a *GeneralApi) CreateCommunicationSession(ctx context.Context, r GeneralApiCreateCommunicationSessionInput) (CreateSessionResponse, *http.Response, error) + func (a *GeneralApi) CreateCommunicationSessionInput() GeneralApiCreateCommunicationSessionInput + type GeneralApiCreateCommunicationSessionInput struct + func (r GeneralApiCreateCommunicationSessionInput) CreateSessionRequest(createSessionRequest CreateSessionRequest) GeneralApiCreateCommunicationSessionInput + type NullableCreateSessionRequest struct + func NewNullableCreateSessionRequest(val *CreateSessionRequest) *NullableCreateSessionRequest + func (v *NullableCreateSessionRequest) Set(val *CreateSessionRequest) + func (v *NullableCreateSessionRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateSessionRequest) Unset() + func (v NullableCreateSessionRequest) Get() *CreateSessionRequest + func (v NullableCreateSessionRequest) IsSet() bool + func (v NullableCreateSessionRequest) MarshalJSON() ([]byte, error) + type NullableCreateSessionResponse struct + func NewNullableCreateSessionResponse(val *CreateSessionResponse) *NullableCreateSessionResponse + func (v *NullableCreateSessionResponse) Set(val *CreateSessionResponse) + func (v *NullableCreateSessionResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateSessionResponse) Unset() + func (v NullableCreateSessionResponse) Get() *CreateSessionResponse + func (v NullableCreateSessionResponse) IsSet() bool + func (v NullableCreateSessionResponse) MarshalJSON() ([]byte, error) Other modules containing this package github.com/adyen/adyen-go-api-library/v10 github.com/adyen/adyen-go-api-library/v11 github.com/adyen/adyen-go-api-library/v12 github.com/adyen/adyen-go-api-library/v13 github.com/adyen/adyen-go-api-library/v14 github.com/adyen/adyen-go-api-library/v15 github.com/adyen/adyen-go-api-library/v16 github.com/adyen/adyen-go-api-library/v17 github.com/adyen/adyen-go-api-library/v18