Documentation ¶
Index ¶
- type APIClient
- type APICredentialsCompanyLevelApi
- func (a *APICredentialsCompanyLevelApi) CreateApiCredential(ctx context.Context, r APICredentialsCompanyLevelApiCreateApiCredentialInput) (CreateCompanyApiCredentialResponse, *http.Response, error)
- func (a *APICredentialsCompanyLevelApi) CreateApiCredentialInput(companyId string) APICredentialsCompanyLevelApiCreateApiCredentialInput
- func (a *APICredentialsCompanyLevelApi) GetApiCredential(ctx context.Context, r APICredentialsCompanyLevelApiGetApiCredentialInput) (CompanyApiCredential, *http.Response, error)
- func (a *APICredentialsCompanyLevelApi) GetApiCredentialInput(companyId string, apiCredentialId string) APICredentialsCompanyLevelApiGetApiCredentialInput
- func (a *APICredentialsCompanyLevelApi) ListApiCredentials(ctx context.Context, r APICredentialsCompanyLevelApiListApiCredentialsInput) (ListCompanyApiCredentialsResponse, *http.Response, error)
- func (a *APICredentialsCompanyLevelApi) ListApiCredentialsInput(companyId string) APICredentialsCompanyLevelApiListApiCredentialsInput
- func (a *APICredentialsCompanyLevelApi) UpdateApiCredential(ctx context.Context, r APICredentialsCompanyLevelApiUpdateApiCredentialInput) (CompanyApiCredential, *http.Response, error)
- func (a *APICredentialsCompanyLevelApi) UpdateApiCredentialInput(companyId string, apiCredentialId string) APICredentialsCompanyLevelApiUpdateApiCredentialInput
- type APICredentialsCompanyLevelApiCreateApiCredentialInput
- type APICredentialsCompanyLevelApiGetApiCredentialInput
- type APICredentialsCompanyLevelApiListApiCredentialsInput
- type APICredentialsCompanyLevelApiUpdateApiCredentialInput
- type APICredentialsMerchantLevelApi
- func (a *APICredentialsMerchantLevelApi) CreateApiCredential(ctx context.Context, r APICredentialsMerchantLevelApiCreateApiCredentialInput) (CreateApiCredentialResponse, *http.Response, error)
- func (a *APICredentialsMerchantLevelApi) CreateApiCredentialInput(merchantId string) APICredentialsMerchantLevelApiCreateApiCredentialInput
- func (a *APICredentialsMerchantLevelApi) GetApiCredential(ctx context.Context, r APICredentialsMerchantLevelApiGetApiCredentialInput) (ApiCredential, *http.Response, error)
- func (a *APICredentialsMerchantLevelApi) GetApiCredentialInput(merchantId string, apiCredentialId string) APICredentialsMerchantLevelApiGetApiCredentialInput
- func (a *APICredentialsMerchantLevelApi) ListApiCredentials(ctx context.Context, r APICredentialsMerchantLevelApiListApiCredentialsInput) (ListMerchantApiCredentialsResponse, *http.Response, error)
- func (a *APICredentialsMerchantLevelApi) ListApiCredentialsInput(merchantId string) APICredentialsMerchantLevelApiListApiCredentialsInput
- func (a *APICredentialsMerchantLevelApi) UpdateApiCredential(ctx context.Context, r APICredentialsMerchantLevelApiUpdateApiCredentialInput) (ApiCredential, *http.Response, error)
- func (a *APICredentialsMerchantLevelApi) UpdateApiCredentialInput(merchantId string, apiCredentialId string) APICredentialsMerchantLevelApiUpdateApiCredentialInput
- type APICredentialsMerchantLevelApiCreateApiCredentialInput
- type APICredentialsMerchantLevelApiGetApiCredentialInput
- type APICredentialsMerchantLevelApiListApiCredentialsInput
- type APICredentialsMerchantLevelApiUpdateApiCredentialInput
- type APIKeyCompanyLevelApi
- func (a *APIKeyCompanyLevelApi) GenerateNewApiKey(ctx context.Context, r APIKeyCompanyLevelApiGenerateNewApiKeyInput) (GenerateApiKeyResponse, *http.Response, error)
- func (a *APIKeyCompanyLevelApi) GenerateNewApiKeyInput(companyId string, apiCredentialId string) APIKeyCompanyLevelApiGenerateNewApiKeyInput
- type APIKeyCompanyLevelApiGenerateNewApiKeyInput
- type APIKeyMerchantLevelApi
- func (a *APIKeyMerchantLevelApi) GenerateNewApiKey(ctx context.Context, r APIKeyMerchantLevelApiGenerateNewApiKeyInput) (GenerateApiKeyResponse, *http.Response, error)
- func (a *APIKeyMerchantLevelApi) GenerateNewApiKeyInput(merchantId string, apiCredentialId string) APIKeyMerchantLevelApiGenerateNewApiKeyInput
- type APIKeyMerchantLevelApiGenerateNewApiKeyInput
- type AccountCompanyLevelApi
- func (a *AccountCompanyLevelApi) GetCompanyAccount(ctx context.Context, r AccountCompanyLevelApiGetCompanyAccountInput) (Company, *http.Response, error)
- func (a *AccountCompanyLevelApi) GetCompanyAccountInput(companyId string) AccountCompanyLevelApiGetCompanyAccountInput
- func (a *AccountCompanyLevelApi) ListCompanyAccounts(ctx context.Context, r AccountCompanyLevelApiListCompanyAccountsInput) (ListCompanyResponse, *http.Response, error)
- func (a *AccountCompanyLevelApi) ListCompanyAccountsInput() AccountCompanyLevelApiListCompanyAccountsInput
- func (a *AccountCompanyLevelApi) ListMerchantAccounts(ctx context.Context, r AccountCompanyLevelApiListMerchantAccountsInput) (ListMerchantResponse, *http.Response, error)
- func (a *AccountCompanyLevelApi) ListMerchantAccountsInput(companyId string) AccountCompanyLevelApiListMerchantAccountsInput
- type AccountCompanyLevelApiGetCompanyAccountInput
- type AccountCompanyLevelApiListCompanyAccountsInput
- type AccountCompanyLevelApiListMerchantAccountsInput
- type AccountMerchantLevelApi
- func (a *AccountMerchantLevelApi) CreateMerchantAccount(ctx context.Context, r AccountMerchantLevelApiCreateMerchantAccountInput) (CreateMerchantResponse, *http.Response, error)
- func (a *AccountMerchantLevelApi) CreateMerchantAccountInput() AccountMerchantLevelApiCreateMerchantAccountInput
- func (a *AccountMerchantLevelApi) GetMerchantAccount(ctx context.Context, r AccountMerchantLevelApiGetMerchantAccountInput) (Merchant, *http.Response, error)
- func (a *AccountMerchantLevelApi) GetMerchantAccountInput(merchantId string) AccountMerchantLevelApiGetMerchantAccountInput
- func (a *AccountMerchantLevelApi) ListMerchantAccounts(ctx context.Context, r AccountMerchantLevelApiListMerchantAccountsInput) (ListMerchantResponse, *http.Response, error)
- func (a *AccountMerchantLevelApi) ListMerchantAccountsInput() AccountMerchantLevelApiListMerchantAccountsInput
- func (a *AccountMerchantLevelApi) RequestToActivateMerchantAccount(ctx context.Context, ...) (RequestActivationResponse, *http.Response, error)
- func (a *AccountMerchantLevelApi) RequestToActivateMerchantAccountInput(merchantId string) AccountMerchantLevelApiRequestToActivateMerchantAccountInput
- type AccountMerchantLevelApiCreateMerchantAccountInput
- type AccountMerchantLevelApiGetMerchantAccountInput
- type AccountMerchantLevelApiListMerchantAccountsInput
- type AccountMerchantLevelApiRequestToActivateMerchantAccountInput
- type AccountStoreLevelApi
- func (a *AccountStoreLevelApi) CreateStore(ctx context.Context, r AccountStoreLevelApiCreateStoreInput) (Store, *http.Response, error)
- func (a *AccountStoreLevelApi) CreateStoreByMerchantId(ctx context.Context, r AccountStoreLevelApiCreateStoreByMerchantIdInput) (Store, *http.Response, error)
- func (a *AccountStoreLevelApi) CreateStoreByMerchantIdInput(merchantId string) AccountStoreLevelApiCreateStoreByMerchantIdInput
- func (a *AccountStoreLevelApi) CreateStoreInput() AccountStoreLevelApiCreateStoreInput
- func (a *AccountStoreLevelApi) GetStore(ctx context.Context, r AccountStoreLevelApiGetStoreInput) (Store, *http.Response, error)
- func (a *AccountStoreLevelApi) GetStoreById(ctx context.Context, r AccountStoreLevelApiGetStoreByIdInput) (Store, *http.Response, error)
- func (a *AccountStoreLevelApi) GetStoreByIdInput(storeId string) AccountStoreLevelApiGetStoreByIdInput
- func (a *AccountStoreLevelApi) GetStoreInput(merchantId string, storeId string) AccountStoreLevelApiGetStoreInput
- func (a *AccountStoreLevelApi) ListStores(ctx context.Context, r AccountStoreLevelApiListStoresInput) (ListStoresResponse, *http.Response, error)
- func (a *AccountStoreLevelApi) ListStoresByMerchantId(ctx context.Context, r AccountStoreLevelApiListStoresByMerchantIdInput) (ListStoresResponse, *http.Response, error)
- func (a *AccountStoreLevelApi) ListStoresByMerchantIdInput(merchantId string) AccountStoreLevelApiListStoresByMerchantIdInput
- func (a *AccountStoreLevelApi) ListStoresInput() AccountStoreLevelApiListStoresInput
- func (a *AccountStoreLevelApi) UpdateStore(ctx context.Context, r AccountStoreLevelApiUpdateStoreInput) (Store, *http.Response, error)
- func (a *AccountStoreLevelApi) UpdateStoreById(ctx context.Context, r AccountStoreLevelApiUpdateStoreByIdInput) (Store, *http.Response, error)
- func (a *AccountStoreLevelApi) UpdateStoreByIdInput(storeId string) AccountStoreLevelApiUpdateStoreByIdInput
- func (a *AccountStoreLevelApi) UpdateStoreInput(merchantId string, storeId string) AccountStoreLevelApiUpdateStoreInput
- type AccountStoreLevelApiCreateStoreByMerchantIdInput
- type AccountStoreLevelApiCreateStoreInput
- type AccountStoreLevelApiGetStoreByIdInput
- type AccountStoreLevelApiGetStoreInput
- type AccountStoreLevelApiListStoresByMerchantIdInput
- func (r AccountStoreLevelApiListStoresByMerchantIdInput) PageNumber(pageNumber int32) AccountStoreLevelApiListStoresByMerchantIdInput
- func (r AccountStoreLevelApiListStoresByMerchantIdInput) PageSize(pageSize int32) AccountStoreLevelApiListStoresByMerchantIdInput
- func (r AccountStoreLevelApiListStoresByMerchantIdInput) Reference(reference string) AccountStoreLevelApiListStoresByMerchantIdInput
- type AccountStoreLevelApiListStoresInput
- func (r AccountStoreLevelApiListStoresInput) MerchantId(merchantId string) AccountStoreLevelApiListStoresInput
- func (r AccountStoreLevelApiListStoresInput) PageNumber(pageNumber int32) AccountStoreLevelApiListStoresInput
- func (r AccountStoreLevelApiListStoresInput) PageSize(pageSize int32) AccountStoreLevelApiListStoresInput
- func (r AccountStoreLevelApiListStoresInput) Reference(reference string) AccountStoreLevelApiListStoresInput
- type AccountStoreLevelApiUpdateStoreByIdInput
- type AccountStoreLevelApiUpdateStoreInput
- type AdditionalCommission
- func (o *AdditionalCommission) GetBalanceAccountId() string
- func (o *AdditionalCommission) GetBalanceAccountIdOk() (*string, bool)
- func (o *AdditionalCommission) GetFixedAmount() int64
- func (o *AdditionalCommission) GetFixedAmountOk() (*int64, bool)
- func (o *AdditionalCommission) GetVariablePercentage() int64
- func (o *AdditionalCommission) GetVariablePercentageOk() (*int64, bool)
- func (o *AdditionalCommission) HasBalanceAccountId() bool
- func (o *AdditionalCommission) HasFixedAmount() bool
- func (o *AdditionalCommission) HasVariablePercentage() bool
- func (o AdditionalCommission) MarshalJSON() ([]byte, error)
- func (o *AdditionalCommission) SetBalanceAccountId(v string)
- func (o *AdditionalCommission) SetFixedAmount(v int64)
- func (o *AdditionalCommission) SetVariablePercentage(v int64)
- func (o AdditionalCommission) ToMap() (map[string]interface{}, error)
- type AdditionalSettings
- func (o *AdditionalSettings) GetIncludeEventCodes() []string
- func (o *AdditionalSettings) GetIncludeEventCodesOk() ([]string, bool)
- func (o *AdditionalSettings) GetProperties() map[string]bool
- func (o *AdditionalSettings) GetPropertiesOk() (*map[string]bool, bool)
- func (o *AdditionalSettings) HasIncludeEventCodes() bool
- func (o *AdditionalSettings) HasProperties() bool
- func (o AdditionalSettings) MarshalJSON() ([]byte, error)
- func (o *AdditionalSettings) SetIncludeEventCodes(v []string)
- func (o *AdditionalSettings) SetProperties(v map[string]bool)
- func (o AdditionalSettings) ToMap() (map[string]interface{}, error)
- type AdditionalSettingsResponse
- func (o *AdditionalSettingsResponse) GetExcludeEventCodes() []string
- func (o *AdditionalSettingsResponse) GetExcludeEventCodesOk() ([]string, bool)
- func (o *AdditionalSettingsResponse) GetIncludeEventCodes() []string
- func (o *AdditionalSettingsResponse) GetIncludeEventCodesOk() ([]string, bool)
- func (o *AdditionalSettingsResponse) GetProperties() map[string]bool
- func (o *AdditionalSettingsResponse) GetPropertiesOk() (*map[string]bool, bool)
- func (o *AdditionalSettingsResponse) HasExcludeEventCodes() bool
- func (o *AdditionalSettingsResponse) HasIncludeEventCodes() bool
- func (o *AdditionalSettingsResponse) HasProperties() bool
- func (o AdditionalSettingsResponse) MarshalJSON() ([]byte, error)
- func (o *AdditionalSettingsResponse) SetExcludeEventCodes(v []string)
- func (o *AdditionalSettingsResponse) SetIncludeEventCodes(v []string)
- func (o *AdditionalSettingsResponse) SetProperties(v map[string]bool)
- func (o AdditionalSettingsResponse) ToMap() (map[string]interface{}, error)
- type Address
- func (o *Address) GetCity() string
- func (o *Address) GetCityOk() (*string, bool)
- func (o *Address) GetCompanyName() string
- func (o *Address) GetCompanyNameOk() (*string, bool)
- func (o *Address) GetCountry() string
- func (o *Address) GetCountryOk() (*string, bool)
- func (o *Address) GetPostalCode() string
- func (o *Address) GetPostalCodeOk() (*string, bool)
- func (o *Address) GetStateOrProvince() string
- func (o *Address) GetStateOrProvinceOk() (*string, bool)
- func (o *Address) GetStreetAddress() string
- func (o *Address) GetStreetAddress2() string
- func (o *Address) GetStreetAddress2Ok() (*string, bool)
- func (o *Address) GetStreetAddressOk() (*string, bool)
- func (o *Address) HasCity() bool
- func (o *Address) HasCompanyName() bool
- func (o *Address) HasCountry() bool
- func (o *Address) HasPostalCode() bool
- func (o *Address) HasStateOrProvince() bool
- func (o *Address) HasStreetAddress() bool
- func (o *Address) HasStreetAddress2() bool
- func (o Address) MarshalJSON() ([]byte, error)
- func (o *Address) SetCity(v string)
- func (o *Address) SetCompanyName(v string)
- func (o *Address) SetCountry(v string)
- func (o *Address) SetPostalCode(v string)
- func (o *Address) SetStateOrProvince(v string)
- func (o *Address) SetStreetAddress(v string)
- func (o *Address) SetStreetAddress2(v string)
- func (o Address) ToMap() (map[string]interface{}, error)
- type AfterpayTouchInfo
- type AllowedOrigin
- func (o *AllowedOrigin) GetDomain() string
- func (o *AllowedOrigin) GetDomainOk() (*string, bool)
- func (o *AllowedOrigin) GetId() string
- func (o *AllowedOrigin) GetIdOk() (*string, bool)
- func (o *AllowedOrigin) GetLinks() Links
- func (o *AllowedOrigin) GetLinksOk() (*Links, bool)
- func (o *AllowedOrigin) HasId() bool
- func (o *AllowedOrigin) HasLinks() bool
- func (o AllowedOrigin) MarshalJSON() ([]byte, error)
- func (o *AllowedOrigin) SetDomain(v string)
- func (o *AllowedOrigin) SetId(v string)
- func (o *AllowedOrigin) SetLinks(v Links)
- func (o AllowedOrigin) ToMap() (map[string]interface{}, error)
- type AllowedOriginsCompanyLevelApi
- func (a *AllowedOriginsCompanyLevelApi) CreateAllowedOrigin(ctx context.Context, r AllowedOriginsCompanyLevelApiCreateAllowedOriginInput) (AllowedOriginsResponse, *http.Response, error)
- func (a *AllowedOriginsCompanyLevelApi) CreateAllowedOriginInput(companyId string, apiCredentialId string) AllowedOriginsCompanyLevelApiCreateAllowedOriginInput
- func (a *AllowedOriginsCompanyLevelApi) DeleteAllowedOrigin(ctx context.Context, r AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput) (*http.Response, error)
- func (a *AllowedOriginsCompanyLevelApi) DeleteAllowedOriginInput(companyId string, apiCredentialId string, originId string) AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput
- func (a *AllowedOriginsCompanyLevelApi) GetAllowedOrigin(ctx context.Context, r AllowedOriginsCompanyLevelApiGetAllowedOriginInput) (AllowedOrigin, *http.Response, error)
- func (a *AllowedOriginsCompanyLevelApi) GetAllowedOriginInput(companyId string, apiCredentialId string, originId string) AllowedOriginsCompanyLevelApiGetAllowedOriginInput
- func (a *AllowedOriginsCompanyLevelApi) ListAllowedOrigins(ctx context.Context, r AllowedOriginsCompanyLevelApiListAllowedOriginsInput) (AllowedOriginsResponse, *http.Response, error)
- func (a *AllowedOriginsCompanyLevelApi) ListAllowedOriginsInput(companyId string, apiCredentialId string) AllowedOriginsCompanyLevelApiListAllowedOriginsInput
- type AllowedOriginsCompanyLevelApiCreateAllowedOriginInput
- type AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput
- type AllowedOriginsCompanyLevelApiGetAllowedOriginInput
- type AllowedOriginsCompanyLevelApiListAllowedOriginsInput
- type AllowedOriginsMerchantLevelApi
- func (a *AllowedOriginsMerchantLevelApi) CreateAllowedOrigin(ctx context.Context, r AllowedOriginsMerchantLevelApiCreateAllowedOriginInput) (AllowedOriginsResponse, *http.Response, error)
- func (a *AllowedOriginsMerchantLevelApi) CreateAllowedOriginInput(merchantId string, apiCredentialId string) AllowedOriginsMerchantLevelApiCreateAllowedOriginInput
- func (a *AllowedOriginsMerchantLevelApi) DeleteAllowedOrigin(ctx context.Context, r AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput) (*http.Response, error)
- func (a *AllowedOriginsMerchantLevelApi) DeleteAllowedOriginInput(merchantId string, apiCredentialId string, originId string) AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput
- func (a *AllowedOriginsMerchantLevelApi) GetAllowedOrigin(ctx context.Context, r AllowedOriginsMerchantLevelApiGetAllowedOriginInput) (AllowedOrigin, *http.Response, error)
- func (a *AllowedOriginsMerchantLevelApi) GetAllowedOriginInput(merchantId string, apiCredentialId string, originId string) AllowedOriginsMerchantLevelApiGetAllowedOriginInput
- func (a *AllowedOriginsMerchantLevelApi) ListAllowedOrigins(ctx context.Context, r AllowedOriginsMerchantLevelApiListAllowedOriginsInput) (AllowedOriginsResponse, *http.Response, error)
- func (a *AllowedOriginsMerchantLevelApi) ListAllowedOriginsInput(merchantId string, apiCredentialId string) AllowedOriginsMerchantLevelApiListAllowedOriginsInput
- type AllowedOriginsMerchantLevelApiCreateAllowedOriginInput
- type AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput
- type AllowedOriginsMerchantLevelApiGetAllowedOriginInput
- type AllowedOriginsMerchantLevelApiListAllowedOriginsInput
- type AllowedOriginsResponse
- func (o *AllowedOriginsResponse) GetData() []AllowedOrigin
- func (o *AllowedOriginsResponse) GetDataOk() ([]AllowedOrigin, bool)
- func (o *AllowedOriginsResponse) HasData() bool
- func (o AllowedOriginsResponse) MarshalJSON() ([]byte, error)
- func (o *AllowedOriginsResponse) SetData(v []AllowedOrigin)
- func (o AllowedOriginsResponse) ToMap() (map[string]interface{}, error)
- type Amount
- func (o *Amount) GetCurrency() string
- func (o *Amount) GetCurrencyOk() (*string, bool)
- func (o *Amount) GetValue() int64
- func (o *Amount) GetValueOk() (*int64, bool)
- func (o Amount) MarshalJSON() ([]byte, error)
- func (o *Amount) SetCurrency(v string)
- func (o *Amount) SetValue(v int64)
- func (o Amount) ToMap() (map[string]interface{}, error)
- type AndroidApp
- func (o *AndroidApp) GetDescription() string
- func (o *AndroidApp) GetDescriptionOk() (*string, bool)
- func (o *AndroidApp) GetErrorCode() string
- func (o *AndroidApp) GetErrorCodeOk() (*string, bool)
- func (o *AndroidApp) GetId() string
- func (o *AndroidApp) GetIdOk() (*string, bool)
- func (o *AndroidApp) GetLabel() string
- func (o *AndroidApp) GetLabelOk() (*string, bool)
- func (o *AndroidApp) GetPackageName() string
- func (o *AndroidApp) GetPackageNameOk() (*string, bool)
- func (o *AndroidApp) GetStatus() string
- func (o *AndroidApp) GetStatusOk() (*string, bool)
- func (o *AndroidApp) GetVersionCode() int32
- func (o *AndroidApp) GetVersionCodeOk() (*int32, bool)
- func (o *AndroidApp) GetVersionName() string
- func (o *AndroidApp) GetVersionNameOk() (*string, bool)
- func (o *AndroidApp) HasDescription() bool
- func (o *AndroidApp) HasErrorCode() bool
- func (o *AndroidApp) HasLabel() bool
- func (o *AndroidApp) HasPackageName() bool
- func (o *AndroidApp) HasVersionCode() bool
- func (o *AndroidApp) HasVersionName() bool
- func (o AndroidApp) MarshalJSON() ([]byte, error)
- func (o *AndroidApp) SetDescription(v string)
- func (o *AndroidApp) SetErrorCode(v string)
- func (o *AndroidApp) SetId(v string)
- func (o *AndroidApp) SetLabel(v string)
- func (o *AndroidApp) SetPackageName(v string)
- func (o *AndroidApp) SetStatus(v string)
- func (o *AndroidApp) SetVersionCode(v int32)
- func (o *AndroidApp) SetVersionName(v string)
- func (o AndroidApp) ToMap() (map[string]interface{}, error)
- type AndroidAppsResponse
- func (o *AndroidAppsResponse) GetData() []AndroidApp
- func (o *AndroidAppsResponse) GetDataOk() ([]AndroidApp, bool)
- func (o *AndroidAppsResponse) HasData() bool
- func (o AndroidAppsResponse) MarshalJSON() ([]byte, error)
- func (o *AndroidAppsResponse) SetData(v []AndroidApp)
- func (o AndroidAppsResponse) ToMap() (map[string]interface{}, error)
- type AndroidCertificate
- func (o *AndroidCertificate) GetDescription() string
- func (o *AndroidCertificate) GetDescriptionOk() (*string, bool)
- func (o *AndroidCertificate) GetExtension() string
- func (o *AndroidCertificate) GetExtensionOk() (*string, bool)
- func (o *AndroidCertificate) GetId() string
- func (o *AndroidCertificate) GetIdOk() (*string, bool)
- func (o *AndroidCertificate) GetName() string
- func (o *AndroidCertificate) GetNameOk() (*string, bool)
- func (o *AndroidCertificate) GetNotAfter() time.Time
- func (o *AndroidCertificate) GetNotAfterOk() (*time.Time, bool)
- func (o *AndroidCertificate) GetNotBefore() time.Time
- func (o *AndroidCertificate) GetNotBeforeOk() (*time.Time, bool)
- func (o *AndroidCertificate) GetStatus() string
- func (o *AndroidCertificate) GetStatusOk() (*string, bool)
- func (o *AndroidCertificate) HasDescription() bool
- func (o *AndroidCertificate) HasExtension() bool
- func (o *AndroidCertificate) HasName() bool
- func (o *AndroidCertificate) HasNotAfter() bool
- func (o *AndroidCertificate) HasNotBefore() bool
- func (o *AndroidCertificate) HasStatus() bool
- func (o AndroidCertificate) MarshalJSON() ([]byte, error)
- func (o *AndroidCertificate) SetDescription(v string)
- func (o *AndroidCertificate) SetExtension(v string)
- func (o *AndroidCertificate) SetId(v string)
- func (o *AndroidCertificate) SetName(v string)
- func (o *AndroidCertificate) SetNotAfter(v time.Time)
- func (o *AndroidCertificate) SetNotBefore(v time.Time)
- func (o *AndroidCertificate) SetStatus(v string)
- func (o AndroidCertificate) ToMap() (map[string]interface{}, error)
- type AndroidCertificatesResponse
- func (o *AndroidCertificatesResponse) GetData() []AndroidCertificate
- func (o *AndroidCertificatesResponse) GetDataOk() ([]AndroidCertificate, bool)
- func (o *AndroidCertificatesResponse) HasData() bool
- func (o AndroidCertificatesResponse) MarshalJSON() ([]byte, error)
- func (o *AndroidCertificatesResponse) SetData(v []AndroidCertificate)
- func (o AndroidCertificatesResponse) ToMap() (map[string]interface{}, error)
- type AndroidFilesCompanyLevelApi
- func (a *AndroidFilesCompanyLevelApi) GetAndroidApp(ctx context.Context, r AndroidFilesCompanyLevelApiGetAndroidAppInput) (AndroidApp, *http.Response, error)
- func (a *AndroidFilesCompanyLevelApi) GetAndroidAppInput(companyId string, id string) AndroidFilesCompanyLevelApiGetAndroidAppInput
- func (a *AndroidFilesCompanyLevelApi) ListAndroidApps(ctx context.Context, r AndroidFilesCompanyLevelApiListAndroidAppsInput) (AndroidAppsResponse, *http.Response, error)
- func (a *AndroidFilesCompanyLevelApi) ListAndroidAppsInput(companyId string) AndroidFilesCompanyLevelApiListAndroidAppsInput
- func (a *AndroidFilesCompanyLevelApi) ListAndroidCertificates(ctx context.Context, r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) (AndroidCertificatesResponse, *http.Response, error)
- func (a *AndroidFilesCompanyLevelApi) ListAndroidCertificatesInput(companyId string) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
- func (a *AndroidFilesCompanyLevelApi) UploadAndroidApp(ctx context.Context, r AndroidFilesCompanyLevelApiUploadAndroidAppInput) (*http.Response, error)
- func (a *AndroidFilesCompanyLevelApi) UploadAndroidAppInput(companyId string) AndroidFilesCompanyLevelApiUploadAndroidAppInput
- type AndroidFilesCompanyLevelApiGetAndroidAppInput
- type AndroidFilesCompanyLevelApiListAndroidAppsInput
- func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) PackageName(packageName string) AndroidFilesCompanyLevelApiListAndroidAppsInput
- func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) PageNumber(pageNumber int32) AndroidFilesCompanyLevelApiListAndroidAppsInput
- func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) PageSize(pageSize int32) AndroidFilesCompanyLevelApiListAndroidAppsInput
- func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) VersionCode(versionCode int32) AndroidFilesCompanyLevelApiListAndroidAppsInput
- type AndroidFilesCompanyLevelApiListAndroidCertificatesInput
- func (r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) CertificateName(certificateName string) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
- func (r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) PageNumber(pageNumber int32) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
- func (r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) PageSize(pageSize int32) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
- type AndroidFilesCompanyLevelApiUploadAndroidAppInput
- type ApiCredential
- func (o *ApiCredential) GetActive() bool
- func (o *ApiCredential) GetActiveOk() (*bool, bool)
- func (o *ApiCredential) GetAllowedIpAddresses() []string
- func (o *ApiCredential) GetAllowedIpAddressesOk() ([]string, bool)
- func (o *ApiCredential) GetAllowedOrigins() []AllowedOrigin
- func (o *ApiCredential) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
- func (o *ApiCredential) GetClientKey() string
- func (o *ApiCredential) GetClientKeyOk() (*string, bool)
- func (o *ApiCredential) GetDescription() string
- func (o *ApiCredential) GetDescriptionOk() (*string, bool)
- func (o *ApiCredential) GetId() string
- func (o *ApiCredential) GetIdOk() (*string, bool)
- func (o *ApiCredential) GetLinks() ApiCredentialLinks
- func (o *ApiCredential) GetLinksOk() (*ApiCredentialLinks, bool)
- func (o *ApiCredential) GetRoles() []string
- func (o *ApiCredential) GetRolesOk() ([]string, bool)
- func (o *ApiCredential) GetUsername() string
- func (o *ApiCredential) GetUsernameOk() (*string, bool)
- func (o *ApiCredential) HasAllowedOrigins() bool
- func (o *ApiCredential) HasDescription() bool
- func (o *ApiCredential) HasLinks() bool
- func (o ApiCredential) MarshalJSON() ([]byte, error)
- func (o *ApiCredential) SetActive(v bool)
- func (o *ApiCredential) SetAllowedIpAddresses(v []string)
- func (o *ApiCredential) SetAllowedOrigins(v []AllowedOrigin)
- func (o *ApiCredential) SetClientKey(v string)
- func (o *ApiCredential) SetDescription(v string)
- func (o *ApiCredential) SetId(v string)
- func (o *ApiCredential) SetLinks(v ApiCredentialLinks)
- func (o *ApiCredential) SetRoles(v []string)
- func (o *ApiCredential) SetUsername(v string)
- func (o ApiCredential) ToMap() (map[string]interface{}, error)
- type ApiCredentialLinks
- func (o *ApiCredentialLinks) GetAllowedOrigins() LinksElement
- func (o *ApiCredentialLinks) GetAllowedOriginsOk() (*LinksElement, bool)
- func (o *ApiCredentialLinks) GetCompany() LinksElement
- func (o *ApiCredentialLinks) GetCompanyOk() (*LinksElement, bool)
- func (o *ApiCredentialLinks) GetGenerateApiKey() LinksElement
- func (o *ApiCredentialLinks) GetGenerateApiKeyOk() (*LinksElement, bool)
- func (o *ApiCredentialLinks) GetGenerateClientKey() LinksElement
- func (o *ApiCredentialLinks) GetGenerateClientKeyOk() (*LinksElement, bool)
- func (o *ApiCredentialLinks) GetMerchant() LinksElement
- func (o *ApiCredentialLinks) GetMerchantOk() (*LinksElement, bool)
- func (o *ApiCredentialLinks) GetSelf() LinksElement
- func (o *ApiCredentialLinks) GetSelfOk() (*LinksElement, bool)
- func (o *ApiCredentialLinks) HasAllowedOrigins() bool
- func (o *ApiCredentialLinks) HasCompany() bool
- func (o *ApiCredentialLinks) HasGenerateApiKey() bool
- func (o *ApiCredentialLinks) HasGenerateClientKey() bool
- func (o *ApiCredentialLinks) HasMerchant() bool
- func (o ApiCredentialLinks) MarshalJSON() ([]byte, error)
- func (o *ApiCredentialLinks) SetAllowedOrigins(v LinksElement)
- func (o *ApiCredentialLinks) SetCompany(v LinksElement)
- func (o *ApiCredentialLinks) SetGenerateApiKey(v LinksElement)
- func (o *ApiCredentialLinks) SetGenerateClientKey(v LinksElement)
- func (o *ApiCredentialLinks) SetMerchant(v LinksElement)
- func (o *ApiCredentialLinks) SetSelf(v LinksElement)
- func (o ApiCredentialLinks) ToMap() (map[string]interface{}, error)
- type ApplePayInfo
- type BcmcInfo
- func (o *BcmcInfo) GetEnableBcmcMobile() bool
- func (o *BcmcInfo) GetEnableBcmcMobileOk() (*bool, bool)
- func (o *BcmcInfo) GetTransactionDescription() TransactionDescriptionInfo
- func (o *BcmcInfo) GetTransactionDescriptionOk() (*TransactionDescriptionInfo, bool)
- func (o *BcmcInfo) HasEnableBcmcMobile() bool
- func (o *BcmcInfo) HasTransactionDescription() bool
- func (o BcmcInfo) MarshalJSON() ([]byte, error)
- func (o *BcmcInfo) SetEnableBcmcMobile(v bool)
- func (o *BcmcInfo) SetTransactionDescription(v TransactionDescriptionInfo)
- func (o BcmcInfo) ToMap() (map[string]interface{}, error)
- type BillingEntitiesResponse
- func (o *BillingEntitiesResponse) GetData() []BillingEntity
- func (o *BillingEntitiesResponse) GetDataOk() ([]BillingEntity, bool)
- func (o *BillingEntitiesResponse) HasData() bool
- func (o BillingEntitiesResponse) MarshalJSON() ([]byte, error)
- func (o *BillingEntitiesResponse) SetData(v []BillingEntity)
- func (o BillingEntitiesResponse) ToMap() (map[string]interface{}, error)
- type BillingEntity
- func (o *BillingEntity) GetAddress() Address
- func (o *BillingEntity) GetAddressOk() (*Address, bool)
- func (o *BillingEntity) GetEmail() string
- func (o *BillingEntity) GetEmailOk() (*string, bool)
- func (o *BillingEntity) GetId() string
- func (o *BillingEntity) GetIdOk() (*string, bool)
- func (o *BillingEntity) GetName() string
- func (o *BillingEntity) GetNameOk() (*string, bool)
- func (o *BillingEntity) GetTaxId() string
- func (o *BillingEntity) GetTaxIdOk() (*string, bool)
- func (o *BillingEntity) HasAddress() bool
- func (o *BillingEntity) HasEmail() bool
- func (o *BillingEntity) HasId() bool
- func (o *BillingEntity) HasName() bool
- func (o *BillingEntity) HasTaxId() bool
- func (o BillingEntity) MarshalJSON() ([]byte, error)
- func (o *BillingEntity) SetAddress(v Address)
- func (o *BillingEntity) SetEmail(v string)
- func (o *BillingEntity) SetId(v string)
- func (o *BillingEntity) SetName(v string)
- func (o *BillingEntity) SetTaxId(v string)
- func (o BillingEntity) ToMap() (map[string]interface{}, error)
- type CardholderReceipt
- func (o *CardholderReceipt) GetHeaderForAuthorizedReceipt() string
- func (o *CardholderReceipt) GetHeaderForAuthorizedReceiptOk() (*string, bool)
- func (o *CardholderReceipt) HasHeaderForAuthorizedReceipt() bool
- func (o CardholderReceipt) MarshalJSON() ([]byte, error)
- func (o *CardholderReceipt) SetHeaderForAuthorizedReceipt(v string)
- func (o CardholderReceipt) ToMap() (map[string]interface{}, error)
- type CartesBancairesInfo
- func (o *CartesBancairesInfo) GetSiret() string
- func (o *CartesBancairesInfo) GetSiretOk() (*string, bool)
- func (o *CartesBancairesInfo) GetTransactionDescription() TransactionDescriptionInfo
- func (o *CartesBancairesInfo) GetTransactionDescriptionOk() (*TransactionDescriptionInfo, bool)
- func (o *CartesBancairesInfo) HasTransactionDescription() bool
- func (o CartesBancairesInfo) MarshalJSON() ([]byte, error)
- func (o *CartesBancairesInfo) SetSiret(v string)
- func (o *CartesBancairesInfo) SetTransactionDescription(v TransactionDescriptionInfo)
- func (o CartesBancairesInfo) ToMap() (map[string]interface{}, error)
- type ClearpayInfo
- type ClientKeyCompanyLevelApi
- func (a *ClientKeyCompanyLevelApi) GenerateNewClientKey(ctx context.Context, r ClientKeyCompanyLevelApiGenerateNewClientKeyInput) (GenerateClientKeyResponse, *http.Response, error)
- func (a *ClientKeyCompanyLevelApi) GenerateNewClientKeyInput(companyId string, apiCredentialId string) ClientKeyCompanyLevelApiGenerateNewClientKeyInput
- type ClientKeyCompanyLevelApiGenerateNewClientKeyInput
- type ClientKeyMerchantLevelApi
- func (a *ClientKeyMerchantLevelApi) GenerateNewClientKey(ctx context.Context, r ClientKeyMerchantLevelApiGenerateNewClientKeyInput) (GenerateClientKeyResponse, *http.Response, error)
- func (a *ClientKeyMerchantLevelApi) GenerateNewClientKeyInput(merchantId string, apiCredentialId string) ClientKeyMerchantLevelApiGenerateNewClientKeyInput
- type ClientKeyMerchantLevelApiGenerateNewClientKeyInput
- type Commission
- func (o *Commission) GetFixedAmount() int64
- func (o *Commission) GetFixedAmountOk() (*int64, bool)
- func (o *Commission) GetVariablePercentage() int64
- func (o *Commission) GetVariablePercentageOk() (*int64, bool)
- func (o *Commission) HasFixedAmount() bool
- func (o *Commission) HasVariablePercentage() bool
- func (o Commission) MarshalJSON() ([]byte, error)
- func (o *Commission) SetFixedAmount(v int64)
- func (o *Commission) SetVariablePercentage(v int64)
- func (o Commission) ToMap() (map[string]interface{}, error)
- type Company
- func (o *Company) GetDataCenters() []DataCenter
- func (o *Company) GetDataCentersOk() ([]DataCenter, bool)
- func (o *Company) GetDescription() string
- func (o *Company) GetDescriptionOk() (*string, bool)
- func (o *Company) GetId() string
- func (o *Company) GetIdOk() (*string, bool)
- func (o *Company) GetLinks() CompanyLinks
- func (o *Company) GetLinksOk() (*CompanyLinks, bool)
- func (o *Company) GetName() string
- func (o *Company) GetNameOk() (*string, bool)
- func (o *Company) GetReference() string
- func (o *Company) GetReferenceOk() (*string, bool)
- func (o *Company) GetStatus() string
- func (o *Company) GetStatusOk() (*string, bool)
- func (o *Company) HasDataCenters() bool
- func (o *Company) HasDescription() bool
- func (o *Company) HasId() bool
- func (o *Company) HasLinks() bool
- func (o *Company) HasName() bool
- func (o *Company) HasReference() bool
- func (o *Company) HasStatus() bool
- func (o Company) MarshalJSON() ([]byte, error)
- func (o *Company) SetDataCenters(v []DataCenter)
- func (o *Company) SetDescription(v string)
- func (o *Company) SetId(v string)
- func (o *Company) SetLinks(v CompanyLinks)
- func (o *Company) SetName(v string)
- func (o *Company) SetReference(v string)
- func (o *Company) SetStatus(v string)
- func (o Company) ToMap() (map[string]interface{}, error)
- type CompanyApiCredential
- func (o *CompanyApiCredential) GetActive() bool
- func (o *CompanyApiCredential) GetActiveOk() (*bool, bool)
- func (o *CompanyApiCredential) GetAllowedIpAddresses() []string
- func (o *CompanyApiCredential) GetAllowedIpAddressesOk() ([]string, bool)
- func (o *CompanyApiCredential) GetAllowedOrigins() []AllowedOrigin
- func (o *CompanyApiCredential) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
- func (o *CompanyApiCredential) GetAssociatedMerchantAccounts() []string
- func (o *CompanyApiCredential) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *CompanyApiCredential) GetClientKey() string
- func (o *CompanyApiCredential) GetClientKeyOk() (*string, bool)
- func (o *CompanyApiCredential) GetDescription() string
- func (o *CompanyApiCredential) GetDescriptionOk() (*string, bool)
- func (o *CompanyApiCredential) GetId() string
- func (o *CompanyApiCredential) GetIdOk() (*string, bool)
- func (o *CompanyApiCredential) GetLinks() ApiCredentialLinks
- func (o *CompanyApiCredential) GetLinksOk() (*ApiCredentialLinks, bool)
- func (o *CompanyApiCredential) GetRoles() []string
- func (o *CompanyApiCredential) GetRolesOk() ([]string, bool)
- func (o *CompanyApiCredential) GetUsername() string
- func (o *CompanyApiCredential) GetUsernameOk() (*string, bool)
- func (o *CompanyApiCredential) HasAllowedOrigins() bool
- func (o *CompanyApiCredential) HasAssociatedMerchantAccounts() bool
- func (o *CompanyApiCredential) HasDescription() bool
- func (o *CompanyApiCredential) HasLinks() bool
- func (o CompanyApiCredential) MarshalJSON() ([]byte, error)
- func (o *CompanyApiCredential) SetActive(v bool)
- func (o *CompanyApiCredential) SetAllowedIpAddresses(v []string)
- func (o *CompanyApiCredential) SetAllowedOrigins(v []AllowedOrigin)
- func (o *CompanyApiCredential) SetAssociatedMerchantAccounts(v []string)
- func (o *CompanyApiCredential) SetClientKey(v string)
- func (o *CompanyApiCredential) SetDescription(v string)
- func (o *CompanyApiCredential) SetId(v string)
- func (o *CompanyApiCredential) SetLinks(v ApiCredentialLinks)
- func (o *CompanyApiCredential) SetRoles(v []string)
- func (o *CompanyApiCredential) SetUsername(v string)
- func (o CompanyApiCredential) ToMap() (map[string]interface{}, error)
- type CompanyLinks
- func (o *CompanyLinks) GetApiCredentials() LinksElement
- func (o *CompanyLinks) GetApiCredentialsOk() (*LinksElement, bool)
- func (o *CompanyLinks) GetSelf() LinksElement
- func (o *CompanyLinks) GetSelfOk() (*LinksElement, bool)
- func (o *CompanyLinks) GetUsers() LinksElement
- func (o *CompanyLinks) GetUsersOk() (*LinksElement, bool)
- func (o *CompanyLinks) GetWebhooks() LinksElement
- func (o *CompanyLinks) GetWebhooksOk() (*LinksElement, bool)
- func (o *CompanyLinks) HasApiCredentials() bool
- func (o *CompanyLinks) HasUsers() bool
- func (o *CompanyLinks) HasWebhooks() bool
- func (o CompanyLinks) MarshalJSON() ([]byte, error)
- func (o *CompanyLinks) SetApiCredentials(v LinksElement)
- func (o *CompanyLinks) SetSelf(v LinksElement)
- func (o *CompanyLinks) SetUsers(v LinksElement)
- func (o *CompanyLinks) SetWebhooks(v LinksElement)
- func (o CompanyLinks) ToMap() (map[string]interface{}, error)
- type CompanyUser
- func (o *CompanyUser) GetAccountGroups() []string
- func (o *CompanyUser) GetAccountGroupsOk() ([]string, bool)
- func (o *CompanyUser) GetActive() bool
- func (o *CompanyUser) GetActiveOk() (*bool, bool)
- func (o *CompanyUser) GetApps() []string
- func (o *CompanyUser) GetAppsOk() ([]string, bool)
- func (o *CompanyUser) GetAssociatedMerchantAccounts() []string
- func (o *CompanyUser) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *CompanyUser) GetEmail() string
- func (o *CompanyUser) GetEmailOk() (*string, bool)
- func (o *CompanyUser) GetId() string
- func (o *CompanyUser) GetIdOk() (*string, bool)
- func (o *CompanyUser) GetLinks() Links
- func (o *CompanyUser) GetLinksOk() (*Links, bool)
- func (o *CompanyUser) GetName() Name
- func (o *CompanyUser) GetNameOk() (*Name, bool)
- func (o *CompanyUser) GetRoles() []string
- func (o *CompanyUser) GetRolesOk() ([]string, bool)
- func (o *CompanyUser) GetTimeZoneCode() string
- func (o *CompanyUser) GetTimeZoneCodeOk() (*string, bool)
- func (o *CompanyUser) GetUsername() string
- func (o *CompanyUser) GetUsernameOk() (*string, bool)
- func (o *CompanyUser) HasAccountGroups() bool
- func (o *CompanyUser) HasActive() bool
- func (o *CompanyUser) HasApps() bool
- func (o *CompanyUser) HasAssociatedMerchantAccounts() bool
- func (o *CompanyUser) HasLinks() bool
- func (o *CompanyUser) HasName() bool
- func (o CompanyUser) MarshalJSON() ([]byte, error)
- func (o *CompanyUser) SetAccountGroups(v []string)
- func (o *CompanyUser) SetActive(v bool)
- func (o *CompanyUser) SetApps(v []string)
- func (o *CompanyUser) SetAssociatedMerchantAccounts(v []string)
- func (o *CompanyUser) SetEmail(v string)
- func (o *CompanyUser) SetId(v string)
- func (o *CompanyUser) SetLinks(v Links)
- func (o *CompanyUser) SetName(v Name)
- func (o *CompanyUser) SetRoles(v []string)
- func (o *CompanyUser) SetTimeZoneCode(v string)
- func (o *CompanyUser) SetUsername(v string)
- func (o CompanyUser) ToMap() (map[string]interface{}, error)
- type Configuration
- func (o *Configuration) GetBrand() string
- func (o *Configuration) GetBrandOk() (*string, bool)
- func (o *Configuration) GetCurrencies() []Currency
- func (o *Configuration) GetCurrenciesOk() ([]Currency, bool)
- func (o *Configuration) GetSources() []string
- func (o *Configuration) GetSourcesOk() ([]string, bool)
- func (o *Configuration) HasSources() bool
- func (o Configuration) MarshalJSON() ([]byte, error)
- func (o *Configuration) SetBrand(v string)
- func (o *Configuration) SetCurrencies(v []Currency)
- func (o *Configuration) SetSources(v []string)
- func (o Configuration) ToMap() (map[string]interface{}, error)
- type Connectivity
- func (o *Connectivity) GetSimcardStatus() string
- func (o *Connectivity) GetSimcardStatusOk() (*string, bool)
- func (o *Connectivity) HasSimcardStatus() bool
- func (o Connectivity) MarshalJSON() ([]byte, error)
- func (o *Connectivity) SetSimcardStatus(v string)
- func (o Connectivity) ToMap() (map[string]interface{}, error)
- type Contact
- func (o *Contact) GetEmail() string
- func (o *Contact) GetEmailOk() (*string, bool)
- func (o *Contact) GetFirstName() string
- func (o *Contact) GetFirstNameOk() (*string, bool)
- func (o *Contact) GetInfix() string
- func (o *Contact) GetInfixOk() (*string, bool)
- func (o *Contact) GetLastName() string
- func (o *Contact) GetLastNameOk() (*string, bool)
- func (o *Contact) GetPhoneNumber() string
- func (o *Contact) GetPhoneNumberOk() (*string, bool)
- func (o *Contact) HasEmail() bool
- func (o *Contact) HasFirstName() bool
- func (o *Contact) HasInfix() bool
- func (o *Contact) HasLastName() bool
- func (o *Contact) HasPhoneNumber() bool
- func (o Contact) MarshalJSON() ([]byte, error)
- func (o *Contact) SetEmail(v string)
- func (o *Contact) SetFirstName(v string)
- func (o *Contact) SetInfix(v string)
- func (o *Contact) SetLastName(v string)
- func (o *Contact) SetPhoneNumber(v string)
- func (o Contact) ToMap() (map[string]interface{}, error)
- type CreateAllowedOriginRequest
- func (o *CreateAllowedOriginRequest) GetDomain() string
- func (o *CreateAllowedOriginRequest) GetDomainOk() (*string, bool)
- func (o *CreateAllowedOriginRequest) GetId() string
- func (o *CreateAllowedOriginRequest) GetIdOk() (*string, bool)
- func (o *CreateAllowedOriginRequest) GetLinks() Links
- func (o *CreateAllowedOriginRequest) GetLinksOk() (*Links, bool)
- func (o *CreateAllowedOriginRequest) HasId() bool
- func (o *CreateAllowedOriginRequest) HasLinks() bool
- func (o CreateAllowedOriginRequest) MarshalJSON() ([]byte, error)
- func (o *CreateAllowedOriginRequest) SetDomain(v string)
- func (o *CreateAllowedOriginRequest) SetId(v string)
- func (o *CreateAllowedOriginRequest) SetLinks(v Links)
- func (o CreateAllowedOriginRequest) ToMap() (map[string]interface{}, error)
- type CreateApiCredentialResponse
- func (o *CreateApiCredentialResponse) GetActive() bool
- func (o *CreateApiCredentialResponse) GetActiveOk() (*bool, bool)
- func (o *CreateApiCredentialResponse) GetAllowedIpAddresses() []string
- func (o *CreateApiCredentialResponse) GetAllowedIpAddressesOk() ([]string, bool)
- func (o *CreateApiCredentialResponse) GetAllowedOrigins() []AllowedOrigin
- func (o *CreateApiCredentialResponse) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
- func (o *CreateApiCredentialResponse) GetApiKey() string
- func (o *CreateApiCredentialResponse) GetApiKeyOk() (*string, bool)
- func (o *CreateApiCredentialResponse) GetClientKey() string
- func (o *CreateApiCredentialResponse) GetClientKeyOk() (*string, bool)
- func (o *CreateApiCredentialResponse) GetDescription() string
- func (o *CreateApiCredentialResponse) GetDescriptionOk() (*string, bool)
- func (o *CreateApiCredentialResponse) GetId() string
- func (o *CreateApiCredentialResponse) GetIdOk() (*string, bool)
- func (o *CreateApiCredentialResponse) GetLinks() ApiCredentialLinks
- func (o *CreateApiCredentialResponse) GetLinksOk() (*ApiCredentialLinks, bool)
- func (o *CreateApiCredentialResponse) GetPassword() string
- func (o *CreateApiCredentialResponse) GetPasswordOk() (*string, bool)
- func (o *CreateApiCredentialResponse) GetRoles() []string
- func (o *CreateApiCredentialResponse) GetRolesOk() ([]string, bool)
- func (o *CreateApiCredentialResponse) GetUsername() string
- func (o *CreateApiCredentialResponse) GetUsernameOk() (*string, bool)
- func (o *CreateApiCredentialResponse) HasAllowedOrigins() bool
- func (o *CreateApiCredentialResponse) HasDescription() bool
- func (o *CreateApiCredentialResponse) HasLinks() bool
- func (o CreateApiCredentialResponse) MarshalJSON() ([]byte, error)
- func (o *CreateApiCredentialResponse) SetActive(v bool)
- func (o *CreateApiCredentialResponse) SetAllowedIpAddresses(v []string)
- func (o *CreateApiCredentialResponse) SetAllowedOrigins(v []AllowedOrigin)
- func (o *CreateApiCredentialResponse) SetApiKey(v string)
- func (o *CreateApiCredentialResponse) SetClientKey(v string)
- func (o *CreateApiCredentialResponse) SetDescription(v string)
- func (o *CreateApiCredentialResponse) SetId(v string)
- func (o *CreateApiCredentialResponse) SetLinks(v ApiCredentialLinks)
- func (o *CreateApiCredentialResponse) SetPassword(v string)
- func (o *CreateApiCredentialResponse) SetRoles(v []string)
- func (o *CreateApiCredentialResponse) SetUsername(v string)
- func (o CreateApiCredentialResponse) ToMap() (map[string]interface{}, error)
- type CreateCompanyApiCredentialRequest
- func (o *CreateCompanyApiCredentialRequest) GetAllowedOrigins() []string
- func (o *CreateCompanyApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
- func (o *CreateCompanyApiCredentialRequest) GetAssociatedMerchantAccounts() []string
- func (o *CreateCompanyApiCredentialRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *CreateCompanyApiCredentialRequest) GetDescription() string
- func (o *CreateCompanyApiCredentialRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateCompanyApiCredentialRequest) GetRoles() []string
- func (o *CreateCompanyApiCredentialRequest) GetRolesOk() ([]string, bool)
- func (o *CreateCompanyApiCredentialRequest) HasAllowedOrigins() bool
- func (o *CreateCompanyApiCredentialRequest) HasAssociatedMerchantAccounts() bool
- func (o *CreateCompanyApiCredentialRequest) HasDescription() bool
- func (o *CreateCompanyApiCredentialRequest) HasRoles() bool
- func (o CreateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (o *CreateCompanyApiCredentialRequest) SetAllowedOrigins(v []string)
- func (o *CreateCompanyApiCredentialRequest) SetAssociatedMerchantAccounts(v []string)
- func (o *CreateCompanyApiCredentialRequest) SetDescription(v string)
- func (o *CreateCompanyApiCredentialRequest) SetRoles(v []string)
- func (o CreateCompanyApiCredentialRequest) ToMap() (map[string]interface{}, error)
- type CreateCompanyApiCredentialResponse
- func (o *CreateCompanyApiCredentialResponse) GetActive() bool
- func (o *CreateCompanyApiCredentialResponse) GetActiveOk() (*bool, bool)
- func (o *CreateCompanyApiCredentialResponse) GetAllowedIpAddresses() []string
- func (o *CreateCompanyApiCredentialResponse) GetAllowedIpAddressesOk() ([]string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetAllowedOrigins() []AllowedOrigin
- func (o *CreateCompanyApiCredentialResponse) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
- func (o *CreateCompanyApiCredentialResponse) GetApiKey() string
- func (o *CreateCompanyApiCredentialResponse) GetApiKeyOk() (*string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetAssociatedMerchantAccounts() []string
- func (o *CreateCompanyApiCredentialResponse) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetClientKey() string
- func (o *CreateCompanyApiCredentialResponse) GetClientKeyOk() (*string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetDescription() string
- func (o *CreateCompanyApiCredentialResponse) GetDescriptionOk() (*string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetId() string
- func (o *CreateCompanyApiCredentialResponse) GetIdOk() (*string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetLinks() ApiCredentialLinks
- func (o *CreateCompanyApiCredentialResponse) GetLinksOk() (*ApiCredentialLinks, bool)
- func (o *CreateCompanyApiCredentialResponse) GetPassword() string
- func (o *CreateCompanyApiCredentialResponse) GetPasswordOk() (*string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetRoles() []string
- func (o *CreateCompanyApiCredentialResponse) GetRolesOk() ([]string, bool)
- func (o *CreateCompanyApiCredentialResponse) GetUsername() string
- func (o *CreateCompanyApiCredentialResponse) GetUsernameOk() (*string, bool)
- func (o *CreateCompanyApiCredentialResponse) HasAllowedOrigins() bool
- func (o *CreateCompanyApiCredentialResponse) HasDescription() bool
- func (o *CreateCompanyApiCredentialResponse) HasLinks() bool
- func (o CreateCompanyApiCredentialResponse) MarshalJSON() ([]byte, error)
- func (o *CreateCompanyApiCredentialResponse) SetActive(v bool)
- func (o *CreateCompanyApiCredentialResponse) SetAllowedIpAddresses(v []string)
- func (o *CreateCompanyApiCredentialResponse) SetAllowedOrigins(v []AllowedOrigin)
- func (o *CreateCompanyApiCredentialResponse) SetApiKey(v string)
- func (o *CreateCompanyApiCredentialResponse) SetAssociatedMerchantAccounts(v []string)
- func (o *CreateCompanyApiCredentialResponse) SetClientKey(v string)
- func (o *CreateCompanyApiCredentialResponse) SetDescription(v string)
- func (o *CreateCompanyApiCredentialResponse) SetId(v string)
- func (o *CreateCompanyApiCredentialResponse) SetLinks(v ApiCredentialLinks)
- func (o *CreateCompanyApiCredentialResponse) SetPassword(v string)
- func (o *CreateCompanyApiCredentialResponse) SetRoles(v []string)
- func (o *CreateCompanyApiCredentialResponse) SetUsername(v string)
- func (o CreateCompanyApiCredentialResponse) ToMap() (map[string]interface{}, error)
- type CreateCompanyUserRequest
- func (o *CreateCompanyUserRequest) GetAccountGroups() []string
- func (o *CreateCompanyUserRequest) GetAccountGroupsOk() ([]string, bool)
- func (o *CreateCompanyUserRequest) GetAssociatedMerchantAccounts() []string
- func (o *CreateCompanyUserRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *CreateCompanyUserRequest) GetEmail() string
- func (o *CreateCompanyUserRequest) GetEmailOk() (*string, bool)
- func (o *CreateCompanyUserRequest) GetName() Name
- func (o *CreateCompanyUserRequest) GetNameOk() (*Name, bool)
- func (o *CreateCompanyUserRequest) GetRoles() []string
- func (o *CreateCompanyUserRequest) GetRolesOk() ([]string, bool)
- func (o *CreateCompanyUserRequest) GetTimeZoneCode() string
- func (o *CreateCompanyUserRequest) GetTimeZoneCodeOk() (*string, bool)
- func (o *CreateCompanyUserRequest) GetUsername() string
- func (o *CreateCompanyUserRequest) GetUsernameOk() (*string, bool)
- func (o *CreateCompanyUserRequest) HasAccountGroups() bool
- func (o *CreateCompanyUserRequest) HasAssociatedMerchantAccounts() bool
- func (o *CreateCompanyUserRequest) HasRoles() bool
- func (o *CreateCompanyUserRequest) HasTimeZoneCode() bool
- func (o CreateCompanyUserRequest) MarshalJSON() ([]byte, error)
- func (o *CreateCompanyUserRequest) SetAccountGroups(v []string)
- func (o *CreateCompanyUserRequest) SetAssociatedMerchantAccounts(v []string)
- func (o *CreateCompanyUserRequest) SetEmail(v string)
- func (o *CreateCompanyUserRequest) SetName(v Name)
- func (o *CreateCompanyUserRequest) SetRoles(v []string)
- func (o *CreateCompanyUserRequest) SetTimeZoneCode(v string)
- func (o *CreateCompanyUserRequest) SetUsername(v string)
- func (o CreateCompanyUserRequest) ToMap() (map[string]interface{}, error)
- type CreateCompanyUserResponse
- func (o *CreateCompanyUserResponse) GetAccountGroups() []string
- func (o *CreateCompanyUserResponse) GetAccountGroupsOk() ([]string, bool)
- func (o *CreateCompanyUserResponse) GetActive() bool
- func (o *CreateCompanyUserResponse) GetActiveOk() (*bool, bool)
- func (o *CreateCompanyUserResponse) GetApps() []string
- func (o *CreateCompanyUserResponse) GetAppsOk() ([]string, bool)
- func (o *CreateCompanyUserResponse) GetAssociatedMerchantAccounts() []string
- func (o *CreateCompanyUserResponse) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *CreateCompanyUserResponse) GetEmail() string
- func (o *CreateCompanyUserResponse) GetEmailOk() (*string, bool)
- func (o *CreateCompanyUserResponse) GetId() string
- func (o *CreateCompanyUserResponse) GetIdOk() (*string, bool)
- func (o *CreateCompanyUserResponse) GetLinks() Links
- func (o *CreateCompanyUserResponse) GetLinksOk() (*Links, bool)
- func (o *CreateCompanyUserResponse) GetName() Name
- func (o *CreateCompanyUserResponse) GetNameOk() (*Name, bool)
- func (o *CreateCompanyUserResponse) GetRoles() []string
- func (o *CreateCompanyUserResponse) GetRolesOk() ([]string, bool)
- func (o *CreateCompanyUserResponse) GetTimeZoneCode() string
- func (o *CreateCompanyUserResponse) GetTimeZoneCodeOk() (*string, bool)
- func (o *CreateCompanyUserResponse) GetUsername() string
- func (o *CreateCompanyUserResponse) GetUsernameOk() (*string, bool)
- func (o *CreateCompanyUserResponse) HasAccountGroups() bool
- func (o *CreateCompanyUserResponse) HasActive() bool
- func (o *CreateCompanyUserResponse) HasApps() bool
- func (o *CreateCompanyUserResponse) HasAssociatedMerchantAccounts() bool
- func (o *CreateCompanyUserResponse) HasLinks() bool
- func (o *CreateCompanyUserResponse) HasName() bool
- func (o CreateCompanyUserResponse) MarshalJSON() ([]byte, error)
- func (o *CreateCompanyUserResponse) SetAccountGroups(v []string)
- func (o *CreateCompanyUserResponse) SetActive(v bool)
- func (o *CreateCompanyUserResponse) SetApps(v []string)
- func (o *CreateCompanyUserResponse) SetAssociatedMerchantAccounts(v []string)
- func (o *CreateCompanyUserResponse) SetEmail(v string)
- func (o *CreateCompanyUserResponse) SetId(v string)
- func (o *CreateCompanyUserResponse) SetLinks(v Links)
- func (o *CreateCompanyUserResponse) SetName(v Name)
- func (o *CreateCompanyUserResponse) SetRoles(v []string)
- func (o *CreateCompanyUserResponse) SetTimeZoneCode(v string)
- func (o *CreateCompanyUserResponse) SetUsername(v string)
- func (o CreateCompanyUserResponse) ToMap() (map[string]interface{}, error)
- type CreateCompanyWebhookRequest
- func (o *CreateCompanyWebhookRequest) GetAcceptsExpiredCertificate() bool
- func (o *CreateCompanyWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
- func (o *CreateCompanyWebhookRequest) GetAcceptsSelfSignedCertificate() bool
- func (o *CreateCompanyWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
- func (o *CreateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
- func (o *CreateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
- func (o *CreateCompanyWebhookRequest) GetActive() bool
- func (o *CreateCompanyWebhookRequest) GetActiveOk() (*bool, bool)
- func (o *CreateCompanyWebhookRequest) GetAdditionalSettings() AdditionalSettings
- func (o *CreateCompanyWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
- func (o *CreateCompanyWebhookRequest) GetCommunicationFormat() string
- func (o *CreateCompanyWebhookRequest) GetCommunicationFormatOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetDescription() string
- func (o *CreateCompanyWebhookRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetEncryptionProtocol() string
- func (o *CreateCompanyWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccountType() string
- func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccountTypeOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccounts() []string
- func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccountsOk() ([]string, bool)
- func (o *CreateCompanyWebhookRequest) GetNetworkType() string
- func (o *CreateCompanyWebhookRequest) GetNetworkTypeOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetPassword() string
- func (o *CreateCompanyWebhookRequest) GetPasswordOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetPopulateSoapActionHeader() bool
- func (o *CreateCompanyWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
- func (o *CreateCompanyWebhookRequest) GetType() string
- func (o *CreateCompanyWebhookRequest) GetTypeOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetUrl() string
- func (o *CreateCompanyWebhookRequest) GetUrlOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) GetUsername() string
- func (o *CreateCompanyWebhookRequest) GetUsernameOk() (*string, bool)
- func (o *CreateCompanyWebhookRequest) HasAcceptsExpiredCertificate() bool
- func (o *CreateCompanyWebhookRequest) HasAcceptsSelfSignedCertificate() bool
- func (o *CreateCompanyWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
- func (o *CreateCompanyWebhookRequest) HasAdditionalSettings() bool
- func (o *CreateCompanyWebhookRequest) HasDescription() bool
- func (o *CreateCompanyWebhookRequest) HasEncryptionProtocol() bool
- func (o *CreateCompanyWebhookRequest) HasNetworkType() bool
- func (o *CreateCompanyWebhookRequest) HasPassword() bool
- func (o *CreateCompanyWebhookRequest) HasPopulateSoapActionHeader() bool
- func (o *CreateCompanyWebhookRequest) HasUsername() bool
- func (o CreateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *CreateCompanyWebhookRequest) SetAcceptsExpiredCertificate(v bool)
- func (o *CreateCompanyWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
- func (o *CreateCompanyWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
- func (o *CreateCompanyWebhookRequest) SetActive(v bool)
- func (o *CreateCompanyWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
- func (o *CreateCompanyWebhookRequest) SetCommunicationFormat(v string)
- func (o *CreateCompanyWebhookRequest) SetDescription(v string)
- func (o *CreateCompanyWebhookRequest) SetEncryptionProtocol(v string)
- func (o *CreateCompanyWebhookRequest) SetFilterMerchantAccountType(v string)
- func (o *CreateCompanyWebhookRequest) SetFilterMerchantAccounts(v []string)
- func (o *CreateCompanyWebhookRequest) SetNetworkType(v string)
- func (o *CreateCompanyWebhookRequest) SetPassword(v string)
- func (o *CreateCompanyWebhookRequest) SetPopulateSoapActionHeader(v bool)
- func (o *CreateCompanyWebhookRequest) SetType(v string)
- func (o *CreateCompanyWebhookRequest) SetUrl(v string)
- func (o *CreateCompanyWebhookRequest) SetUsername(v string)
- func (o CreateCompanyWebhookRequest) ToMap() (map[string]interface{}, error)
- type CreateMerchantApiCredentialRequest
- func (o *CreateMerchantApiCredentialRequest) GetAllowedOrigins() []string
- func (o *CreateMerchantApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
- func (o *CreateMerchantApiCredentialRequest) GetDescription() string
- func (o *CreateMerchantApiCredentialRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateMerchantApiCredentialRequest) GetRoles() []string
- func (o *CreateMerchantApiCredentialRequest) GetRolesOk() ([]string, bool)
- func (o *CreateMerchantApiCredentialRequest) HasAllowedOrigins() bool
- func (o *CreateMerchantApiCredentialRequest) HasDescription() bool
- func (o *CreateMerchantApiCredentialRequest) HasRoles() bool
- func (o CreateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (o *CreateMerchantApiCredentialRequest) SetAllowedOrigins(v []string)
- func (o *CreateMerchantApiCredentialRequest) SetDescription(v string)
- func (o *CreateMerchantApiCredentialRequest) SetRoles(v []string)
- func (o CreateMerchantApiCredentialRequest) ToMap() (map[string]interface{}, error)
- type CreateMerchantRequest
- func (o *CreateMerchantRequest) GetBusinessLineId() string
- func (o *CreateMerchantRequest) GetBusinessLineIdOk() (*string, bool)
- func (o *CreateMerchantRequest) GetCompanyId() string
- func (o *CreateMerchantRequest) GetCompanyIdOk() (*string, bool)
- func (o *CreateMerchantRequest) GetDescription() string
- func (o *CreateMerchantRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateMerchantRequest) GetLegalEntityId() string
- func (o *CreateMerchantRequest) GetLegalEntityIdOk() (*string, bool)
- func (o *CreateMerchantRequest) GetPricingPlan() string
- func (o *CreateMerchantRequest) GetPricingPlanOk() (*string, bool)
- func (o *CreateMerchantRequest) GetReference() string
- func (o *CreateMerchantRequest) GetReferenceOk() (*string, bool)
- func (o *CreateMerchantRequest) GetSalesChannels() []string
- func (o *CreateMerchantRequest) GetSalesChannelsOk() ([]string, bool)
- func (o *CreateMerchantRequest) HasBusinessLineId() bool
- func (o *CreateMerchantRequest) HasDescription() bool
- func (o *CreateMerchantRequest) HasLegalEntityId() bool
- func (o *CreateMerchantRequest) HasPricingPlan() bool
- func (o *CreateMerchantRequest) HasReference() bool
- func (o *CreateMerchantRequest) HasSalesChannels() bool
- func (o CreateMerchantRequest) MarshalJSON() ([]byte, error)
- func (o *CreateMerchantRequest) SetBusinessLineId(v string)
- func (o *CreateMerchantRequest) SetCompanyId(v string)
- func (o *CreateMerchantRequest) SetDescription(v string)
- func (o *CreateMerchantRequest) SetLegalEntityId(v string)
- func (o *CreateMerchantRequest) SetPricingPlan(v string)
- func (o *CreateMerchantRequest) SetReference(v string)
- func (o *CreateMerchantRequest) SetSalesChannels(v []string)
- func (o CreateMerchantRequest) ToMap() (map[string]interface{}, error)
- type CreateMerchantResponse
- func (o *CreateMerchantResponse) GetBusinessLineId() string
- func (o *CreateMerchantResponse) GetBusinessLineIdOk() (*string, bool)
- func (o *CreateMerchantResponse) GetCompanyId() string
- func (o *CreateMerchantResponse) GetCompanyIdOk() (*string, bool)
- func (o *CreateMerchantResponse) GetDescription() string
- func (o *CreateMerchantResponse) GetDescriptionOk() (*string, bool)
- func (o *CreateMerchantResponse) GetId() string
- func (o *CreateMerchantResponse) GetIdOk() (*string, bool)
- func (o *CreateMerchantResponse) GetLegalEntityId() string
- func (o *CreateMerchantResponse) GetLegalEntityIdOk() (*string, bool)
- func (o *CreateMerchantResponse) GetPricingPlan() string
- func (o *CreateMerchantResponse) GetPricingPlanOk() (*string, bool)
- func (o *CreateMerchantResponse) GetReference() string
- func (o *CreateMerchantResponse) GetReferenceOk() (*string, bool)
- func (o *CreateMerchantResponse) HasBusinessLineId() bool
- func (o *CreateMerchantResponse) HasCompanyId() bool
- func (o *CreateMerchantResponse) HasDescription() bool
- func (o *CreateMerchantResponse) HasId() bool
- func (o *CreateMerchantResponse) HasLegalEntityId() bool
- func (o *CreateMerchantResponse) HasPricingPlan() bool
- func (o *CreateMerchantResponse) HasReference() bool
- func (o CreateMerchantResponse) MarshalJSON() ([]byte, error)
- func (o *CreateMerchantResponse) SetBusinessLineId(v string)
- func (o *CreateMerchantResponse) SetCompanyId(v string)
- func (o *CreateMerchantResponse) SetDescription(v string)
- func (o *CreateMerchantResponse) SetId(v string)
- func (o *CreateMerchantResponse) SetLegalEntityId(v string)
- func (o *CreateMerchantResponse) SetPricingPlan(v string)
- func (o *CreateMerchantResponse) SetReference(v string)
- func (o CreateMerchantResponse) ToMap() (map[string]interface{}, error)
- type CreateMerchantUserRequest
- func (o *CreateMerchantUserRequest) GetAccountGroups() []string
- func (o *CreateMerchantUserRequest) GetAccountGroupsOk() ([]string, bool)
- func (o *CreateMerchantUserRequest) GetEmail() string
- func (o *CreateMerchantUserRequest) GetEmailOk() (*string, bool)
- func (o *CreateMerchantUserRequest) GetName() Name
- func (o *CreateMerchantUserRequest) GetNameOk() (*Name, bool)
- func (o *CreateMerchantUserRequest) GetRoles() []string
- func (o *CreateMerchantUserRequest) GetRolesOk() ([]string, bool)
- func (o *CreateMerchantUserRequest) GetTimeZoneCode() string
- func (o *CreateMerchantUserRequest) GetTimeZoneCodeOk() (*string, bool)
- func (o *CreateMerchantUserRequest) GetUsername() string
- func (o *CreateMerchantUserRequest) GetUsernameOk() (*string, bool)
- func (o *CreateMerchantUserRequest) HasAccountGroups() bool
- func (o *CreateMerchantUserRequest) HasRoles() bool
- func (o *CreateMerchantUserRequest) HasTimeZoneCode() bool
- func (o CreateMerchantUserRequest) MarshalJSON() ([]byte, error)
- func (o *CreateMerchantUserRequest) SetAccountGroups(v []string)
- func (o *CreateMerchantUserRequest) SetEmail(v string)
- func (o *CreateMerchantUserRequest) SetName(v Name)
- func (o *CreateMerchantUserRequest) SetRoles(v []string)
- func (o *CreateMerchantUserRequest) SetTimeZoneCode(v string)
- func (o *CreateMerchantUserRequest) SetUsername(v string)
- func (o CreateMerchantUserRequest) ToMap() (map[string]interface{}, error)
- type CreateMerchantWebhookRequest
- func (o *CreateMerchantWebhookRequest) GetAcceptsExpiredCertificate() bool
- func (o *CreateMerchantWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
- func (o *CreateMerchantWebhookRequest) GetAcceptsSelfSignedCertificate() bool
- func (o *CreateMerchantWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
- func (o *CreateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
- func (o *CreateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
- func (o *CreateMerchantWebhookRequest) GetActive() bool
- func (o *CreateMerchantWebhookRequest) GetActiveOk() (*bool, bool)
- func (o *CreateMerchantWebhookRequest) GetAdditionalSettings() AdditionalSettings
- func (o *CreateMerchantWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
- func (o *CreateMerchantWebhookRequest) GetCommunicationFormat() string
- func (o *CreateMerchantWebhookRequest) GetCommunicationFormatOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) GetDescription() string
- func (o *CreateMerchantWebhookRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) GetEncryptionProtocol() string
- func (o *CreateMerchantWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) GetNetworkType() string
- func (o *CreateMerchantWebhookRequest) GetNetworkTypeOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) GetPassword() string
- func (o *CreateMerchantWebhookRequest) GetPasswordOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) GetPopulateSoapActionHeader() bool
- func (o *CreateMerchantWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
- func (o *CreateMerchantWebhookRequest) GetType() string
- func (o *CreateMerchantWebhookRequest) GetTypeOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) GetUrl() string
- func (o *CreateMerchantWebhookRequest) GetUrlOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) GetUsername() string
- func (o *CreateMerchantWebhookRequest) GetUsernameOk() (*string, bool)
- func (o *CreateMerchantWebhookRequest) HasAcceptsExpiredCertificate() bool
- func (o *CreateMerchantWebhookRequest) HasAcceptsSelfSignedCertificate() bool
- func (o *CreateMerchantWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
- func (o *CreateMerchantWebhookRequest) HasAdditionalSettings() bool
- func (o *CreateMerchantWebhookRequest) HasDescription() bool
- func (o *CreateMerchantWebhookRequest) HasEncryptionProtocol() bool
- func (o *CreateMerchantWebhookRequest) HasNetworkType() bool
- func (o *CreateMerchantWebhookRequest) HasPassword() bool
- func (o *CreateMerchantWebhookRequest) HasPopulateSoapActionHeader() bool
- func (o *CreateMerchantWebhookRequest) HasUsername() bool
- func (o CreateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *CreateMerchantWebhookRequest) SetAcceptsExpiredCertificate(v bool)
- func (o *CreateMerchantWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
- func (o *CreateMerchantWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
- func (o *CreateMerchantWebhookRequest) SetActive(v bool)
- func (o *CreateMerchantWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
- func (o *CreateMerchantWebhookRequest) SetCommunicationFormat(v string)
- func (o *CreateMerchantWebhookRequest) SetDescription(v string)
- func (o *CreateMerchantWebhookRequest) SetEncryptionProtocol(v string)
- func (o *CreateMerchantWebhookRequest) SetNetworkType(v string)
- func (o *CreateMerchantWebhookRequest) SetPassword(v string)
- func (o *CreateMerchantWebhookRequest) SetPopulateSoapActionHeader(v bool)
- func (o *CreateMerchantWebhookRequest) SetType(v string)
- func (o *CreateMerchantWebhookRequest) SetUrl(v string)
- func (o *CreateMerchantWebhookRequest) SetUsername(v string)
- func (o CreateMerchantWebhookRequest) ToMap() (map[string]interface{}, error)
- type CreateUserResponse
- func (o *CreateUserResponse) GetAccountGroups() []string
- func (o *CreateUserResponse) GetAccountGroupsOk() ([]string, bool)
- func (o *CreateUserResponse) GetActive() bool
- func (o *CreateUserResponse) GetActiveOk() (*bool, bool)
- func (o *CreateUserResponse) GetApps() []string
- func (o *CreateUserResponse) GetAppsOk() ([]string, bool)
- func (o *CreateUserResponse) GetEmail() string
- func (o *CreateUserResponse) GetEmailOk() (*string, bool)
- func (o *CreateUserResponse) GetId() string
- func (o *CreateUserResponse) GetIdOk() (*string, bool)
- func (o *CreateUserResponse) GetLinks() Links
- func (o *CreateUserResponse) GetLinksOk() (*Links, bool)
- func (o *CreateUserResponse) GetName() Name
- func (o *CreateUserResponse) GetNameOk() (*Name, bool)
- func (o *CreateUserResponse) GetRoles() []string
- func (o *CreateUserResponse) GetRolesOk() ([]string, bool)
- func (o *CreateUserResponse) GetTimeZoneCode() string
- func (o *CreateUserResponse) GetTimeZoneCodeOk() (*string, bool)
- func (o *CreateUserResponse) GetUsername() string
- func (o *CreateUserResponse) GetUsernameOk() (*string, bool)
- func (o *CreateUserResponse) HasAccountGroups() bool
- func (o *CreateUserResponse) HasActive() bool
- func (o *CreateUserResponse) HasApps() bool
- func (o *CreateUserResponse) HasLinks() bool
- func (o *CreateUserResponse) HasName() bool
- func (o CreateUserResponse) MarshalJSON() ([]byte, error)
- func (o *CreateUserResponse) SetAccountGroups(v []string)
- func (o *CreateUserResponse) SetActive(v bool)
- func (o *CreateUserResponse) SetApps(v []string)
- func (o *CreateUserResponse) SetEmail(v string)
- func (o *CreateUserResponse) SetId(v string)
- func (o *CreateUserResponse) SetLinks(v Links)
- func (o *CreateUserResponse) SetName(v Name)
- func (o *CreateUserResponse) SetRoles(v []string)
- func (o *CreateUserResponse) SetTimeZoneCode(v string)
- func (o *CreateUserResponse) SetUsername(v string)
- func (o CreateUserResponse) ToMap() (map[string]interface{}, error)
- type Currency
- func (o *Currency) GetAmount() int32
- func (o *Currency) GetAmountOk() (*int32, bool)
- func (o *Currency) GetCurrencyCode() string
- func (o *Currency) GetCurrencyCodeOk() (*string, bool)
- func (o *Currency) GetPercentage() float64
- func (o *Currency) GetPercentageOk() (*float64, bool)
- func (o *Currency) HasAmount() bool
- func (o *Currency) HasPercentage() bool
- func (o Currency) MarshalJSON() ([]byte, error)
- func (o *Currency) SetAmount(v int32)
- func (o *Currency) SetCurrencyCode(v string)
- func (o *Currency) SetPercentage(v float64)
- func (o Currency) ToMap() (map[string]interface{}, error)
- type CustomNotification
- func (o *CustomNotification) GetAmount() Amount
- func (o *CustomNotification) GetAmountOk() (*Amount, bool)
- func (o *CustomNotification) GetEventCode() string
- func (o *CustomNotification) GetEventCodeOk() (*string, bool)
- func (o *CustomNotification) GetEventDate() time.Time
- func (o *CustomNotification) GetEventDateOk() (*time.Time, bool)
- func (o *CustomNotification) GetMerchantReference() string
- func (o *CustomNotification) GetMerchantReferenceOk() (*string, bool)
- func (o *CustomNotification) GetPaymentMethod() string
- func (o *CustomNotification) GetPaymentMethodOk() (*string, bool)
- func (o *CustomNotification) GetReason() string
- func (o *CustomNotification) GetReasonOk() (*string, bool)
- func (o *CustomNotification) GetSuccess() bool
- func (o *CustomNotification) GetSuccessOk() (*bool, bool)
- func (o *CustomNotification) HasAmount() bool
- func (o *CustomNotification) HasEventCode() bool
- func (o *CustomNotification) HasEventDate() bool
- func (o *CustomNotification) HasMerchantReference() bool
- func (o *CustomNotification) HasPaymentMethod() bool
- func (o *CustomNotification) HasReason() bool
- func (o *CustomNotification) HasSuccess() bool
- func (o CustomNotification) MarshalJSON() ([]byte, error)
- func (o *CustomNotification) SetAmount(v Amount)
- func (o *CustomNotification) SetEventCode(v string)
- func (o *CustomNotification) SetEventDate(v time.Time)
- func (o *CustomNotification) SetMerchantReference(v string)
- func (o *CustomNotification) SetPaymentMethod(v string)
- func (o *CustomNotification) SetReason(v string)
- func (o *CustomNotification) SetSuccess(v bool)
- func (o CustomNotification) ToMap() (map[string]interface{}, error)
- type DataCenter
- func (o *DataCenter) GetLivePrefix() string
- func (o *DataCenter) GetLivePrefixOk() (*string, bool)
- func (o *DataCenter) GetName() string
- func (o *DataCenter) GetNameOk() (*string, bool)
- func (o *DataCenter) HasLivePrefix() bool
- func (o *DataCenter) HasName() bool
- func (o DataCenter) MarshalJSON() ([]byte, error)
- func (o *DataCenter) SetLivePrefix(v string)
- func (o *DataCenter) SetName(v string)
- func (o DataCenter) ToMap() (map[string]interface{}, error)
- type EventUrl
- func (o *EventUrl) GetEventLocalUrls() []Url
- func (o *EventUrl) GetEventLocalUrlsOk() ([]Url, bool)
- func (o *EventUrl) GetEventPublicUrls() []Url
- func (o *EventUrl) GetEventPublicUrlsOk() ([]Url, bool)
- func (o *EventUrl) HasEventLocalUrls() bool
- func (o *EventUrl) HasEventPublicUrls() bool
- func (o EventUrl) MarshalJSON() ([]byte, error)
- func (o *EventUrl) SetEventLocalUrls(v []Url)
- func (o *EventUrl) SetEventPublicUrls(v []Url)
- func (o EventUrl) ToMap() (map[string]interface{}, error)
- type ExternalTerminalAction
- func (o *ExternalTerminalAction) GetActionType() string
- func (o *ExternalTerminalAction) GetActionTypeOk() (*string, bool)
- func (o *ExternalTerminalAction) GetConfig() string
- func (o *ExternalTerminalAction) GetConfigOk() (*string, bool)
- func (o *ExternalTerminalAction) GetConfirmedAt() time.Time
- func (o *ExternalTerminalAction) GetConfirmedAtOk() (*time.Time, bool)
- func (o *ExternalTerminalAction) GetId() string
- func (o *ExternalTerminalAction) GetIdOk() (*string, bool)
- func (o *ExternalTerminalAction) GetResult() string
- func (o *ExternalTerminalAction) GetResultOk() (*string, bool)
- func (o *ExternalTerminalAction) GetScheduledAt() time.Time
- func (o *ExternalTerminalAction) GetScheduledAtOk() (*time.Time, bool)
- func (o *ExternalTerminalAction) GetStatus() string
- func (o *ExternalTerminalAction) GetStatusOk() (*string, bool)
- func (o *ExternalTerminalAction) GetTerminalId() string
- func (o *ExternalTerminalAction) GetTerminalIdOk() (*string, bool)
- func (o *ExternalTerminalAction) HasActionType() bool
- func (o *ExternalTerminalAction) HasConfig() bool
- func (o *ExternalTerminalAction) HasConfirmedAt() bool
- func (o *ExternalTerminalAction) HasId() bool
- func (o *ExternalTerminalAction) HasResult() bool
- func (o *ExternalTerminalAction) HasScheduledAt() bool
- func (o *ExternalTerminalAction) HasStatus() bool
- func (o *ExternalTerminalAction) HasTerminalId() bool
- func (o ExternalTerminalAction) MarshalJSON() ([]byte, error)
- func (o *ExternalTerminalAction) SetActionType(v string)
- func (o *ExternalTerminalAction) SetConfig(v string)
- func (o *ExternalTerminalAction) SetConfirmedAt(v time.Time)
- func (o *ExternalTerminalAction) SetId(v string)
- func (o *ExternalTerminalAction) SetResult(v string)
- func (o *ExternalTerminalAction) SetScheduledAt(v time.Time)
- func (o *ExternalTerminalAction) SetStatus(v string)
- func (o *ExternalTerminalAction) SetTerminalId(v string)
- func (o ExternalTerminalAction) ToMap() (map[string]interface{}, error)
- type File
- func (o *File) GetData() string
- func (o *File) GetDataOk() (*string, bool)
- func (o *File) GetName() string
- func (o *File) GetNameOk() (*string, bool)
- func (o File) MarshalJSON() ([]byte, error)
- func (o *File) SetData(v string)
- func (o *File) SetName(v string)
- func (o File) ToMap() (map[string]interface{}, error)
- type GenerateApiKeyResponse
- func (o *GenerateApiKeyResponse) GetApiKey() string
- func (o *GenerateApiKeyResponse) GetApiKeyOk() (*string, bool)
- func (o GenerateApiKeyResponse) MarshalJSON() ([]byte, error)
- func (o *GenerateApiKeyResponse) SetApiKey(v string)
- func (o GenerateApiKeyResponse) ToMap() (map[string]interface{}, error)
- type GenerateClientKeyResponse
- func (o *GenerateClientKeyResponse) GetClientKey() string
- func (o *GenerateClientKeyResponse) GetClientKeyOk() (*string, bool)
- func (o GenerateClientKeyResponse) MarshalJSON() ([]byte, error)
- func (o *GenerateClientKeyResponse) SetClientKey(v string)
- func (o GenerateClientKeyResponse) ToMap() (map[string]interface{}, error)
- type GenerateHmacKeyResponse
- func (o *GenerateHmacKeyResponse) GetHmacKey() string
- func (o *GenerateHmacKeyResponse) GetHmacKeyOk() (*string, bool)
- func (o GenerateHmacKeyResponse) MarshalJSON() ([]byte, error)
- func (o *GenerateHmacKeyResponse) SetHmacKey(v string)
- func (o GenerateHmacKeyResponse) ToMap() (map[string]interface{}, error)
- type GenericPmWithTdiInfo
- func (o *GenericPmWithTdiInfo) GetTransactionDescription() TransactionDescriptionInfo
- func (o *GenericPmWithTdiInfo) GetTransactionDescriptionOk() (*TransactionDescriptionInfo, bool)
- func (o *GenericPmWithTdiInfo) HasTransactionDescription() bool
- func (o GenericPmWithTdiInfo) MarshalJSON() ([]byte, error)
- func (o *GenericPmWithTdiInfo) SetTransactionDescription(v TransactionDescriptionInfo)
- func (o GenericPmWithTdiInfo) ToMap() (map[string]interface{}, error)
- type GiroPayInfo
- type GooglePayInfo
- func (o *GooglePayInfo) GetMerchantId() string
- func (o *GooglePayInfo) GetMerchantIdOk() (*string, bool)
- func (o *GooglePayInfo) GetReuseMerchantId() bool
- func (o *GooglePayInfo) GetReuseMerchantIdOk() (*bool, bool)
- func (o *GooglePayInfo) HasReuseMerchantId() bool
- func (o GooglePayInfo) MarshalJSON() ([]byte, error)
- func (o *GooglePayInfo) SetMerchantId(v string)
- func (o *GooglePayInfo) SetReuseMerchantId(v bool)
- func (o GooglePayInfo) ToMap() (map[string]interface{}, error)
- type Gratuity
- func (o *Gratuity) GetAllowCustomAmount() bool
- func (o *Gratuity) GetAllowCustomAmountOk() (*bool, bool)
- func (o *Gratuity) GetCurrency() string
- func (o *Gratuity) GetCurrencyOk() (*string, bool)
- func (o *Gratuity) GetPredefinedTipEntries() []string
- func (o *Gratuity) GetPredefinedTipEntriesOk() ([]string, bool)
- func (o *Gratuity) GetUsePredefinedTipEntries() bool
- func (o *Gratuity) GetUsePredefinedTipEntriesOk() (*bool, bool)
- func (o *Gratuity) HasAllowCustomAmount() bool
- func (o *Gratuity) HasCurrency() bool
- func (o *Gratuity) HasPredefinedTipEntries() bool
- func (o *Gratuity) HasUsePredefinedTipEntries() bool
- func (o Gratuity) MarshalJSON() ([]byte, error)
- func (o *Gratuity) SetAllowCustomAmount(v bool)
- func (o *Gratuity) SetCurrency(v string)
- func (o *Gratuity) SetPredefinedTipEntries(v []string)
- func (o *Gratuity) SetUsePredefinedTipEntries(v bool)
- func (o Gratuity) ToMap() (map[string]interface{}, error)
- type Hardware
- func (o *Hardware) GetDisplayMaximumBackLight() int32
- func (o *Hardware) GetDisplayMaximumBackLightOk() (*int32, bool)
- func (o *Hardware) GetRestartHour() int32
- func (o *Hardware) GetRestartHourOk() (*int32, bool)
- func (o *Hardware) HasDisplayMaximumBackLight() bool
- func (o *Hardware) HasRestartHour() bool
- func (o Hardware) MarshalJSON() ([]byte, error)
- func (o *Hardware) SetDisplayMaximumBackLight(v int32)
- func (o *Hardware) SetRestartHour(v int32)
- func (o Hardware) ToMap() (map[string]interface{}, error)
- type IdName
- func (o *IdName) GetId() string
- func (o *IdName) GetIdOk() (*string, bool)
- func (o *IdName) GetName() string
- func (o *IdName) GetNameOk() (*string, bool)
- func (o *IdName) HasId() bool
- func (o *IdName) HasName() bool
- func (o IdName) MarshalJSON() ([]byte, error)
- func (o *IdName) SetId(v string)
- func (o *IdName) SetName(v string)
- func (o IdName) ToMap() (map[string]interface{}, error)
- type InstallAndroidAppDetails
- func (o *InstallAndroidAppDetails) GetAppId() string
- func (o *InstallAndroidAppDetails) GetAppIdOk() (*string, bool)
- func (o *InstallAndroidAppDetails) GetType() string
- func (o *InstallAndroidAppDetails) GetTypeOk() (*string, bool)
- func (o *InstallAndroidAppDetails) HasAppId() bool
- func (o *InstallAndroidAppDetails) HasType() bool
- func (o InstallAndroidAppDetails) MarshalJSON() ([]byte, error)
- func (o *InstallAndroidAppDetails) SetAppId(v string)
- func (o *InstallAndroidAppDetails) SetType(v string)
- func (o InstallAndroidAppDetails) ToMap() (map[string]interface{}, error)
- type InstallAndroidCertificateDetails
- func (o *InstallAndroidCertificateDetails) GetCertificateId() string
- func (o *InstallAndroidCertificateDetails) GetCertificateIdOk() (*string, bool)
- func (o *InstallAndroidCertificateDetails) GetType() string
- func (o *InstallAndroidCertificateDetails) GetTypeOk() (*string, bool)
- func (o *InstallAndroidCertificateDetails) HasCertificateId() bool
- func (o *InstallAndroidCertificateDetails) HasType() bool
- func (o InstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
- func (o *InstallAndroidCertificateDetails) SetCertificateId(v string)
- func (o *InstallAndroidCertificateDetails) SetType(v string)
- func (o InstallAndroidCertificateDetails) ToMap() (map[string]interface{}, error)
- type InvalidField
- func (o *InvalidField) GetMessage() string
- func (o *InvalidField) GetMessageOk() (*string, bool)
- func (o *InvalidField) GetName() string
- func (o *InvalidField) GetNameOk() (*string, bool)
- func (o *InvalidField) GetValue() string
- func (o *InvalidField) GetValueOk() (*string, bool)
- func (o InvalidField) MarshalJSON() ([]byte, error)
- func (o *InvalidField) SetMessage(v string)
- func (o *InvalidField) SetName(v string)
- func (o *InvalidField) SetValue(v string)
- func (o InvalidField) ToMap() (map[string]interface{}, error)
- type JSONObject
- func (o *JSONObject) GetPaths() []JSONPath
- func (o *JSONObject) GetPathsOk() ([]JSONPath, bool)
- func (o *JSONObject) GetRootPath() JSONPath
- func (o *JSONObject) GetRootPathOk() (*JSONPath, bool)
- func (o *JSONObject) HasPaths() bool
- func (o *JSONObject) HasRootPath() bool
- func (o JSONObject) MarshalJSON() ([]byte, error)
- func (o *JSONObject) SetPaths(v []JSONPath)
- func (o *JSONObject) SetRootPath(v JSONPath)
- func (o JSONObject) ToMap() (map[string]interface{}, error)
- type JSONPath
- type Key
- func (o *Key) GetIdentifier() string
- func (o *Key) GetIdentifierOk() (*string, bool)
- func (o *Key) GetPassphrase() string
- func (o *Key) GetPassphraseOk() (*string, bool)
- func (o *Key) GetVersion() int32
- func (o *Key) GetVersionOk() (*int32, bool)
- func (o *Key) HasIdentifier() bool
- func (o *Key) HasPassphrase() bool
- func (o *Key) HasVersion() bool
- func (o Key) MarshalJSON() ([]byte, error)
- func (o *Key) SetIdentifier(v string)
- func (o *Key) SetPassphrase(v string)
- func (o *Key) SetVersion(v int32)
- func (o Key) ToMap() (map[string]interface{}, error)
- type KlarnaInfo
- func (o *KlarnaInfo) GetAutoCapture() bool
- func (o *KlarnaInfo) GetAutoCaptureOk() (*bool, bool)
- func (o *KlarnaInfo) GetDisputeEmail() string
- func (o *KlarnaInfo) GetDisputeEmailOk() (*string, bool)
- func (o *KlarnaInfo) GetRegion() string
- func (o *KlarnaInfo) GetRegionOk() (*string, bool)
- func (o *KlarnaInfo) GetSupportEmail() string
- func (o *KlarnaInfo) GetSupportEmailOk() (*string, bool)
- func (o *KlarnaInfo) HasAutoCapture() bool
- func (o KlarnaInfo) MarshalJSON() ([]byte, error)
- func (o *KlarnaInfo) SetAutoCapture(v bool)
- func (o *KlarnaInfo) SetDisputeEmail(v string)
- func (o *KlarnaInfo) SetRegion(v string)
- func (o *KlarnaInfo) SetSupportEmail(v string)
- func (o KlarnaInfo) ToMap() (map[string]interface{}, error)
- type Links
- type LinksElement
- type ListCompanyApiCredentialsResponse
- func (o *ListCompanyApiCredentialsResponse) GetData() []CompanyApiCredential
- func (o *ListCompanyApiCredentialsResponse) GetDataOk() ([]CompanyApiCredential, bool)
- func (o *ListCompanyApiCredentialsResponse) GetItemsTotal() int32
- func (o *ListCompanyApiCredentialsResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListCompanyApiCredentialsResponse) GetLinks() PaginationLinks
- func (o *ListCompanyApiCredentialsResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListCompanyApiCredentialsResponse) GetPagesTotal() int32
- func (o *ListCompanyApiCredentialsResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListCompanyApiCredentialsResponse) HasData() bool
- func (o *ListCompanyApiCredentialsResponse) HasLinks() bool
- func (o ListCompanyApiCredentialsResponse) MarshalJSON() ([]byte, error)
- func (o *ListCompanyApiCredentialsResponse) SetData(v []CompanyApiCredential)
- func (o *ListCompanyApiCredentialsResponse) SetItemsTotal(v int32)
- func (o *ListCompanyApiCredentialsResponse) SetLinks(v PaginationLinks)
- func (o *ListCompanyApiCredentialsResponse) SetPagesTotal(v int32)
- func (o ListCompanyApiCredentialsResponse) ToMap() (map[string]interface{}, error)
- type ListCompanyResponse
- func (o *ListCompanyResponse) GetData() []Company
- func (o *ListCompanyResponse) GetDataOk() ([]Company, bool)
- func (o *ListCompanyResponse) GetItemsTotal() int32
- func (o *ListCompanyResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListCompanyResponse) GetLinks() PaginationLinks
- func (o *ListCompanyResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListCompanyResponse) GetPagesTotal() int32
- func (o *ListCompanyResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListCompanyResponse) HasData() bool
- func (o *ListCompanyResponse) HasLinks() bool
- func (o ListCompanyResponse) MarshalJSON() ([]byte, error)
- func (o *ListCompanyResponse) SetData(v []Company)
- func (o *ListCompanyResponse) SetItemsTotal(v int32)
- func (o *ListCompanyResponse) SetLinks(v PaginationLinks)
- func (o *ListCompanyResponse) SetPagesTotal(v int32)
- func (o ListCompanyResponse) ToMap() (map[string]interface{}, error)
- type ListCompanyUsersResponse
- func (o *ListCompanyUsersResponse) GetData() []CompanyUser
- func (o *ListCompanyUsersResponse) GetDataOk() ([]CompanyUser, bool)
- func (o *ListCompanyUsersResponse) GetItemsTotal() int32
- func (o *ListCompanyUsersResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListCompanyUsersResponse) GetLinks() PaginationLinks
- func (o *ListCompanyUsersResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListCompanyUsersResponse) GetPagesTotal() int32
- func (o *ListCompanyUsersResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListCompanyUsersResponse) HasData() bool
- func (o *ListCompanyUsersResponse) HasLinks() bool
- func (o ListCompanyUsersResponse) MarshalJSON() ([]byte, error)
- func (o *ListCompanyUsersResponse) SetData(v []CompanyUser)
- func (o *ListCompanyUsersResponse) SetItemsTotal(v int32)
- func (o *ListCompanyUsersResponse) SetLinks(v PaginationLinks)
- func (o *ListCompanyUsersResponse) SetPagesTotal(v int32)
- func (o ListCompanyUsersResponse) ToMap() (map[string]interface{}, error)
- type ListExternalTerminalActionsResponse
- func (o *ListExternalTerminalActionsResponse) GetData() []ExternalTerminalAction
- func (o *ListExternalTerminalActionsResponse) GetDataOk() ([]ExternalTerminalAction, bool)
- func (o *ListExternalTerminalActionsResponse) HasData() bool
- func (o ListExternalTerminalActionsResponse) MarshalJSON() ([]byte, error)
- func (o *ListExternalTerminalActionsResponse) SetData(v []ExternalTerminalAction)
- func (o ListExternalTerminalActionsResponse) ToMap() (map[string]interface{}, error)
- type ListMerchantApiCredentialsResponse
- func (o *ListMerchantApiCredentialsResponse) GetData() []ApiCredential
- func (o *ListMerchantApiCredentialsResponse) GetDataOk() ([]ApiCredential, bool)
- func (o *ListMerchantApiCredentialsResponse) GetItemsTotal() int32
- func (o *ListMerchantApiCredentialsResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListMerchantApiCredentialsResponse) GetLinks() PaginationLinks
- func (o *ListMerchantApiCredentialsResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListMerchantApiCredentialsResponse) GetPagesTotal() int32
- func (o *ListMerchantApiCredentialsResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListMerchantApiCredentialsResponse) HasData() bool
- func (o *ListMerchantApiCredentialsResponse) HasLinks() bool
- func (o ListMerchantApiCredentialsResponse) MarshalJSON() ([]byte, error)
- func (o *ListMerchantApiCredentialsResponse) SetData(v []ApiCredential)
- func (o *ListMerchantApiCredentialsResponse) SetItemsTotal(v int32)
- func (o *ListMerchantApiCredentialsResponse) SetLinks(v PaginationLinks)
- func (o *ListMerchantApiCredentialsResponse) SetPagesTotal(v int32)
- func (o ListMerchantApiCredentialsResponse) ToMap() (map[string]interface{}, error)
- type ListMerchantResponse
- func (o *ListMerchantResponse) GetData() []Merchant
- func (o *ListMerchantResponse) GetDataOk() ([]Merchant, bool)
- func (o *ListMerchantResponse) GetItemsTotal() int32
- func (o *ListMerchantResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListMerchantResponse) GetLinks() PaginationLinks
- func (o *ListMerchantResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListMerchantResponse) GetPagesTotal() int32
- func (o *ListMerchantResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListMerchantResponse) HasData() bool
- func (o *ListMerchantResponse) HasLinks() bool
- func (o ListMerchantResponse) MarshalJSON() ([]byte, error)
- func (o *ListMerchantResponse) SetData(v []Merchant)
- func (o *ListMerchantResponse) SetItemsTotal(v int32)
- func (o *ListMerchantResponse) SetLinks(v PaginationLinks)
- func (o *ListMerchantResponse) SetPagesTotal(v int32)
- func (o ListMerchantResponse) ToMap() (map[string]interface{}, error)
- type ListMerchantUsersResponse
- func (o *ListMerchantUsersResponse) GetData() []User
- func (o *ListMerchantUsersResponse) GetDataOk() ([]User, bool)
- func (o *ListMerchantUsersResponse) GetItemsTotal() int32
- func (o *ListMerchantUsersResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListMerchantUsersResponse) GetLinks() PaginationLinks
- func (o *ListMerchantUsersResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListMerchantUsersResponse) GetPagesTotal() int32
- func (o *ListMerchantUsersResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListMerchantUsersResponse) HasData() bool
- func (o *ListMerchantUsersResponse) HasLinks() bool
- func (o ListMerchantUsersResponse) MarshalJSON() ([]byte, error)
- func (o *ListMerchantUsersResponse) SetData(v []User)
- func (o *ListMerchantUsersResponse) SetItemsTotal(v int32)
- func (o *ListMerchantUsersResponse) SetLinks(v PaginationLinks)
- func (o *ListMerchantUsersResponse) SetPagesTotal(v int32)
- func (o ListMerchantUsersResponse) ToMap() (map[string]interface{}, error)
- type ListStoresResponse
- func (o *ListStoresResponse) GetData() []Store
- func (o *ListStoresResponse) GetDataOk() ([]Store, bool)
- func (o *ListStoresResponse) GetItemsTotal() int32
- func (o *ListStoresResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListStoresResponse) GetLinks() PaginationLinks
- func (o *ListStoresResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListStoresResponse) GetPagesTotal() int32
- func (o *ListStoresResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListStoresResponse) HasData() bool
- func (o *ListStoresResponse) HasLinks() bool
- func (o ListStoresResponse) MarshalJSON() ([]byte, error)
- func (o *ListStoresResponse) SetData(v []Store)
- func (o *ListStoresResponse) SetItemsTotal(v int32)
- func (o *ListStoresResponse) SetLinks(v PaginationLinks)
- func (o *ListStoresResponse) SetPagesTotal(v int32)
- func (o ListStoresResponse) ToMap() (map[string]interface{}, error)
- type ListTerminalsResponse
- func (o *ListTerminalsResponse) GetData() []Terminal
- func (o *ListTerminalsResponse) GetDataOk() ([]Terminal, bool)
- func (o *ListTerminalsResponse) GetItemsTotal() int32
- func (o *ListTerminalsResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListTerminalsResponse) GetLinks() PaginationLinks
- func (o *ListTerminalsResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListTerminalsResponse) GetPagesTotal() int32
- func (o *ListTerminalsResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListTerminalsResponse) HasData() bool
- func (o *ListTerminalsResponse) HasLinks() bool
- func (o ListTerminalsResponse) MarshalJSON() ([]byte, error)
- func (o *ListTerminalsResponse) SetData(v []Terminal)
- func (o *ListTerminalsResponse) SetItemsTotal(v int32)
- func (o *ListTerminalsResponse) SetLinks(v PaginationLinks)
- func (o *ListTerminalsResponse) SetPagesTotal(v int32)
- func (o ListTerminalsResponse) ToMap() (map[string]interface{}, error)
- type ListWebhooksResponse
- func (o *ListWebhooksResponse) GetAccountReference() string
- func (o *ListWebhooksResponse) GetAccountReferenceOk() (*string, bool)
- func (o *ListWebhooksResponse) GetData() []Webhook
- func (o *ListWebhooksResponse) GetDataOk() ([]Webhook, bool)
- func (o *ListWebhooksResponse) GetItemsTotal() int32
- func (o *ListWebhooksResponse) GetItemsTotalOk() (*int32, bool)
- func (o *ListWebhooksResponse) GetLinks() PaginationLinks
- func (o *ListWebhooksResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *ListWebhooksResponse) GetPagesTotal() int32
- func (o *ListWebhooksResponse) GetPagesTotalOk() (*int32, bool)
- func (o *ListWebhooksResponse) HasAccountReference() bool
- func (o *ListWebhooksResponse) HasData() bool
- func (o *ListWebhooksResponse) HasLinks() bool
- func (o ListWebhooksResponse) MarshalJSON() ([]byte, error)
- func (o *ListWebhooksResponse) SetAccountReference(v string)
- func (o *ListWebhooksResponse) SetData(v []Webhook)
- func (o *ListWebhooksResponse) SetItemsTotal(v int32)
- func (o *ListWebhooksResponse) SetLinks(v PaginationLinks)
- func (o *ListWebhooksResponse) SetPagesTotal(v int32)
- func (o ListWebhooksResponse) ToMap() (map[string]interface{}, error)
- type Localization
- type Logo
- type MeApiCredential
- func (o *MeApiCredential) GetActive() bool
- func (o *MeApiCredential) GetActiveOk() (*bool, bool)
- func (o *MeApiCredential) GetAllowedIpAddresses() []string
- func (o *MeApiCredential) GetAllowedIpAddressesOk() ([]string, bool)
- func (o *MeApiCredential) GetAllowedOrigins() []AllowedOrigin
- func (o *MeApiCredential) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
- func (o *MeApiCredential) GetAssociatedMerchantAccounts() []string
- func (o *MeApiCredential) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *MeApiCredential) GetClientKey() string
- func (o *MeApiCredential) GetClientKeyOk() (*string, bool)
- func (o *MeApiCredential) GetCompanyName() string
- func (o *MeApiCredential) GetCompanyNameOk() (*string, bool)
- func (o *MeApiCredential) GetDescription() string
- func (o *MeApiCredential) GetDescriptionOk() (*string, bool)
- func (o *MeApiCredential) GetId() string
- func (o *MeApiCredential) GetIdOk() (*string, bool)
- func (o *MeApiCredential) GetLinks() ApiCredentialLinks
- func (o *MeApiCredential) GetLinksOk() (*ApiCredentialLinks, bool)
- func (o *MeApiCredential) GetRoles() []string
- func (o *MeApiCredential) GetRolesOk() ([]string, bool)
- func (o *MeApiCredential) GetUsername() string
- func (o *MeApiCredential) GetUsernameOk() (*string, bool)
- func (o *MeApiCredential) HasAllowedOrigins() bool
- func (o *MeApiCredential) HasAssociatedMerchantAccounts() bool
- func (o *MeApiCredential) HasCompanyName() bool
- func (o *MeApiCredential) HasDescription() bool
- func (o *MeApiCredential) HasLinks() bool
- func (o MeApiCredential) MarshalJSON() ([]byte, error)
- func (o *MeApiCredential) SetActive(v bool)
- func (o *MeApiCredential) SetAllowedIpAddresses(v []string)
- func (o *MeApiCredential) SetAllowedOrigins(v []AllowedOrigin)
- func (o *MeApiCredential) SetAssociatedMerchantAccounts(v []string)
- func (o *MeApiCredential) SetClientKey(v string)
- func (o *MeApiCredential) SetCompanyName(v string)
- func (o *MeApiCredential) SetDescription(v string)
- func (o *MeApiCredential) SetId(v string)
- func (o *MeApiCredential) SetLinks(v ApiCredentialLinks)
- func (o *MeApiCredential) SetRoles(v []string)
- func (o *MeApiCredential) SetUsername(v string)
- func (o MeApiCredential) ToMap() (map[string]interface{}, error)
- type MealVoucherFRInfo
- func (o *MealVoucherFRInfo) GetConecsId() string
- func (o *MealVoucherFRInfo) GetConecsIdOk() (*string, bool)
- func (o *MealVoucherFRInfo) GetSiret() string
- func (o *MealVoucherFRInfo) GetSiretOk() (*string, bool)
- func (o *MealVoucherFRInfo) GetSubTypes() []string
- func (o *MealVoucherFRInfo) GetSubTypesOk() ([]string, bool)
- func (o MealVoucherFRInfo) MarshalJSON() ([]byte, error)
- func (o *MealVoucherFRInfo) SetConecsId(v string)
- func (o *MealVoucherFRInfo) SetSiret(v string)
- func (o *MealVoucherFRInfo) SetSubTypes(v []string)
- func (o MealVoucherFRInfo) ToMap() (map[string]interface{}, error)
- type Merchant
- func (o *Merchant) GetCaptureDelay() string
- func (o *Merchant) GetCaptureDelayOk() (*string, bool)
- func (o *Merchant) GetCompanyId() string
- func (o *Merchant) GetCompanyIdOk() (*string, bool)
- func (o *Merchant) GetDataCenters() []DataCenter
- func (o *Merchant) GetDataCentersOk() ([]DataCenter, bool)
- func (o *Merchant) GetDefaultShopperInteraction() string
- func (o *Merchant) GetDefaultShopperInteractionOk() (*string, bool)
- func (o *Merchant) GetDescription() string
- func (o *Merchant) GetDescriptionOk() (*string, bool)
- func (o *Merchant) GetId() string
- func (o *Merchant) GetIdOk() (*string, bool)
- func (o *Merchant) GetLinks() MerchantLinks
- func (o *Merchant) GetLinksOk() (*MerchantLinks, bool)
- func (o *Merchant) GetMerchantCity() string
- func (o *Merchant) GetMerchantCityOk() (*string, bool)
- func (o *Merchant) GetName() string
- func (o *Merchant) GetNameOk() (*string, bool)
- func (o *Merchant) GetPricingPlan() string
- func (o *Merchant) GetPricingPlanOk() (*string, bool)
- func (o *Merchant) GetPrimarySettlementCurrency() string
- func (o *Merchant) GetPrimarySettlementCurrencyOk() (*string, bool)
- func (o *Merchant) GetReference() string
- func (o *Merchant) GetReferenceOk() (*string, bool)
- func (o *Merchant) GetShopWebAddress() string
- func (o *Merchant) GetShopWebAddressOk() (*string, bool)
- func (o *Merchant) GetStatus() string
- func (o *Merchant) GetStatusOk() (*string, bool)
- func (o *Merchant) HasCaptureDelay() bool
- func (o *Merchant) HasCompanyId() bool
- func (o *Merchant) HasDataCenters() bool
- func (o *Merchant) HasDefaultShopperInteraction() bool
- func (o *Merchant) HasDescription() bool
- func (o *Merchant) HasId() bool
- func (o *Merchant) HasLinks() bool
- func (o *Merchant) HasMerchantCity() bool
- func (o *Merchant) HasName() bool
- func (o *Merchant) HasPricingPlan() bool
- func (o *Merchant) HasPrimarySettlementCurrency() bool
- func (o *Merchant) HasReference() bool
- func (o *Merchant) HasShopWebAddress() bool
- func (o *Merchant) HasStatus() bool
- func (o Merchant) MarshalJSON() ([]byte, error)
- func (o *Merchant) SetCaptureDelay(v string)
- func (o *Merchant) SetCompanyId(v string)
- func (o *Merchant) SetDataCenters(v []DataCenter)
- func (o *Merchant) SetDefaultShopperInteraction(v string)
- func (o *Merchant) SetDescription(v string)
- func (o *Merchant) SetId(v string)
- func (o *Merchant) SetLinks(v MerchantLinks)
- func (o *Merchant) SetMerchantCity(v string)
- func (o *Merchant) SetName(v string)
- func (o *Merchant) SetPricingPlan(v string)
- func (o *Merchant) SetPrimarySettlementCurrency(v string)
- func (o *Merchant) SetReference(v string)
- func (o *Merchant) SetShopWebAddress(v string)
- func (o *Merchant) SetStatus(v string)
- func (o Merchant) ToMap() (map[string]interface{}, error)
- type MerchantLinks
- func (o *MerchantLinks) GetApiCredentials() LinksElement
- func (o *MerchantLinks) GetApiCredentialsOk() (*LinksElement, bool)
- func (o *MerchantLinks) GetSelf() LinksElement
- func (o *MerchantLinks) GetSelfOk() (*LinksElement, bool)
- func (o *MerchantLinks) GetUsers() LinksElement
- func (o *MerchantLinks) GetUsersOk() (*LinksElement, bool)
- func (o *MerchantLinks) GetWebhooks() LinksElement
- func (o *MerchantLinks) GetWebhooksOk() (*LinksElement, bool)
- func (o *MerchantLinks) HasApiCredentials() bool
- func (o *MerchantLinks) HasUsers() bool
- func (o *MerchantLinks) HasWebhooks() bool
- func (o MerchantLinks) MarshalJSON() ([]byte, error)
- func (o *MerchantLinks) SetApiCredentials(v LinksElement)
- func (o *MerchantLinks) SetSelf(v LinksElement)
- func (o *MerchantLinks) SetUsers(v LinksElement)
- func (o *MerchantLinks) SetWebhooks(v LinksElement)
- func (o MerchantLinks) ToMap() (map[string]interface{}, error)
- type MinorUnitsMonetaryValue
- func (o *MinorUnitsMonetaryValue) GetAmount() int32
- func (o *MinorUnitsMonetaryValue) GetAmountOk() (*int32, bool)
- func (o *MinorUnitsMonetaryValue) GetCurrencyCode() string
- func (o *MinorUnitsMonetaryValue) GetCurrencyCodeOk() (*string, bool)
- func (o *MinorUnitsMonetaryValue) HasAmount() bool
- func (o *MinorUnitsMonetaryValue) HasCurrencyCode() bool
- func (o MinorUnitsMonetaryValue) MarshalJSON() ([]byte, error)
- func (o *MinorUnitsMonetaryValue) SetAmount(v int32)
- func (o *MinorUnitsMonetaryValue) SetCurrencyCode(v string)
- func (o MinorUnitsMonetaryValue) ToMap() (map[string]interface{}, error)
- type MyAPICredentialApi
- func (a *MyAPICredentialApi) AddAllowedOrigin(ctx context.Context, r MyAPICredentialApiAddAllowedOriginInput) (AllowedOrigin, *http.Response, error)
- func (a *MyAPICredentialApi) AddAllowedOriginInput() MyAPICredentialApiAddAllowedOriginInput
- func (a *MyAPICredentialApi) GenerateNewClientKeyForSelf(ctx context.Context, r MyAPICredentialApiGenerateNewClientKeyForSelfInput) (GenerateClientKeyResponse, *http.Response, error)
- func (a *MyAPICredentialApi) GenerateNewClientKeyForSelfInput() MyAPICredentialApiGenerateNewClientKeyForSelfInput
- func (a *MyAPICredentialApi) GetAllowedOriginDetails(ctx context.Context, r MyAPICredentialApiGetAllowedOriginDetailsInput) (AllowedOrigin, *http.Response, error)
- func (a *MyAPICredentialApi) GetAllowedOriginDetailsInput(originId string) MyAPICredentialApiGetAllowedOriginDetailsInput
- func (a *MyAPICredentialApi) GetAllowedOrigins(ctx context.Context, r MyAPICredentialApiGetAllowedOriginsInput) (AllowedOriginsResponse, *http.Response, error)
- func (a *MyAPICredentialApi) GetAllowedOriginsInput() MyAPICredentialApiGetAllowedOriginsInput
- func (a *MyAPICredentialApi) GetApiCredentialDetails(ctx context.Context, r MyAPICredentialApiGetApiCredentialDetailsInput) (MeApiCredential, *http.Response, error)
- func (a *MyAPICredentialApi) GetApiCredentialDetailsInput() MyAPICredentialApiGetApiCredentialDetailsInput
- func (a *MyAPICredentialApi) RemoveAllowedOrigin(ctx context.Context, r MyAPICredentialApiRemoveAllowedOriginInput) (*http.Response, error)
- func (a *MyAPICredentialApi) RemoveAllowedOriginInput(originId string) MyAPICredentialApiRemoveAllowedOriginInput
- type MyAPICredentialApiAddAllowedOriginInput
- type MyAPICredentialApiGenerateNewClientKeyForSelfInput
- type MyAPICredentialApiGetAllowedOriginDetailsInput
- type MyAPICredentialApiGetAllowedOriginsInput
- type MyAPICredentialApiGetApiCredentialDetailsInput
- type MyAPICredentialApiRemoveAllowedOriginInput
- type Name
- func (o *Name) GetFirstName() string
- func (o *Name) GetFirstNameOk() (*string, bool)
- func (o *Name) GetLastName() string
- func (o *Name) GetLastNameOk() (*string, bool)
- func (o Name) MarshalJSON() ([]byte, error)
- func (o *Name) SetFirstName(v string)
- func (o *Name) SetLastName(v string)
- func (o Name) ToMap() (map[string]interface{}, error)
- type Name2
- func (o *Name2) GetFirstName() string
- func (o *Name2) GetFirstNameOk() (*string, bool)
- func (o *Name2) GetLastName() string
- func (o *Name2) GetLastNameOk() (*string, bool)
- func (o *Name2) HasFirstName() bool
- func (o *Name2) HasLastName() bool
- func (o Name2) MarshalJSON() ([]byte, error)
- func (o *Name2) SetFirstName(v string)
- func (o *Name2) SetLastName(v string)
- func (o Name2) ToMap() (map[string]interface{}, error)
- type Nexo
- func (o *Nexo) GetDisplayUrls() NotificationUrl
- func (o *Nexo) GetDisplayUrlsOk() (*NotificationUrl, bool)
- func (o *Nexo) GetEncryptionKey() Key
- func (o *Nexo) GetEncryptionKeyOk() (*Key, bool)
- func (o *Nexo) GetEventUrls() EventUrl
- func (o *Nexo) GetEventUrlsOk() (*EventUrl, bool)
- func (o *Nexo) GetNexoEventUrls() []string
- func (o *Nexo) GetNexoEventUrlsOk() ([]string, bool)
- func (o *Nexo) GetNotification() Notification
- func (o *Nexo) GetNotificationOk() (*Notification, bool)
- func (o *Nexo) HasDisplayUrls() bool
- func (o *Nexo) HasEncryptionKey() bool
- func (o *Nexo) HasEventUrls() bool
- func (o *Nexo) HasNexoEventUrls() bool
- func (o *Nexo) HasNotification() bool
- func (o Nexo) MarshalJSON() ([]byte, error)
- func (o *Nexo) SetDisplayUrls(v NotificationUrl)
- func (o *Nexo) SetEncryptionKey(v Key)
- func (o *Nexo) SetEventUrls(v EventUrl)
- func (o *Nexo) SetNexoEventUrls(v []string)
- func (o *Nexo) SetNotification(v Notification)
- func (o Nexo) ToMap() (map[string]interface{}, error)
- type Notification
- func (o *Notification) GetShowButton() bool
- func (o *Notification) GetShowButtonOk() (*bool, bool)
- func (o *Notification) HasShowButton() bool
- func (o Notification) MarshalJSON() ([]byte, error)
- func (o *Notification) SetShowButton(v bool)
- func (o Notification) ToMap() (map[string]interface{}, error)
- type NotificationUrl
- func (o *NotificationUrl) GetLocalUrls() []Url
- func (o *NotificationUrl) GetLocalUrlsOk() ([]Url, bool)
- func (o *NotificationUrl) GetPublicUrls() []Url
- func (o *NotificationUrl) GetPublicUrlsOk() ([]Url, bool)
- func (o *NotificationUrl) HasLocalUrls() bool
- func (o *NotificationUrl) HasPublicUrls() bool
- func (o NotificationUrl) MarshalJSON() ([]byte, error)
- func (o *NotificationUrl) SetLocalUrls(v []Url)
- func (o *NotificationUrl) SetPublicUrls(v []Url)
- func (o NotificationUrl) ToMap() (map[string]interface{}, error)
- type NullableAdditionalCommission
- func (v NullableAdditionalCommission) Get() *AdditionalCommission
- func (v NullableAdditionalCommission) IsSet() bool
- func (v NullableAdditionalCommission) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalCommission) Set(val *AdditionalCommission)
- func (v *NullableAdditionalCommission) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalCommission) Unset()
- type NullableAdditionalSettings
- func (v NullableAdditionalSettings) Get() *AdditionalSettings
- func (v NullableAdditionalSettings) IsSet() bool
- func (v NullableAdditionalSettings) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalSettings) Set(val *AdditionalSettings)
- func (v *NullableAdditionalSettings) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalSettings) Unset()
- type NullableAdditionalSettingsResponse
- func (v NullableAdditionalSettingsResponse) Get() *AdditionalSettingsResponse
- func (v NullableAdditionalSettingsResponse) IsSet() bool
- func (v NullableAdditionalSettingsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalSettingsResponse) Set(val *AdditionalSettingsResponse)
- func (v *NullableAdditionalSettingsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalSettingsResponse) Unset()
- type NullableAddress
- type NullableAfterpayTouchInfo
- func (v NullableAfterpayTouchInfo) Get() *AfterpayTouchInfo
- func (v NullableAfterpayTouchInfo) IsSet() bool
- func (v NullableAfterpayTouchInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAfterpayTouchInfo) Set(val *AfterpayTouchInfo)
- func (v *NullableAfterpayTouchInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAfterpayTouchInfo) Unset()
- type NullableAllowedOrigin
- func (v NullableAllowedOrigin) Get() *AllowedOrigin
- func (v NullableAllowedOrigin) IsSet() bool
- func (v NullableAllowedOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableAllowedOrigin) Set(val *AllowedOrigin)
- func (v *NullableAllowedOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableAllowedOrigin) Unset()
- type NullableAllowedOriginsResponse
- func (v NullableAllowedOriginsResponse) Get() *AllowedOriginsResponse
- func (v NullableAllowedOriginsResponse) IsSet() bool
- func (v NullableAllowedOriginsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAllowedOriginsResponse) Set(val *AllowedOriginsResponse)
- func (v *NullableAllowedOriginsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAllowedOriginsResponse) Unset()
- type NullableAmount
- type NullableAndroidApp
- type NullableAndroidAppsResponse
- func (v NullableAndroidAppsResponse) Get() *AndroidAppsResponse
- func (v NullableAndroidAppsResponse) IsSet() bool
- func (v NullableAndroidAppsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAndroidAppsResponse) Set(val *AndroidAppsResponse)
- func (v *NullableAndroidAppsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAndroidAppsResponse) Unset()
- type NullableAndroidCertificate
- func (v NullableAndroidCertificate) Get() *AndroidCertificate
- func (v NullableAndroidCertificate) IsSet() bool
- func (v NullableAndroidCertificate) MarshalJSON() ([]byte, error)
- func (v *NullableAndroidCertificate) Set(val *AndroidCertificate)
- func (v *NullableAndroidCertificate) UnmarshalJSON(src []byte) error
- func (v *NullableAndroidCertificate) Unset()
- type NullableAndroidCertificatesResponse
- func (v NullableAndroidCertificatesResponse) Get() *AndroidCertificatesResponse
- func (v NullableAndroidCertificatesResponse) IsSet() bool
- func (v NullableAndroidCertificatesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAndroidCertificatesResponse) Set(val *AndroidCertificatesResponse)
- func (v *NullableAndroidCertificatesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAndroidCertificatesResponse) Unset()
- type NullableApiCredential
- func (v NullableApiCredential) Get() *ApiCredential
- func (v NullableApiCredential) IsSet() bool
- func (v NullableApiCredential) MarshalJSON() ([]byte, error)
- func (v *NullableApiCredential) Set(val *ApiCredential)
- func (v *NullableApiCredential) UnmarshalJSON(src []byte) error
- func (v *NullableApiCredential) Unset()
- type NullableApiCredentialLinks
- func (v NullableApiCredentialLinks) Get() *ApiCredentialLinks
- func (v NullableApiCredentialLinks) IsSet() bool
- func (v NullableApiCredentialLinks) MarshalJSON() ([]byte, error)
- func (v *NullableApiCredentialLinks) Set(val *ApiCredentialLinks)
- func (v *NullableApiCredentialLinks) UnmarshalJSON(src []byte) error
- func (v *NullableApiCredentialLinks) Unset()
- type NullableApplePayInfo
- func (v NullableApplePayInfo) Get() *ApplePayInfo
- func (v NullableApplePayInfo) IsSet() bool
- func (v NullableApplePayInfo) MarshalJSON() ([]byte, error)
- func (v *NullableApplePayInfo) Set(val *ApplePayInfo)
- func (v *NullableApplePayInfo) UnmarshalJSON(src []byte) error
- func (v *NullableApplePayInfo) Unset()
- type NullableBcmcInfo
- type NullableBillingEntitiesResponse
- func (v NullableBillingEntitiesResponse) Get() *BillingEntitiesResponse
- func (v NullableBillingEntitiesResponse) IsSet() bool
- func (v NullableBillingEntitiesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEntitiesResponse) Set(val *BillingEntitiesResponse)
- func (v *NullableBillingEntitiesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEntitiesResponse) Unset()
- type NullableBillingEntity
- func (v NullableBillingEntity) Get() *BillingEntity
- func (v NullableBillingEntity) IsSet() bool
- func (v NullableBillingEntity) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEntity) Set(val *BillingEntity)
- func (v *NullableBillingEntity) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEntity) Unset()
- type NullableCardholderReceipt
- func (v NullableCardholderReceipt) Get() *CardholderReceipt
- func (v NullableCardholderReceipt) IsSet() bool
- func (v NullableCardholderReceipt) MarshalJSON() ([]byte, error)
- func (v *NullableCardholderReceipt) Set(val *CardholderReceipt)
- func (v *NullableCardholderReceipt) UnmarshalJSON(src []byte) error
- func (v *NullableCardholderReceipt) Unset()
- type NullableCartesBancairesInfo
- func (v NullableCartesBancairesInfo) Get() *CartesBancairesInfo
- func (v NullableCartesBancairesInfo) IsSet() bool
- func (v NullableCartesBancairesInfo) MarshalJSON() ([]byte, error)
- func (v *NullableCartesBancairesInfo) Set(val *CartesBancairesInfo)
- func (v *NullableCartesBancairesInfo) UnmarshalJSON(src []byte) error
- func (v *NullableCartesBancairesInfo) Unset()
- type NullableClearpayInfo
- func (v NullableClearpayInfo) Get() *ClearpayInfo
- func (v NullableClearpayInfo) IsSet() bool
- func (v NullableClearpayInfo) MarshalJSON() ([]byte, error)
- func (v *NullableClearpayInfo) Set(val *ClearpayInfo)
- func (v *NullableClearpayInfo) UnmarshalJSON(src []byte) error
- func (v *NullableClearpayInfo) Unset()
- type NullableCommission
- type NullableCompany
- type NullableCompanyApiCredential
- func (v NullableCompanyApiCredential) Get() *CompanyApiCredential
- func (v NullableCompanyApiCredential) IsSet() bool
- func (v NullableCompanyApiCredential) MarshalJSON() ([]byte, error)
- func (v *NullableCompanyApiCredential) Set(val *CompanyApiCredential)
- func (v *NullableCompanyApiCredential) UnmarshalJSON(src []byte) error
- func (v *NullableCompanyApiCredential) Unset()
- type NullableCompanyLinks
- func (v NullableCompanyLinks) Get() *CompanyLinks
- func (v NullableCompanyLinks) IsSet() bool
- func (v NullableCompanyLinks) MarshalJSON() ([]byte, error)
- func (v *NullableCompanyLinks) Set(val *CompanyLinks)
- func (v *NullableCompanyLinks) UnmarshalJSON(src []byte) error
- func (v *NullableCompanyLinks) Unset()
- type NullableCompanyUser
- func (v NullableCompanyUser) Get() *CompanyUser
- func (v NullableCompanyUser) IsSet() bool
- func (v NullableCompanyUser) MarshalJSON() ([]byte, error)
- func (v *NullableCompanyUser) Set(val *CompanyUser)
- func (v *NullableCompanyUser) UnmarshalJSON(src []byte) error
- func (v *NullableCompanyUser) Unset()
- type NullableConfiguration
- func (v NullableConfiguration) Get() *Configuration
- func (v NullableConfiguration) IsSet() bool
- func (v NullableConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableConfiguration) Set(val *Configuration)
- func (v *NullableConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableConfiguration) Unset()
- type NullableConnectivity
- func (v NullableConnectivity) Get() *Connectivity
- func (v NullableConnectivity) IsSet() bool
- func (v NullableConnectivity) MarshalJSON() ([]byte, error)
- func (v *NullableConnectivity) Set(val *Connectivity)
- func (v *NullableConnectivity) UnmarshalJSON(src []byte) error
- func (v *NullableConnectivity) Unset()
- type NullableContact
- type NullableCreateAllowedOriginRequest
- func (v NullableCreateAllowedOriginRequest) Get() *CreateAllowedOriginRequest
- func (v NullableCreateAllowedOriginRequest) IsSet() bool
- func (v NullableCreateAllowedOriginRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAllowedOriginRequest) Set(val *CreateAllowedOriginRequest)
- func (v *NullableCreateAllowedOriginRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAllowedOriginRequest) Unset()
- type NullableCreateApiCredentialResponse
- func (v NullableCreateApiCredentialResponse) Get() *CreateApiCredentialResponse
- func (v NullableCreateApiCredentialResponse) IsSet() bool
- func (v NullableCreateApiCredentialResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiCredentialResponse) Set(val *CreateApiCredentialResponse)
- func (v *NullableCreateApiCredentialResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiCredentialResponse) Unset()
- type NullableCreateCompanyApiCredentialRequest
- func (v NullableCreateCompanyApiCredentialRequest) Get() *CreateCompanyApiCredentialRequest
- func (v NullableCreateCompanyApiCredentialRequest) IsSet() bool
- func (v NullableCreateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCompanyApiCredentialRequest) Set(val *CreateCompanyApiCredentialRequest)
- func (v *NullableCreateCompanyApiCredentialRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCompanyApiCredentialRequest) Unset()
- type NullableCreateCompanyApiCredentialResponse
- func (v NullableCreateCompanyApiCredentialResponse) Get() *CreateCompanyApiCredentialResponse
- func (v NullableCreateCompanyApiCredentialResponse) IsSet() bool
- func (v NullableCreateCompanyApiCredentialResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCompanyApiCredentialResponse) Set(val *CreateCompanyApiCredentialResponse)
- func (v *NullableCreateCompanyApiCredentialResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCompanyApiCredentialResponse) Unset()
- type NullableCreateCompanyUserRequest
- func (v NullableCreateCompanyUserRequest) Get() *CreateCompanyUserRequest
- func (v NullableCreateCompanyUserRequest) IsSet() bool
- func (v NullableCreateCompanyUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCompanyUserRequest) Set(val *CreateCompanyUserRequest)
- func (v *NullableCreateCompanyUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCompanyUserRequest) Unset()
- type NullableCreateCompanyUserResponse
- func (v NullableCreateCompanyUserResponse) Get() *CreateCompanyUserResponse
- func (v NullableCreateCompanyUserResponse) IsSet() bool
- func (v NullableCreateCompanyUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCompanyUserResponse) Set(val *CreateCompanyUserResponse)
- func (v *NullableCreateCompanyUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCompanyUserResponse) Unset()
- type NullableCreateCompanyWebhookRequest
- func (v NullableCreateCompanyWebhookRequest) Get() *CreateCompanyWebhookRequest
- func (v NullableCreateCompanyWebhookRequest) IsSet() bool
- func (v NullableCreateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCompanyWebhookRequest) Set(val *CreateCompanyWebhookRequest)
- func (v *NullableCreateCompanyWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCompanyWebhookRequest) Unset()
- type NullableCreateMerchantApiCredentialRequest
- func (v NullableCreateMerchantApiCredentialRequest) Get() *CreateMerchantApiCredentialRequest
- func (v NullableCreateMerchantApiCredentialRequest) IsSet() bool
- func (v NullableCreateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateMerchantApiCredentialRequest) Set(val *CreateMerchantApiCredentialRequest)
- func (v *NullableCreateMerchantApiCredentialRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateMerchantApiCredentialRequest) Unset()
- type NullableCreateMerchantRequest
- func (v NullableCreateMerchantRequest) Get() *CreateMerchantRequest
- func (v NullableCreateMerchantRequest) IsSet() bool
- func (v NullableCreateMerchantRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateMerchantRequest) Set(val *CreateMerchantRequest)
- func (v *NullableCreateMerchantRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateMerchantRequest) Unset()
- type NullableCreateMerchantResponse
- func (v NullableCreateMerchantResponse) Get() *CreateMerchantResponse
- func (v NullableCreateMerchantResponse) IsSet() bool
- func (v NullableCreateMerchantResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateMerchantResponse) Set(val *CreateMerchantResponse)
- func (v *NullableCreateMerchantResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateMerchantResponse) Unset()
- type NullableCreateMerchantUserRequest
- func (v NullableCreateMerchantUserRequest) Get() *CreateMerchantUserRequest
- func (v NullableCreateMerchantUserRequest) IsSet() bool
- func (v NullableCreateMerchantUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateMerchantUserRequest) Set(val *CreateMerchantUserRequest)
- func (v *NullableCreateMerchantUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateMerchantUserRequest) Unset()
- type NullableCreateMerchantWebhookRequest
- func (v NullableCreateMerchantWebhookRequest) Get() *CreateMerchantWebhookRequest
- func (v NullableCreateMerchantWebhookRequest) IsSet() bool
- func (v NullableCreateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateMerchantWebhookRequest) Set(val *CreateMerchantWebhookRequest)
- func (v *NullableCreateMerchantWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateMerchantWebhookRequest) Unset()
- type NullableCreateUserResponse
- func (v NullableCreateUserResponse) Get() *CreateUserResponse
- func (v NullableCreateUserResponse) IsSet() bool
- func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
- func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserResponse) Unset()
- type NullableCurrency
- type NullableCustomNotification
- func (v NullableCustomNotification) Get() *CustomNotification
- func (v NullableCustomNotification) IsSet() bool
- func (v NullableCustomNotification) MarshalJSON() ([]byte, error)
- func (v *NullableCustomNotification) Set(val *CustomNotification)
- func (v *NullableCustomNotification) UnmarshalJSON(src []byte) error
- func (v *NullableCustomNotification) Unset()
- type NullableDataCenter
- type NullableEventUrl
- type NullableExternalTerminalAction
- func (v NullableExternalTerminalAction) Get() *ExternalTerminalAction
- func (v NullableExternalTerminalAction) IsSet() bool
- func (v NullableExternalTerminalAction) MarshalJSON() ([]byte, error)
- func (v *NullableExternalTerminalAction) Set(val *ExternalTerminalAction)
- func (v *NullableExternalTerminalAction) UnmarshalJSON(src []byte) error
- func (v *NullableExternalTerminalAction) Unset()
- type NullableFile
- type NullableGenerateApiKeyResponse
- func (v NullableGenerateApiKeyResponse) Get() *GenerateApiKeyResponse
- func (v NullableGenerateApiKeyResponse) IsSet() bool
- func (v NullableGenerateApiKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGenerateApiKeyResponse) Set(val *GenerateApiKeyResponse)
- func (v *NullableGenerateApiKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGenerateApiKeyResponse) Unset()
- type NullableGenerateClientKeyResponse
- func (v NullableGenerateClientKeyResponse) Get() *GenerateClientKeyResponse
- func (v NullableGenerateClientKeyResponse) IsSet() bool
- func (v NullableGenerateClientKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGenerateClientKeyResponse) Set(val *GenerateClientKeyResponse)
- func (v *NullableGenerateClientKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGenerateClientKeyResponse) Unset()
- type NullableGenerateHmacKeyResponse
- func (v NullableGenerateHmacKeyResponse) Get() *GenerateHmacKeyResponse
- func (v NullableGenerateHmacKeyResponse) IsSet() bool
- func (v NullableGenerateHmacKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGenerateHmacKeyResponse) Set(val *GenerateHmacKeyResponse)
- func (v *NullableGenerateHmacKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGenerateHmacKeyResponse) Unset()
- type NullableGenericPmWithTdiInfo
- func (v NullableGenericPmWithTdiInfo) Get() *GenericPmWithTdiInfo
- func (v NullableGenericPmWithTdiInfo) IsSet() bool
- func (v NullableGenericPmWithTdiInfo) MarshalJSON() ([]byte, error)
- func (v *NullableGenericPmWithTdiInfo) Set(val *GenericPmWithTdiInfo)
- func (v *NullableGenericPmWithTdiInfo) UnmarshalJSON(src []byte) error
- func (v *NullableGenericPmWithTdiInfo) Unset()
- type NullableGiroPayInfo
- func (v NullableGiroPayInfo) Get() *GiroPayInfo
- func (v NullableGiroPayInfo) IsSet() bool
- func (v NullableGiroPayInfo) MarshalJSON() ([]byte, error)
- func (v *NullableGiroPayInfo) Set(val *GiroPayInfo)
- func (v *NullableGiroPayInfo) UnmarshalJSON(src []byte) error
- func (v *NullableGiroPayInfo) Unset()
- type NullableGooglePayInfo
- func (v NullableGooglePayInfo) Get() *GooglePayInfo
- func (v NullableGooglePayInfo) IsSet() bool
- func (v NullableGooglePayInfo) MarshalJSON() ([]byte, error)
- func (v *NullableGooglePayInfo) Set(val *GooglePayInfo)
- func (v *NullableGooglePayInfo) UnmarshalJSON(src []byte) error
- func (v *NullableGooglePayInfo) Unset()
- type NullableGratuity
- type NullableHardware
- type NullableIdName
- type NullableInstallAndroidAppDetails
- func (v NullableInstallAndroidAppDetails) Get() *InstallAndroidAppDetails
- func (v NullableInstallAndroidAppDetails) IsSet() bool
- func (v NullableInstallAndroidAppDetails) MarshalJSON() ([]byte, error)
- func (v *NullableInstallAndroidAppDetails) Set(val *InstallAndroidAppDetails)
- func (v *NullableInstallAndroidAppDetails) UnmarshalJSON(src []byte) error
- func (v *NullableInstallAndroidAppDetails) Unset()
- type NullableInstallAndroidCertificateDetails
- func (v NullableInstallAndroidCertificateDetails) Get() *InstallAndroidCertificateDetails
- func (v NullableInstallAndroidCertificateDetails) IsSet() bool
- func (v NullableInstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
- func (v *NullableInstallAndroidCertificateDetails) Set(val *InstallAndroidCertificateDetails)
- func (v *NullableInstallAndroidCertificateDetails) UnmarshalJSON(src []byte) error
- func (v *NullableInstallAndroidCertificateDetails) Unset()
- type NullableInvalidField
- func (v NullableInvalidField) Get() *InvalidField
- func (v NullableInvalidField) IsSet() bool
- func (v NullableInvalidField) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidField) Set(val *InvalidField)
- func (v *NullableInvalidField) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidField) Unset()
- type NullableJSONObject
- type NullableJSONPath
- type NullableKey
- type NullableKlarnaInfo
- type NullableLinks
- type NullableLinksElement
- func (v NullableLinksElement) Get() *LinksElement
- func (v NullableLinksElement) IsSet() bool
- func (v NullableLinksElement) MarshalJSON() ([]byte, error)
- func (v *NullableLinksElement) Set(val *LinksElement)
- func (v *NullableLinksElement) UnmarshalJSON(src []byte) error
- func (v *NullableLinksElement) Unset()
- type NullableListCompanyApiCredentialsResponse
- func (v NullableListCompanyApiCredentialsResponse) Get() *ListCompanyApiCredentialsResponse
- func (v NullableListCompanyApiCredentialsResponse) IsSet() bool
- func (v NullableListCompanyApiCredentialsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCompanyApiCredentialsResponse) Set(val *ListCompanyApiCredentialsResponse)
- func (v *NullableListCompanyApiCredentialsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCompanyApiCredentialsResponse) Unset()
- type NullableListCompanyResponse
- func (v NullableListCompanyResponse) Get() *ListCompanyResponse
- func (v NullableListCompanyResponse) IsSet() bool
- func (v NullableListCompanyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCompanyResponse) Set(val *ListCompanyResponse)
- func (v *NullableListCompanyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCompanyResponse) Unset()
- type NullableListCompanyUsersResponse
- func (v NullableListCompanyUsersResponse) Get() *ListCompanyUsersResponse
- func (v NullableListCompanyUsersResponse) IsSet() bool
- func (v NullableListCompanyUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCompanyUsersResponse) Set(val *ListCompanyUsersResponse)
- func (v *NullableListCompanyUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCompanyUsersResponse) Unset()
- type NullableListExternalTerminalActionsResponse
- func (v NullableListExternalTerminalActionsResponse) Get() *ListExternalTerminalActionsResponse
- func (v NullableListExternalTerminalActionsResponse) IsSet() bool
- func (v NullableListExternalTerminalActionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListExternalTerminalActionsResponse) Set(val *ListExternalTerminalActionsResponse)
- func (v *NullableListExternalTerminalActionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListExternalTerminalActionsResponse) Unset()
- type NullableListMerchantApiCredentialsResponse
- func (v NullableListMerchantApiCredentialsResponse) Get() *ListMerchantApiCredentialsResponse
- func (v NullableListMerchantApiCredentialsResponse) IsSet() bool
- func (v NullableListMerchantApiCredentialsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListMerchantApiCredentialsResponse) Set(val *ListMerchantApiCredentialsResponse)
- func (v *NullableListMerchantApiCredentialsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListMerchantApiCredentialsResponse) Unset()
- type NullableListMerchantResponse
- func (v NullableListMerchantResponse) Get() *ListMerchantResponse
- func (v NullableListMerchantResponse) IsSet() bool
- func (v NullableListMerchantResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListMerchantResponse) Set(val *ListMerchantResponse)
- func (v *NullableListMerchantResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListMerchantResponse) Unset()
- type NullableListMerchantUsersResponse
- func (v NullableListMerchantUsersResponse) Get() *ListMerchantUsersResponse
- func (v NullableListMerchantUsersResponse) IsSet() bool
- func (v NullableListMerchantUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListMerchantUsersResponse) Set(val *ListMerchantUsersResponse)
- func (v *NullableListMerchantUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListMerchantUsersResponse) Unset()
- type NullableListStoresResponse
- func (v NullableListStoresResponse) Get() *ListStoresResponse
- func (v NullableListStoresResponse) IsSet() bool
- func (v NullableListStoresResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListStoresResponse) Set(val *ListStoresResponse)
- func (v *NullableListStoresResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListStoresResponse) Unset()
- type NullableListTerminalsResponse
- func (v NullableListTerminalsResponse) Get() *ListTerminalsResponse
- func (v NullableListTerminalsResponse) IsSet() bool
- func (v NullableListTerminalsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListTerminalsResponse) Set(val *ListTerminalsResponse)
- func (v *NullableListTerminalsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListTerminalsResponse) Unset()
- type NullableListWebhooksResponse
- func (v NullableListWebhooksResponse) Get() *ListWebhooksResponse
- func (v NullableListWebhooksResponse) IsSet() bool
- func (v NullableListWebhooksResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWebhooksResponse) Set(val *ListWebhooksResponse)
- func (v *NullableListWebhooksResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWebhooksResponse) Unset()
- type NullableLocalization
- func (v NullableLocalization) Get() *Localization
- func (v NullableLocalization) IsSet() bool
- func (v NullableLocalization) MarshalJSON() ([]byte, error)
- func (v *NullableLocalization) Set(val *Localization)
- func (v *NullableLocalization) UnmarshalJSON(src []byte) error
- func (v *NullableLocalization) Unset()
- type NullableLogo
- type NullableMeApiCredential
- func (v NullableMeApiCredential) Get() *MeApiCredential
- func (v NullableMeApiCredential) IsSet() bool
- func (v NullableMeApiCredential) MarshalJSON() ([]byte, error)
- func (v *NullableMeApiCredential) Set(val *MeApiCredential)
- func (v *NullableMeApiCredential) UnmarshalJSON(src []byte) error
- func (v *NullableMeApiCredential) Unset()
- type NullableMealVoucherFRInfo
- func (v NullableMealVoucherFRInfo) Get() *MealVoucherFRInfo
- func (v NullableMealVoucherFRInfo) IsSet() bool
- func (v NullableMealVoucherFRInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMealVoucherFRInfo) Set(val *MealVoucherFRInfo)
- func (v *NullableMealVoucherFRInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMealVoucherFRInfo) Unset()
- type NullableMerchant
- type NullableMerchantLinks
- func (v NullableMerchantLinks) Get() *MerchantLinks
- func (v NullableMerchantLinks) IsSet() bool
- func (v NullableMerchantLinks) MarshalJSON() ([]byte, error)
- func (v *NullableMerchantLinks) Set(val *MerchantLinks)
- func (v *NullableMerchantLinks) UnmarshalJSON(src []byte) error
- func (v *NullableMerchantLinks) Unset()
- type NullableMinorUnitsMonetaryValue
- func (v NullableMinorUnitsMonetaryValue) Get() *MinorUnitsMonetaryValue
- func (v NullableMinorUnitsMonetaryValue) IsSet() bool
- func (v NullableMinorUnitsMonetaryValue) MarshalJSON() ([]byte, error)
- func (v *NullableMinorUnitsMonetaryValue) Set(val *MinorUnitsMonetaryValue)
- func (v *NullableMinorUnitsMonetaryValue) UnmarshalJSON(src []byte) error
- func (v *NullableMinorUnitsMonetaryValue) Unset()
- type NullableName
- type NullableName2
- type NullableNexo
- type NullableNotification
- func (v NullableNotification) Get() *Notification
- func (v NullableNotification) IsSet() bool
- func (v NullableNotification) MarshalJSON() ([]byte, error)
- func (v *NullableNotification) Set(val *Notification)
- func (v *NullableNotification) UnmarshalJSON(src []byte) error
- func (v *NullableNotification) Unset()
- type NullableNotificationUrl
- func (v NullableNotificationUrl) Get() *NotificationUrl
- func (v NullableNotificationUrl) IsSet() bool
- func (v NullableNotificationUrl) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationUrl) Set(val *NotificationUrl)
- func (v *NullableNotificationUrl) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationUrl) Unset()
- type NullableOfflineProcessing
- func (v NullableOfflineProcessing) Get() *OfflineProcessing
- func (v NullableOfflineProcessing) IsSet() bool
- func (v NullableOfflineProcessing) MarshalJSON() ([]byte, error)
- func (v *NullableOfflineProcessing) Set(val *OfflineProcessing)
- func (v *NullableOfflineProcessing) UnmarshalJSON(src []byte) error
- func (v *NullableOfflineProcessing) Unset()
- type NullableOpi
- type NullableOrderItem
- type NullablePaginationLinks
- func (v NullablePaginationLinks) Get() *PaginationLinks
- func (v NullablePaginationLinks) IsSet() bool
- func (v NullablePaginationLinks) MarshalJSON() ([]byte, error)
- func (v *NullablePaginationLinks) Set(val *PaginationLinks)
- func (v *NullablePaginationLinks) UnmarshalJSON(src []byte) error
- func (v *NullablePaginationLinks) Unset()
- type NullablePasscodes
- type NullablePayAtTable
- type NullablePayPalInfo
- type NullablePayment
- type NullablePaymentMethod
- func (v NullablePaymentMethod) Get() *PaymentMethod
- func (v NullablePaymentMethod) IsSet() bool
- func (v NullablePaymentMethod) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentMethod) Set(val *PaymentMethod)
- func (v *NullablePaymentMethod) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentMethod) Unset()
- type NullablePaymentMethodResponse
- func (v NullablePaymentMethodResponse) Get() *PaymentMethodResponse
- func (v NullablePaymentMethodResponse) IsSet() bool
- func (v NullablePaymentMethodResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentMethodResponse) Set(val *PaymentMethodResponse)
- func (v *NullablePaymentMethodResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentMethodResponse) Unset()
- type NullablePaymentMethodSetupInfo
- func (v NullablePaymentMethodSetupInfo) Get() *PaymentMethodSetupInfo
- func (v NullablePaymentMethodSetupInfo) IsSet() bool
- func (v NullablePaymentMethodSetupInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentMethodSetupInfo) Set(val *PaymentMethodSetupInfo)
- func (v *NullablePaymentMethodSetupInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentMethodSetupInfo) Unset()
- type NullablePayoutSettings
- func (v NullablePayoutSettings) Get() *PayoutSettings
- func (v NullablePayoutSettings) IsSet() bool
- func (v NullablePayoutSettings) MarshalJSON() ([]byte, error)
- func (v *NullablePayoutSettings) Set(val *PayoutSettings)
- func (v *NullablePayoutSettings) UnmarshalJSON(src []byte) error
- func (v *NullablePayoutSettings) Unset()
- type NullablePayoutSettingsRequest
- func (v NullablePayoutSettingsRequest) Get() *PayoutSettingsRequest
- func (v NullablePayoutSettingsRequest) IsSet() bool
- func (v NullablePayoutSettingsRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePayoutSettingsRequest) Set(val *PayoutSettingsRequest)
- func (v *NullablePayoutSettingsRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePayoutSettingsRequest) Unset()
- type NullablePayoutSettingsResponse
- func (v NullablePayoutSettingsResponse) Get() *PayoutSettingsResponse
- func (v NullablePayoutSettingsResponse) IsSet() bool
- func (v NullablePayoutSettingsResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePayoutSettingsResponse) Set(val *PayoutSettingsResponse)
- func (v *NullablePayoutSettingsResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePayoutSettingsResponse) Unset()
- type NullableProfile
- type NullableReceiptOptions
- func (v NullableReceiptOptions) Get() *ReceiptOptions
- func (v NullableReceiptOptions) IsSet() bool
- func (v NullableReceiptOptions) MarshalJSON() ([]byte, error)
- func (v *NullableReceiptOptions) Set(val *ReceiptOptions)
- func (v *NullableReceiptOptions) UnmarshalJSON(src []byte) error
- func (v *NullableReceiptOptions) Unset()
- type NullableReceiptPrinting
- func (v NullableReceiptPrinting) Get() *ReceiptPrinting
- func (v NullableReceiptPrinting) IsSet() bool
- func (v NullableReceiptPrinting) MarshalJSON() ([]byte, error)
- func (v *NullableReceiptPrinting) Set(val *ReceiptPrinting)
- func (v *NullableReceiptPrinting) UnmarshalJSON(src []byte) error
- func (v *NullableReceiptPrinting) Unset()
- type NullableReleaseUpdateDetails
- func (v NullableReleaseUpdateDetails) Get() *ReleaseUpdateDetails
- func (v NullableReleaseUpdateDetails) IsSet() bool
- func (v NullableReleaseUpdateDetails) MarshalJSON() ([]byte, error)
- func (v *NullableReleaseUpdateDetails) Set(val *ReleaseUpdateDetails)
- func (v *NullableReleaseUpdateDetails) UnmarshalJSON(src []byte) error
- func (v *NullableReleaseUpdateDetails) Unset()
- type NullableRequestActivationResponse
- func (v NullableRequestActivationResponse) Get() *RequestActivationResponse
- func (v NullableRequestActivationResponse) IsSet() bool
- func (v NullableRequestActivationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRequestActivationResponse) Set(val *RequestActivationResponse)
- func (v *NullableRequestActivationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRequestActivationResponse) Unset()
- type NullableRestServiceError
- func (v NullableRestServiceError) Get() *RestServiceError
- func (v NullableRestServiceError) IsSet() bool
- func (v NullableRestServiceError) MarshalJSON() ([]byte, error)
- func (v *NullableRestServiceError) Set(val *RestServiceError)
- func (v *NullableRestServiceError) UnmarshalJSON(src []byte) error
- func (v *NullableRestServiceError) Unset()
- type NullableScheduleTerminalActionsRequest
- func (v NullableScheduleTerminalActionsRequest) Get() *ScheduleTerminalActionsRequest
- func (v NullableScheduleTerminalActionsRequest) IsSet() bool
- func (v NullableScheduleTerminalActionsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableScheduleTerminalActionsRequest) Set(val *ScheduleTerminalActionsRequest)
- func (v *NullableScheduleTerminalActionsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableScheduleTerminalActionsRequest) Unset()
- type NullableScheduleTerminalActionsRequestActionDetails
- func (v NullableScheduleTerminalActionsRequestActionDetails) Get() *ScheduleTerminalActionsRequestActionDetails
- func (v NullableScheduleTerminalActionsRequestActionDetails) IsSet() bool
- func (v NullableScheduleTerminalActionsRequestActionDetails) MarshalJSON() ([]byte, error)
- func (v *NullableScheduleTerminalActionsRequestActionDetails) Set(val *ScheduleTerminalActionsRequestActionDetails)
- func (v *NullableScheduleTerminalActionsRequestActionDetails) UnmarshalJSON(src []byte) error
- func (v *NullableScheduleTerminalActionsRequestActionDetails) Unset()
- type NullableScheduleTerminalActionsResponse
- func (v NullableScheduleTerminalActionsResponse) Get() *ScheduleTerminalActionsResponse
- func (v NullableScheduleTerminalActionsResponse) IsSet() bool
- func (v NullableScheduleTerminalActionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableScheduleTerminalActionsResponse) Set(val *ScheduleTerminalActionsResponse)
- func (v *NullableScheduleTerminalActionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableScheduleTerminalActionsResponse) Unset()
- type NullableSettings
- type NullableShippingLocation
- func (v NullableShippingLocation) Get() *ShippingLocation
- func (v NullableShippingLocation) IsSet() bool
- func (v NullableShippingLocation) MarshalJSON() ([]byte, error)
- func (v *NullableShippingLocation) Set(val *ShippingLocation)
- func (v *NullableShippingLocation) UnmarshalJSON(src []byte) error
- func (v *NullableShippingLocation) Unset()
- type NullableShippingLocationsResponse
- func (v NullableShippingLocationsResponse) Get() *ShippingLocationsResponse
- func (v NullableShippingLocationsResponse) IsSet() bool
- func (v NullableShippingLocationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableShippingLocationsResponse) Set(val *ShippingLocationsResponse)
- func (v *NullableShippingLocationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableShippingLocationsResponse) Unset()
- type NullableSignature
- type NullableSofortInfo
- type NullableSplitConfiguration
- func (v NullableSplitConfiguration) Get() *SplitConfiguration
- func (v NullableSplitConfiguration) IsSet() bool
- func (v NullableSplitConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableSplitConfiguration) Set(val *SplitConfiguration)
- func (v *NullableSplitConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableSplitConfiguration) Unset()
- type NullableSplitConfigurationList
- func (v NullableSplitConfigurationList) Get() *SplitConfigurationList
- func (v NullableSplitConfigurationList) IsSet() bool
- func (v NullableSplitConfigurationList) MarshalJSON() ([]byte, error)
- func (v *NullableSplitConfigurationList) Set(val *SplitConfigurationList)
- func (v *NullableSplitConfigurationList) UnmarshalJSON(src []byte) error
- func (v *NullableSplitConfigurationList) Unset()
- type NullableSplitConfigurationLogic
- func (v NullableSplitConfigurationLogic) Get() *SplitConfigurationLogic
- func (v NullableSplitConfigurationLogic) IsSet() bool
- func (v NullableSplitConfigurationLogic) MarshalJSON() ([]byte, error)
- func (v *NullableSplitConfigurationLogic) Set(val *SplitConfigurationLogic)
- func (v *NullableSplitConfigurationLogic) UnmarshalJSON(src []byte) error
- func (v *NullableSplitConfigurationLogic) Unset()
- type NullableSplitConfigurationRule
- func (v NullableSplitConfigurationRule) Get() *SplitConfigurationRule
- func (v NullableSplitConfigurationRule) IsSet() bool
- func (v NullableSplitConfigurationRule) MarshalJSON() ([]byte, error)
- func (v *NullableSplitConfigurationRule) Set(val *SplitConfigurationRule)
- func (v *NullableSplitConfigurationRule) UnmarshalJSON(src []byte) error
- func (v *NullableSplitConfigurationRule) Unset()
- type NullableStandalone
- type NullableStore
- type NullableStoreCreationRequest
- func (v NullableStoreCreationRequest) Get() *StoreCreationRequest
- func (v NullableStoreCreationRequest) IsSet() bool
- func (v NullableStoreCreationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableStoreCreationRequest) Set(val *StoreCreationRequest)
- func (v *NullableStoreCreationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableStoreCreationRequest) Unset()
- type NullableStoreCreationWithMerchantCodeRequest
- func (v NullableStoreCreationWithMerchantCodeRequest) Get() *StoreCreationWithMerchantCodeRequest
- func (v NullableStoreCreationWithMerchantCodeRequest) IsSet() bool
- func (v NullableStoreCreationWithMerchantCodeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableStoreCreationWithMerchantCodeRequest) Set(val *StoreCreationWithMerchantCodeRequest)
- func (v *NullableStoreCreationWithMerchantCodeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableStoreCreationWithMerchantCodeRequest) Unset()
- type NullableStoreLocation
- func (v NullableStoreLocation) Get() *StoreLocation
- func (v NullableStoreLocation) IsSet() bool
- func (v NullableStoreLocation) MarshalJSON() ([]byte, error)
- func (v *NullableStoreLocation) Set(val *StoreLocation)
- func (v *NullableStoreLocation) UnmarshalJSON(src []byte) error
- func (v *NullableStoreLocation) Unset()
- type NullableStoreSplitConfiguration
- func (v NullableStoreSplitConfiguration) Get() *StoreSplitConfiguration
- func (v NullableStoreSplitConfiguration) IsSet() bool
- func (v NullableStoreSplitConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableStoreSplitConfiguration) Set(val *StoreSplitConfiguration)
- func (v *NullableStoreSplitConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableStoreSplitConfiguration) Unset()
- type NullableSurcharge
- type NullableSwishInfo
- type NullableTerminal
- type NullableTerminalActionScheduleDetail
- func (v NullableTerminalActionScheduleDetail) Get() *TerminalActionScheduleDetail
- func (v NullableTerminalActionScheduleDetail) IsSet() bool
- func (v NullableTerminalActionScheduleDetail) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalActionScheduleDetail) Set(val *TerminalActionScheduleDetail)
- func (v *NullableTerminalActionScheduleDetail) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalActionScheduleDetail) Unset()
- type NullableTerminalAssignment
- func (v NullableTerminalAssignment) Get() *TerminalAssignment
- func (v NullableTerminalAssignment) IsSet() bool
- func (v NullableTerminalAssignment) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalAssignment) Set(val *TerminalAssignment)
- func (v *NullableTerminalAssignment) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalAssignment) Unset()
- type NullableTerminalConnectivity
- func (v NullableTerminalConnectivity) Get() *TerminalConnectivity
- func (v NullableTerminalConnectivity) IsSet() bool
- func (v NullableTerminalConnectivity) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalConnectivity) Set(val *TerminalConnectivity)
- func (v *NullableTerminalConnectivity) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalConnectivity) Unset()
- type NullableTerminalConnectivityBluetooth
- func (v NullableTerminalConnectivityBluetooth) Get() *TerminalConnectivityBluetooth
- func (v NullableTerminalConnectivityBluetooth) IsSet() bool
- func (v NullableTerminalConnectivityBluetooth) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalConnectivityBluetooth) Set(val *TerminalConnectivityBluetooth)
- func (v *NullableTerminalConnectivityBluetooth) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalConnectivityBluetooth) Unset()
- type NullableTerminalConnectivityCellular
- func (v NullableTerminalConnectivityCellular) Get() *TerminalConnectivityCellular
- func (v NullableTerminalConnectivityCellular) IsSet() bool
- func (v NullableTerminalConnectivityCellular) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalConnectivityCellular) Set(val *TerminalConnectivityCellular)
- func (v *NullableTerminalConnectivityCellular) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalConnectivityCellular) Unset()
- type NullableTerminalConnectivityEthernet
- func (v NullableTerminalConnectivityEthernet) Get() *TerminalConnectivityEthernet
- func (v NullableTerminalConnectivityEthernet) IsSet() bool
- func (v NullableTerminalConnectivityEthernet) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalConnectivityEthernet) Set(val *TerminalConnectivityEthernet)
- func (v *NullableTerminalConnectivityEthernet) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalConnectivityEthernet) Unset()
- type NullableTerminalConnectivityWifi
- func (v NullableTerminalConnectivityWifi) Get() *TerminalConnectivityWifi
- func (v NullableTerminalConnectivityWifi) IsSet() bool
- func (v NullableTerminalConnectivityWifi) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalConnectivityWifi) Set(val *TerminalConnectivityWifi)
- func (v *NullableTerminalConnectivityWifi) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalConnectivityWifi) Unset()
- type NullableTerminalModelsResponse
- func (v NullableTerminalModelsResponse) Get() *TerminalModelsResponse
- func (v NullableTerminalModelsResponse) IsSet() bool
- func (v NullableTerminalModelsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalModelsResponse) Set(val *TerminalModelsResponse)
- func (v *NullableTerminalModelsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalModelsResponse) Unset()
- type NullableTerminalOrder
- func (v NullableTerminalOrder) Get() *TerminalOrder
- func (v NullableTerminalOrder) IsSet() bool
- func (v NullableTerminalOrder) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalOrder) Set(val *TerminalOrder)
- func (v *NullableTerminalOrder) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalOrder) Unset()
- type NullableTerminalOrderRequest
- func (v NullableTerminalOrderRequest) Get() *TerminalOrderRequest
- func (v NullableTerminalOrderRequest) IsSet() bool
- func (v NullableTerminalOrderRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalOrderRequest) Set(val *TerminalOrderRequest)
- func (v *NullableTerminalOrderRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalOrderRequest) Unset()
- type NullableTerminalOrdersResponse
- func (v NullableTerminalOrdersResponse) Get() *TerminalOrdersResponse
- func (v NullableTerminalOrdersResponse) IsSet() bool
- func (v NullableTerminalOrdersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalOrdersResponse) Set(val *TerminalOrdersResponse)
- func (v *NullableTerminalOrdersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalOrdersResponse) Unset()
- type NullableTerminalProduct
- func (v NullableTerminalProduct) Get() *TerminalProduct
- func (v NullableTerminalProduct) IsSet() bool
- func (v NullableTerminalProduct) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalProduct) Set(val *TerminalProduct)
- func (v *NullableTerminalProduct) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalProduct) Unset()
- type NullableTerminalProductPrice
- func (v NullableTerminalProductPrice) Get() *TerminalProductPrice
- func (v NullableTerminalProductPrice) IsSet() bool
- func (v NullableTerminalProductPrice) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalProductPrice) Set(val *TerminalProductPrice)
- func (v *NullableTerminalProductPrice) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalProductPrice) Unset()
- type NullableTerminalProductsResponse
- func (v NullableTerminalProductsResponse) Get() *TerminalProductsResponse
- func (v NullableTerminalProductsResponse) IsSet() bool
- func (v NullableTerminalProductsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalProductsResponse) Set(val *TerminalProductsResponse)
- func (v *NullableTerminalProductsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalProductsResponse) Unset()
- type NullableTerminalReassignmentRequest
- func (v NullableTerminalReassignmentRequest) Get() *TerminalReassignmentRequest
- func (v NullableTerminalReassignmentRequest) IsSet() bool
- func (v NullableTerminalReassignmentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalReassignmentRequest) Set(val *TerminalReassignmentRequest)
- func (v *NullableTerminalReassignmentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalReassignmentRequest) Unset()
- type NullableTerminalReassignmentTarget
- func (v NullableTerminalReassignmentTarget) Get() *TerminalReassignmentTarget
- func (v NullableTerminalReassignmentTarget) IsSet() bool
- func (v NullableTerminalReassignmentTarget) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalReassignmentTarget) Set(val *TerminalReassignmentTarget)
- func (v *NullableTerminalReassignmentTarget) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalReassignmentTarget) Unset()
- type NullableTerminalSettings
- func (v NullableTerminalSettings) Get() *TerminalSettings
- func (v NullableTerminalSettings) IsSet() bool
- func (v NullableTerminalSettings) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalSettings) Set(val *TerminalSettings)
- func (v *NullableTerminalSettings) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalSettings) Unset()
- type NullableTestCompanyWebhookRequest
- func (v NullableTestCompanyWebhookRequest) Get() *TestCompanyWebhookRequest
- func (v NullableTestCompanyWebhookRequest) IsSet() bool
- func (v NullableTestCompanyWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTestCompanyWebhookRequest) Set(val *TestCompanyWebhookRequest)
- func (v *NullableTestCompanyWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTestCompanyWebhookRequest) Unset()
- type NullableTestOutput
- type NullableTestWebhookRequest
- func (v NullableTestWebhookRequest) Get() *TestWebhookRequest
- func (v NullableTestWebhookRequest) IsSet() bool
- func (v NullableTestWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTestWebhookRequest) Set(val *TestWebhookRequest)
- func (v *NullableTestWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTestWebhookRequest) Unset()
- type NullableTestWebhookResponse
- func (v NullableTestWebhookResponse) Get() *TestWebhookResponse
- func (v NullableTestWebhookResponse) IsSet() bool
- func (v NullableTestWebhookResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTestWebhookResponse) Set(val *TestWebhookResponse)
- func (v *NullableTestWebhookResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTestWebhookResponse) Unset()
- type NullableTimeouts
- type NullableTransactionDescriptionInfo
- func (v NullableTransactionDescriptionInfo) Get() *TransactionDescriptionInfo
- func (v NullableTransactionDescriptionInfo) IsSet() bool
- func (v NullableTransactionDescriptionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionDescriptionInfo) Set(val *TransactionDescriptionInfo)
- func (v *NullableTransactionDescriptionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionDescriptionInfo) Unset()
- type NullableTwintInfo
- type NullableUninstallAndroidAppDetails
- func (v NullableUninstallAndroidAppDetails) Get() *UninstallAndroidAppDetails
- func (v NullableUninstallAndroidAppDetails) IsSet() bool
- func (v NullableUninstallAndroidAppDetails) MarshalJSON() ([]byte, error)
- func (v *NullableUninstallAndroidAppDetails) Set(val *UninstallAndroidAppDetails)
- func (v *NullableUninstallAndroidAppDetails) UnmarshalJSON(src []byte) error
- func (v *NullableUninstallAndroidAppDetails) Unset()
- type NullableUninstallAndroidCertificateDetails
- func (v NullableUninstallAndroidCertificateDetails) Get() *UninstallAndroidCertificateDetails
- func (v NullableUninstallAndroidCertificateDetails) IsSet() bool
- func (v NullableUninstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
- func (v *NullableUninstallAndroidCertificateDetails) Set(val *UninstallAndroidCertificateDetails)
- func (v *NullableUninstallAndroidCertificateDetails) UnmarshalJSON(src []byte) error
- func (v *NullableUninstallAndroidCertificateDetails) Unset()
- type NullableUpdatableAddress
- func (v NullableUpdatableAddress) Get() *UpdatableAddress
- func (v NullableUpdatableAddress) IsSet() bool
- func (v NullableUpdatableAddress) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatableAddress) Set(val *UpdatableAddress)
- func (v *NullableUpdatableAddress) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatableAddress) Unset()
- type NullableUpdateCompanyApiCredentialRequest
- func (v NullableUpdateCompanyApiCredentialRequest) Get() *UpdateCompanyApiCredentialRequest
- func (v NullableUpdateCompanyApiCredentialRequest) IsSet() bool
- func (v NullableUpdateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateCompanyApiCredentialRequest) Set(val *UpdateCompanyApiCredentialRequest)
- func (v *NullableUpdateCompanyApiCredentialRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateCompanyApiCredentialRequest) Unset()
- type NullableUpdateCompanyUserRequest
- func (v NullableUpdateCompanyUserRequest) Get() *UpdateCompanyUserRequest
- func (v NullableUpdateCompanyUserRequest) IsSet() bool
- func (v NullableUpdateCompanyUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateCompanyUserRequest) Set(val *UpdateCompanyUserRequest)
- func (v *NullableUpdateCompanyUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateCompanyUserRequest) Unset()
- type NullableUpdateCompanyWebhookRequest
- func (v NullableUpdateCompanyWebhookRequest) Get() *UpdateCompanyWebhookRequest
- func (v NullableUpdateCompanyWebhookRequest) IsSet() bool
- func (v NullableUpdateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateCompanyWebhookRequest) Set(val *UpdateCompanyWebhookRequest)
- func (v *NullableUpdateCompanyWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateCompanyWebhookRequest) Unset()
- type NullableUpdateMerchantApiCredentialRequest
- func (v NullableUpdateMerchantApiCredentialRequest) Get() *UpdateMerchantApiCredentialRequest
- func (v NullableUpdateMerchantApiCredentialRequest) IsSet() bool
- func (v NullableUpdateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateMerchantApiCredentialRequest) Set(val *UpdateMerchantApiCredentialRequest)
- func (v *NullableUpdateMerchantApiCredentialRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateMerchantApiCredentialRequest) Unset()
- type NullableUpdateMerchantUserRequest
- func (v NullableUpdateMerchantUserRequest) Get() *UpdateMerchantUserRequest
- func (v NullableUpdateMerchantUserRequest) IsSet() bool
- func (v NullableUpdateMerchantUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateMerchantUserRequest) Set(val *UpdateMerchantUserRequest)
- func (v *NullableUpdateMerchantUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateMerchantUserRequest) Unset()
- type NullableUpdateMerchantWebhookRequest
- func (v NullableUpdateMerchantWebhookRequest) Get() *UpdateMerchantWebhookRequest
- func (v NullableUpdateMerchantWebhookRequest) IsSet() bool
- func (v NullableUpdateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateMerchantWebhookRequest) Set(val *UpdateMerchantWebhookRequest)
- func (v *NullableUpdateMerchantWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateMerchantWebhookRequest) Unset()
- type NullableUpdatePaymentMethodInfo
- func (v NullableUpdatePaymentMethodInfo) Get() *UpdatePaymentMethodInfo
- func (v NullableUpdatePaymentMethodInfo) IsSet() bool
- func (v NullableUpdatePaymentMethodInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePaymentMethodInfo) Set(val *UpdatePaymentMethodInfo)
- func (v *NullableUpdatePaymentMethodInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePaymentMethodInfo) Unset()
- type NullableUpdatePayoutSettingsRequest
- func (v NullableUpdatePayoutSettingsRequest) Get() *UpdatePayoutSettingsRequest
- func (v NullableUpdatePayoutSettingsRequest) IsSet() bool
- func (v NullableUpdatePayoutSettingsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePayoutSettingsRequest) Set(val *UpdatePayoutSettingsRequest)
- func (v *NullableUpdatePayoutSettingsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePayoutSettingsRequest) Unset()
- type NullableUpdateSplitConfigurationLogicRequest
- func (v NullableUpdateSplitConfigurationLogicRequest) Get() *UpdateSplitConfigurationLogicRequest
- func (v NullableUpdateSplitConfigurationLogicRequest) IsSet() bool
- func (v NullableUpdateSplitConfigurationLogicRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSplitConfigurationLogicRequest) Set(val *UpdateSplitConfigurationLogicRequest)
- func (v *NullableUpdateSplitConfigurationLogicRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSplitConfigurationLogicRequest) Unset()
- type NullableUpdateSplitConfigurationRequest
- func (v NullableUpdateSplitConfigurationRequest) Get() *UpdateSplitConfigurationRequest
- func (v NullableUpdateSplitConfigurationRequest) IsSet() bool
- func (v NullableUpdateSplitConfigurationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSplitConfigurationRequest) Set(val *UpdateSplitConfigurationRequest)
- func (v *NullableUpdateSplitConfigurationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSplitConfigurationRequest) Unset()
- type NullableUpdateSplitConfigurationRuleRequest
- func (v NullableUpdateSplitConfigurationRuleRequest) Get() *UpdateSplitConfigurationRuleRequest
- func (v NullableUpdateSplitConfigurationRuleRequest) IsSet() bool
- func (v NullableUpdateSplitConfigurationRuleRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSplitConfigurationRuleRequest) Set(val *UpdateSplitConfigurationRuleRequest)
- func (v *NullableUpdateSplitConfigurationRuleRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSplitConfigurationRuleRequest) Unset()
- type NullableUpdateStoreRequest
- func (v NullableUpdateStoreRequest) Get() *UpdateStoreRequest
- func (v NullableUpdateStoreRequest) IsSet() bool
- func (v NullableUpdateStoreRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStoreRequest) Set(val *UpdateStoreRequest)
- func (v *NullableUpdateStoreRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStoreRequest) Unset()
- type NullableUploadAndroidAppResponse
- func (v NullableUploadAndroidAppResponse) Get() *UploadAndroidAppResponse
- func (v NullableUploadAndroidAppResponse) IsSet() bool
- func (v NullableUploadAndroidAppResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUploadAndroidAppResponse) Set(val *UploadAndroidAppResponse)
- func (v *NullableUploadAndroidAppResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUploadAndroidAppResponse) Unset()
- type NullableUrl
- type NullableUser
- type NullableVippsInfo
- type NullableWebhook
- type NullableWebhookLinks
- func (v NullableWebhookLinks) Get() *WebhookLinks
- func (v NullableWebhookLinks) IsSet() bool
- func (v NullableWebhookLinks) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookLinks) Set(val *WebhookLinks)
- func (v *NullableWebhookLinks) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookLinks) Unset()
- type NullableWifiProfiles
- func (v NullableWifiProfiles) Get() *WifiProfiles
- func (v NullableWifiProfiles) IsSet() bool
- func (v NullableWifiProfiles) MarshalJSON() ([]byte, error)
- func (v *NullableWifiProfiles) Set(val *WifiProfiles)
- func (v *NullableWifiProfiles) UnmarshalJSON(src []byte) error
- func (v *NullableWifiProfiles) Unset()
- type OfflineProcessing
- func (o *OfflineProcessing) GetChipFloorLimit() int32
- func (o *OfflineProcessing) GetChipFloorLimitOk() (*int32, bool)
- func (o *OfflineProcessing) GetOfflineSwipeLimits() []MinorUnitsMonetaryValue
- func (o *OfflineProcessing) GetOfflineSwipeLimitsOk() ([]MinorUnitsMonetaryValue, bool)
- func (o *OfflineProcessing) HasChipFloorLimit() bool
- func (o *OfflineProcessing) HasOfflineSwipeLimits() bool
- func (o OfflineProcessing) MarshalJSON() ([]byte, error)
- func (o *OfflineProcessing) SetChipFloorLimit(v int32)
- func (o *OfflineProcessing) SetOfflineSwipeLimits(v []MinorUnitsMonetaryValue)
- func (o OfflineProcessing) ToMap() (map[string]interface{}, error)
- type Opi
- func (o *Opi) GetEnablePayAtTable() bool
- func (o *Opi) GetEnablePayAtTableOk() (*bool, bool)
- func (o *Opi) GetPayAtTableStoreNumber() string
- func (o *Opi) GetPayAtTableStoreNumberOk() (*string, bool)
- func (o *Opi) GetPayAtTableURL() string
- func (o *Opi) GetPayAtTableURLOk() (*string, bool)
- func (o *Opi) HasEnablePayAtTable() bool
- func (o *Opi) HasPayAtTableStoreNumber() bool
- func (o *Opi) HasPayAtTableURL() bool
- func (o Opi) MarshalJSON() ([]byte, error)
- func (o *Opi) SetEnablePayAtTable(v bool)
- func (o *Opi) SetPayAtTableStoreNumber(v string)
- func (o *Opi) SetPayAtTableURL(v string)
- func (o Opi) ToMap() (map[string]interface{}, error)
- type OrderItem
- func (o *OrderItem) GetId() string
- func (o *OrderItem) GetIdOk() (*string, bool)
- func (o *OrderItem) GetInstallments() int64
- func (o *OrderItem) GetInstallmentsOk() (*int64, bool)
- func (o *OrderItem) GetName() string
- func (o *OrderItem) GetNameOk() (*string, bool)
- func (o *OrderItem) GetQuantity() int32
- func (o *OrderItem) GetQuantityOk() (*int32, bool)
- func (o *OrderItem) HasId() bool
- func (o *OrderItem) HasInstallments() bool
- func (o *OrderItem) HasName() bool
- func (o *OrderItem) HasQuantity() bool
- func (o OrderItem) MarshalJSON() ([]byte, error)
- func (o *OrderItem) SetId(v string)
- func (o *OrderItem) SetInstallments(v int64)
- func (o *OrderItem) SetName(v string)
- func (o *OrderItem) SetQuantity(v int32)
- func (o OrderItem) ToMap() (map[string]interface{}, error)
- type PaginationLinks
- func (o *PaginationLinks) GetFirst() LinksElement
- func (o *PaginationLinks) GetFirstOk() (*LinksElement, bool)
- func (o *PaginationLinks) GetLast() LinksElement
- func (o *PaginationLinks) GetLastOk() (*LinksElement, bool)
- func (o *PaginationLinks) GetNext() LinksElement
- func (o *PaginationLinks) GetNextOk() (*LinksElement, bool)
- func (o *PaginationLinks) GetPrev() LinksElement
- func (o *PaginationLinks) GetPrevOk() (*LinksElement, bool)
- func (o *PaginationLinks) GetSelf() LinksElement
- func (o *PaginationLinks) GetSelfOk() (*LinksElement, bool)
- func (o *PaginationLinks) HasNext() bool
- func (o *PaginationLinks) HasPrev() bool
- func (o PaginationLinks) MarshalJSON() ([]byte, error)
- func (o *PaginationLinks) SetFirst(v LinksElement)
- func (o *PaginationLinks) SetLast(v LinksElement)
- func (o *PaginationLinks) SetNext(v LinksElement)
- func (o *PaginationLinks) SetPrev(v LinksElement)
- func (o *PaginationLinks) SetSelf(v LinksElement)
- func (o PaginationLinks) ToMap() (map[string]interface{}, error)
- type Passcodes
- func (o *Passcodes) GetAdminMenuPin() string
- func (o *Passcodes) GetAdminMenuPinOk() (*string, bool)
- func (o *Passcodes) GetRefundPin() string
- func (o *Passcodes) GetRefundPinOk() (*string, bool)
- func (o *Passcodes) GetScreenLockPin() string
- func (o *Passcodes) GetScreenLockPinOk() (*string, bool)
- func (o *Passcodes) GetTxMenuPin() string
- func (o *Passcodes) GetTxMenuPinOk() (*string, bool)
- func (o *Passcodes) HasAdminMenuPin() bool
- func (o *Passcodes) HasRefundPin() bool
- func (o *Passcodes) HasScreenLockPin() bool
- func (o *Passcodes) HasTxMenuPin() bool
- func (o Passcodes) MarshalJSON() ([]byte, error)
- func (o *Passcodes) SetAdminMenuPin(v string)
- func (o *Passcodes) SetRefundPin(v string)
- func (o *Passcodes) SetScreenLockPin(v string)
- func (o *Passcodes) SetTxMenuPin(v string)
- func (o Passcodes) ToMap() (map[string]interface{}, error)
- type PayAtTable
- func (o *PayAtTable) GetAuthenticationMethod() string
- func (o *PayAtTable) GetAuthenticationMethodOk() (*string, bool)
- func (o *PayAtTable) GetEnablePayAtTable() bool
- func (o *PayAtTable) GetEnablePayAtTableOk() (*bool, bool)
- func (o *PayAtTable) HasAuthenticationMethod() bool
- func (o *PayAtTable) HasEnablePayAtTable() bool
- func (o PayAtTable) MarshalJSON() ([]byte, error)
- func (o *PayAtTable) SetAuthenticationMethod(v string)
- func (o *PayAtTable) SetEnablePayAtTable(v bool)
- func (o PayAtTable) ToMap() (map[string]interface{}, error)
- type PayPalInfo
- func (o *PayPalInfo) GetDirectCapture() bool
- func (o *PayPalInfo) GetDirectCaptureOk() (*bool, bool)
- func (o *PayPalInfo) GetPayerId() string
- func (o *PayPalInfo) GetPayerIdOk() (*string, bool)
- func (o *PayPalInfo) GetSubject() string
- func (o *PayPalInfo) GetSubjectOk() (*string, bool)
- func (o *PayPalInfo) HasDirectCapture() bool
- func (o PayPalInfo) MarshalJSON() ([]byte, error)
- func (o *PayPalInfo) SetDirectCapture(v bool)
- func (o *PayPalInfo) SetPayerId(v string)
- func (o *PayPalInfo) SetSubject(v string)
- func (o PayPalInfo) ToMap() (map[string]interface{}, error)
- type Payment
- func (o *Payment) GetContactlessCurrency() string
- func (o *Payment) GetContactlessCurrencyOk() (*string, bool)
- func (o *Payment) GetHideMinorUnitsInCurrencies() []string
- func (o *Payment) GetHideMinorUnitsInCurrenciesOk() ([]string, bool)
- func (o *Payment) HasContactlessCurrency() bool
- func (o *Payment) HasHideMinorUnitsInCurrencies() bool
- func (o Payment) MarshalJSON() ([]byte, error)
- func (o *Payment) SetContactlessCurrency(v string)
- func (o *Payment) SetHideMinorUnitsInCurrencies(v []string)
- func (o Payment) ToMap() (map[string]interface{}, error)
- type PaymentMethod
- func (o *PaymentMethod) GetAfterpayTouch() AfterpayTouchInfo
- func (o *PaymentMethod) GetAfterpayTouchOk() (*AfterpayTouchInfo, bool)
- func (o *PaymentMethod) GetAllowed() bool
- func (o *PaymentMethod) GetAllowedOk() (*bool, bool)
- func (o *PaymentMethod) GetApplePay() ApplePayInfo
- func (o *PaymentMethod) GetApplePayOk() (*ApplePayInfo, bool)
- func (o *PaymentMethod) GetBcmc() BcmcInfo
- func (o *PaymentMethod) GetBcmcOk() (*BcmcInfo, bool)
- func (o *PaymentMethod) GetBusinessLineId() string
- func (o *PaymentMethod) GetBusinessLineIdOk() (*string, bool)
- func (o *PaymentMethod) GetCartesBancaires() CartesBancairesInfo
- func (o *PaymentMethod) GetCartesBancairesOk() (*CartesBancairesInfo, bool)
- func (o *PaymentMethod) GetClearpay() ClearpayInfo
- func (o *PaymentMethod) GetClearpayOk() (*ClearpayInfo, bool)
- func (o *PaymentMethod) GetCountries() []string
- func (o *PaymentMethod) GetCountriesOk() ([]string, bool)
- func (o *PaymentMethod) GetCup() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetCupOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetCurrencies() []string
- func (o *PaymentMethod) GetCurrenciesOk() ([]string, bool)
- func (o *PaymentMethod) GetCustomRoutingFlags() []string
- func (o *PaymentMethod) GetCustomRoutingFlagsOk() ([]string, bool)
- func (o *PaymentMethod) GetDiners() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetDinersOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetDiscover() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetDiscoverOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetEftposAustralia() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetEftposAustraliaOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetEnabled() bool
- func (o *PaymentMethod) GetEnabledOk() (*bool, bool)
- func (o *PaymentMethod) GetGiroPay() GiroPayInfo
- func (o *PaymentMethod) GetGiroPayOk() (*GiroPayInfo, bool)
- func (o *PaymentMethod) GetGirocard() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetGirocardOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetGooglePay() GooglePayInfo
- func (o *PaymentMethod) GetGooglePayOk() (*GooglePayInfo, bool)
- func (o *PaymentMethod) GetId() string
- func (o *PaymentMethod) GetIdOk() (*string, bool)
- func (o *PaymentMethod) GetIdeal() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetIdealOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetInteracCard() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetInteracCardOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetJcb() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetJcbOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetKlarna() KlarnaInfo
- func (o *PaymentMethod) GetKlarnaOk() (*KlarnaInfo, bool)
- func (o *PaymentMethod) GetMaestro() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetMaestroOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetMc() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetMcOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) GetMealVoucherFR() MealVoucherFRInfo
- func (o *PaymentMethod) GetMealVoucherFROk() (*MealVoucherFRInfo, bool)
- func (o *PaymentMethod) GetPaypal() PayPalInfo
- func (o *PaymentMethod) GetPaypalOk() (*PayPalInfo, bool)
- func (o *PaymentMethod) GetReference() string
- func (o *PaymentMethod) GetReferenceOk() (*string, bool)
- func (o *PaymentMethod) GetShopperInteraction() string
- func (o *PaymentMethod) GetShopperInteractionOk() (*string, bool)
- func (o *PaymentMethod) GetSofort() SofortInfo
- func (o *PaymentMethod) GetSofortOk() (*SofortInfo, bool)
- func (o *PaymentMethod) GetStoreIds() []string
- func (o *PaymentMethod) GetStoreIdsOk() ([]string, bool)
- func (o *PaymentMethod) GetSwish() SwishInfo
- func (o *PaymentMethod) GetSwishOk() (*SwishInfo, bool)
- func (o *PaymentMethod) GetTwint() TwintInfo
- func (o *PaymentMethod) GetTwintOk() (*TwintInfo, bool)
- func (o *PaymentMethod) GetType() string
- func (o *PaymentMethod) GetTypeOk() (*string, bool)
- func (o *PaymentMethod) GetVerificationStatus() string
- func (o *PaymentMethod) GetVerificationStatusOk() (*string, bool)
- func (o *PaymentMethod) GetVipps() VippsInfo
- func (o *PaymentMethod) GetVippsOk() (*VippsInfo, bool)
- func (o *PaymentMethod) GetVisa() GenericPmWithTdiInfo
- func (o *PaymentMethod) GetVisaOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethod) HasAfterpayTouch() bool
- func (o *PaymentMethod) HasAllowed() bool
- func (o *PaymentMethod) HasApplePay() bool
- func (o *PaymentMethod) HasBcmc() bool
- func (o *PaymentMethod) HasBusinessLineId() bool
- func (o *PaymentMethod) HasCartesBancaires() bool
- func (o *PaymentMethod) HasClearpay() bool
- func (o *PaymentMethod) HasCountries() bool
- func (o *PaymentMethod) HasCup() bool
- func (o *PaymentMethod) HasCurrencies() bool
- func (o *PaymentMethod) HasCustomRoutingFlags() bool
- func (o *PaymentMethod) HasDiners() bool
- func (o *PaymentMethod) HasDiscover() bool
- func (o *PaymentMethod) HasEftposAustralia() bool
- func (o *PaymentMethod) HasEnabled() bool
- func (o *PaymentMethod) HasGiroPay() bool
- func (o *PaymentMethod) HasGirocard() bool
- func (o *PaymentMethod) HasGooglePay() bool
- func (o *PaymentMethod) HasIdeal() bool
- func (o *PaymentMethod) HasInteracCard() bool
- func (o *PaymentMethod) HasJcb() bool
- func (o *PaymentMethod) HasKlarna() bool
- func (o *PaymentMethod) HasMaestro() bool
- func (o *PaymentMethod) HasMc() bool
- func (o *PaymentMethod) HasMealVoucherFR() bool
- func (o *PaymentMethod) HasPaypal() bool
- func (o *PaymentMethod) HasReference() bool
- func (o *PaymentMethod) HasShopperInteraction() bool
- func (o *PaymentMethod) HasSofort() bool
- func (o *PaymentMethod) HasStoreIds() bool
- func (o *PaymentMethod) HasSwish() bool
- func (o *PaymentMethod) HasTwint() bool
- func (o *PaymentMethod) HasType() bool
- func (o *PaymentMethod) HasVerificationStatus() bool
- func (o *PaymentMethod) HasVipps() bool
- func (o *PaymentMethod) HasVisa() bool
- func (o PaymentMethod) MarshalJSON() ([]byte, error)
- func (o *PaymentMethod) SetAfterpayTouch(v AfterpayTouchInfo)
- func (o *PaymentMethod) SetAllowed(v bool)
- func (o *PaymentMethod) SetApplePay(v ApplePayInfo)
- func (o *PaymentMethod) SetBcmc(v BcmcInfo)
- func (o *PaymentMethod) SetBusinessLineId(v string)
- func (o *PaymentMethod) SetCartesBancaires(v CartesBancairesInfo)
- func (o *PaymentMethod) SetClearpay(v ClearpayInfo)
- func (o *PaymentMethod) SetCountries(v []string)
- func (o *PaymentMethod) SetCup(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetCurrencies(v []string)
- func (o *PaymentMethod) SetCustomRoutingFlags(v []string)
- func (o *PaymentMethod) SetDiners(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetDiscover(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetEftposAustralia(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetEnabled(v bool)
- func (o *PaymentMethod) SetGiroPay(v GiroPayInfo)
- func (o *PaymentMethod) SetGirocard(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetGooglePay(v GooglePayInfo)
- func (o *PaymentMethod) SetId(v string)
- func (o *PaymentMethod) SetIdeal(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetInteracCard(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetJcb(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetKlarna(v KlarnaInfo)
- func (o *PaymentMethod) SetMaestro(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetMc(v GenericPmWithTdiInfo)
- func (o *PaymentMethod) SetMealVoucherFR(v MealVoucherFRInfo)
- func (o *PaymentMethod) SetPaypal(v PayPalInfo)
- func (o *PaymentMethod) SetReference(v string)
- func (o *PaymentMethod) SetShopperInteraction(v string)
- func (o *PaymentMethod) SetSofort(v SofortInfo)
- func (o *PaymentMethod) SetStoreIds(v []string)
- func (o *PaymentMethod) SetSwish(v SwishInfo)
- func (o *PaymentMethod) SetTwint(v TwintInfo)
- func (o *PaymentMethod) SetType(v string)
- func (o *PaymentMethod) SetVerificationStatus(v string)
- func (o *PaymentMethod) SetVipps(v VippsInfo)
- func (o *PaymentMethod) SetVisa(v GenericPmWithTdiInfo)
- func (o PaymentMethod) ToMap() (map[string]interface{}, error)
- type PaymentMethodResponse
- func (o *PaymentMethodResponse) GetData() []PaymentMethod
- func (o *PaymentMethodResponse) GetDataOk() ([]PaymentMethod, bool)
- func (o *PaymentMethodResponse) GetItemsTotal() int32
- func (o *PaymentMethodResponse) GetItemsTotalOk() (*int32, bool)
- func (o *PaymentMethodResponse) GetLinks() PaginationLinks
- func (o *PaymentMethodResponse) GetLinksOk() (*PaginationLinks, bool)
- func (o *PaymentMethodResponse) GetPagesTotal() int32
- func (o *PaymentMethodResponse) GetPagesTotalOk() (*int32, bool)
- func (o *PaymentMethodResponse) GetTypesWithErrors() []string
- func (o *PaymentMethodResponse) GetTypesWithErrorsOk() ([]string, bool)
- func (o *PaymentMethodResponse) HasData() bool
- func (o *PaymentMethodResponse) HasLinks() bool
- func (o *PaymentMethodResponse) HasTypesWithErrors() bool
- func (o PaymentMethodResponse) MarshalJSON() ([]byte, error)
- func (o *PaymentMethodResponse) SetData(v []PaymentMethod)
- func (o *PaymentMethodResponse) SetItemsTotal(v int32)
- func (o *PaymentMethodResponse) SetLinks(v PaginationLinks)
- func (o *PaymentMethodResponse) SetPagesTotal(v int32)
- func (o *PaymentMethodResponse) SetTypesWithErrors(v []string)
- func (o PaymentMethodResponse) ToMap() (map[string]interface{}, error)
- type PaymentMethodSetupInfo
- func (o *PaymentMethodSetupInfo) GetAfterpayTouch() AfterpayTouchInfo
- func (o *PaymentMethodSetupInfo) GetAfterpayTouchOk() (*AfterpayTouchInfo, bool)
- func (o *PaymentMethodSetupInfo) GetApplePay() ApplePayInfo
- func (o *PaymentMethodSetupInfo) GetApplePayOk() (*ApplePayInfo, bool)
- func (o *PaymentMethodSetupInfo) GetBcmc() BcmcInfo
- func (o *PaymentMethodSetupInfo) GetBcmcOk() (*BcmcInfo, bool)
- func (o *PaymentMethodSetupInfo) GetBusinessLineId() string
- func (o *PaymentMethodSetupInfo) GetBusinessLineIdOk() (*string, bool)
- func (o *PaymentMethodSetupInfo) GetCartesBancaires() CartesBancairesInfo
- func (o *PaymentMethodSetupInfo) GetCartesBancairesOk() (*CartesBancairesInfo, bool)
- func (o *PaymentMethodSetupInfo) GetClearpay() ClearpayInfo
- func (o *PaymentMethodSetupInfo) GetClearpayOk() (*ClearpayInfo, bool)
- func (o *PaymentMethodSetupInfo) GetCountries() []string
- func (o *PaymentMethodSetupInfo) GetCountriesOk() ([]string, bool)
- func (o *PaymentMethodSetupInfo) GetCup() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetCupOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetCurrencies() []string
- func (o *PaymentMethodSetupInfo) GetCurrenciesOk() ([]string, bool)
- func (o *PaymentMethodSetupInfo) GetCustomRoutingFlags() []string
- func (o *PaymentMethodSetupInfo) GetCustomRoutingFlagsOk() ([]string, bool)
- func (o *PaymentMethodSetupInfo) GetDiners() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetDinersOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetDiscover() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetDiscoverOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetEftposAustralia() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetEftposAustraliaOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetGiroPay() GiroPayInfo
- func (o *PaymentMethodSetupInfo) GetGiroPayOk() (*GiroPayInfo, bool)
- func (o *PaymentMethodSetupInfo) GetGirocard() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetGirocardOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetGooglePay() GooglePayInfo
- func (o *PaymentMethodSetupInfo) GetGooglePayOk() (*GooglePayInfo, bool)
- func (o *PaymentMethodSetupInfo) GetIdeal() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetIdealOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetInteracCard() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetInteracCardOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetJcb() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetJcbOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetKlarna() KlarnaInfo
- func (o *PaymentMethodSetupInfo) GetKlarnaOk() (*KlarnaInfo, bool)
- func (o *PaymentMethodSetupInfo) GetMaestro() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetMaestroOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetMc() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetMcOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) GetMealVoucherFR() MealVoucherFRInfo
- func (o *PaymentMethodSetupInfo) GetMealVoucherFROk() (*MealVoucherFRInfo, bool)
- func (o *PaymentMethodSetupInfo) GetPaypal() PayPalInfo
- func (o *PaymentMethodSetupInfo) GetPaypalOk() (*PayPalInfo, bool)
- func (o *PaymentMethodSetupInfo) GetReference() string
- func (o *PaymentMethodSetupInfo) GetReferenceOk() (*string, bool)
- func (o *PaymentMethodSetupInfo) GetShopperInteraction() string
- func (o *PaymentMethodSetupInfo) GetShopperInteractionOk() (*string, bool)
- func (o *PaymentMethodSetupInfo) GetSofort() SofortInfo
- func (o *PaymentMethodSetupInfo) GetSofortOk() (*SofortInfo, bool)
- func (o *PaymentMethodSetupInfo) GetStoreIds() []string
- func (o *PaymentMethodSetupInfo) GetStoreIdsOk() ([]string, bool)
- func (o *PaymentMethodSetupInfo) GetSwish() SwishInfo
- func (o *PaymentMethodSetupInfo) GetSwishOk() (*SwishInfo, bool)
- func (o *PaymentMethodSetupInfo) GetTwint() TwintInfo
- func (o *PaymentMethodSetupInfo) GetTwintOk() (*TwintInfo, bool)
- func (o *PaymentMethodSetupInfo) GetType() string
- func (o *PaymentMethodSetupInfo) GetTypeOk() (*string, bool)
- func (o *PaymentMethodSetupInfo) GetVipps() VippsInfo
- func (o *PaymentMethodSetupInfo) GetVippsOk() (*VippsInfo, bool)
- func (o *PaymentMethodSetupInfo) GetVisa() GenericPmWithTdiInfo
- func (o *PaymentMethodSetupInfo) GetVisaOk() (*GenericPmWithTdiInfo, bool)
- func (o *PaymentMethodSetupInfo) HasAfterpayTouch() bool
- func (o *PaymentMethodSetupInfo) HasApplePay() bool
- func (o *PaymentMethodSetupInfo) HasBcmc() bool
- func (o *PaymentMethodSetupInfo) HasBusinessLineId() bool
- func (o *PaymentMethodSetupInfo) HasCartesBancaires() bool
- func (o *PaymentMethodSetupInfo) HasClearpay() bool
- func (o *PaymentMethodSetupInfo) HasCountries() bool
- func (o *PaymentMethodSetupInfo) HasCup() bool
- func (o *PaymentMethodSetupInfo) HasCurrencies() bool
- func (o *PaymentMethodSetupInfo) HasCustomRoutingFlags() bool
- func (o *PaymentMethodSetupInfo) HasDiners() bool
- func (o *PaymentMethodSetupInfo) HasDiscover() bool
- func (o *PaymentMethodSetupInfo) HasEftposAustralia() bool
- func (o *PaymentMethodSetupInfo) HasGiroPay() bool
- func (o *PaymentMethodSetupInfo) HasGirocard() bool
- func (o *PaymentMethodSetupInfo) HasGooglePay() bool
- func (o *PaymentMethodSetupInfo) HasIdeal() bool
- func (o *PaymentMethodSetupInfo) HasInteracCard() bool
- func (o *PaymentMethodSetupInfo) HasJcb() bool
- func (o *PaymentMethodSetupInfo) HasKlarna() bool
- func (o *PaymentMethodSetupInfo) HasMaestro() bool
- func (o *PaymentMethodSetupInfo) HasMc() bool
- func (o *PaymentMethodSetupInfo) HasMealVoucherFR() bool
- func (o *PaymentMethodSetupInfo) HasPaypal() bool
- func (o *PaymentMethodSetupInfo) HasReference() bool
- func (o *PaymentMethodSetupInfo) HasShopperInteraction() bool
- func (o *PaymentMethodSetupInfo) HasSofort() bool
- func (o *PaymentMethodSetupInfo) HasStoreIds() bool
- func (o *PaymentMethodSetupInfo) HasSwish() bool
- func (o *PaymentMethodSetupInfo) HasTwint() bool
- func (o *PaymentMethodSetupInfo) HasVipps() bool
- func (o *PaymentMethodSetupInfo) HasVisa() bool
- func (o PaymentMethodSetupInfo) MarshalJSON() ([]byte, error)
- func (o *PaymentMethodSetupInfo) SetAfterpayTouch(v AfterpayTouchInfo)
- func (o *PaymentMethodSetupInfo) SetApplePay(v ApplePayInfo)
- func (o *PaymentMethodSetupInfo) SetBcmc(v BcmcInfo)
- func (o *PaymentMethodSetupInfo) SetBusinessLineId(v string)
- func (o *PaymentMethodSetupInfo) SetCartesBancaires(v CartesBancairesInfo)
- func (o *PaymentMethodSetupInfo) SetClearpay(v ClearpayInfo)
- func (o *PaymentMethodSetupInfo) SetCountries(v []string)
- func (o *PaymentMethodSetupInfo) SetCup(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetCurrencies(v []string)
- func (o *PaymentMethodSetupInfo) SetCustomRoutingFlags(v []string)
- func (o *PaymentMethodSetupInfo) SetDiners(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetDiscover(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetEftposAustralia(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetGiroPay(v GiroPayInfo)
- func (o *PaymentMethodSetupInfo) SetGirocard(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetGooglePay(v GooglePayInfo)
- func (o *PaymentMethodSetupInfo) SetIdeal(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetInteracCard(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetJcb(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetKlarna(v KlarnaInfo)
- func (o *PaymentMethodSetupInfo) SetMaestro(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetMc(v GenericPmWithTdiInfo)
- func (o *PaymentMethodSetupInfo) SetMealVoucherFR(v MealVoucherFRInfo)
- func (o *PaymentMethodSetupInfo) SetPaypal(v PayPalInfo)
- func (o *PaymentMethodSetupInfo) SetReference(v string)
- func (o *PaymentMethodSetupInfo) SetShopperInteraction(v string)
- func (o *PaymentMethodSetupInfo) SetSofort(v SofortInfo)
- func (o *PaymentMethodSetupInfo) SetStoreIds(v []string)
- func (o *PaymentMethodSetupInfo) SetSwish(v SwishInfo)
- func (o *PaymentMethodSetupInfo) SetTwint(v TwintInfo)
- func (o *PaymentMethodSetupInfo) SetType(v string)
- func (o *PaymentMethodSetupInfo) SetVipps(v VippsInfo)
- func (o *PaymentMethodSetupInfo) SetVisa(v GenericPmWithTdiInfo)
- func (o PaymentMethodSetupInfo) ToMap() (map[string]interface{}, error)
- type PaymentMethodsMerchantLevelApi
- func (a *PaymentMethodsMerchantLevelApi) AddApplePayDomain(ctx context.Context, r PaymentMethodsMerchantLevelApiAddApplePayDomainInput) (*http.Response, error)
- func (a *PaymentMethodsMerchantLevelApi) AddApplePayDomainInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiAddApplePayDomainInput
- func (a *PaymentMethodsMerchantLevelApi) GetAllPaymentMethods(ctx context.Context, r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) (PaymentMethodResponse, *http.Response, error)
- func (a *PaymentMethodsMerchantLevelApi) GetAllPaymentMethodsInput(merchantId string) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
- func (a *PaymentMethodsMerchantLevelApi) GetApplePayDomains(ctx context.Context, r PaymentMethodsMerchantLevelApiGetApplePayDomainsInput) (ApplePayInfo, *http.Response, error)
- func (a *PaymentMethodsMerchantLevelApi) GetApplePayDomainsInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiGetApplePayDomainsInput
- func (a *PaymentMethodsMerchantLevelApi) GetPaymentMethodDetails(ctx context.Context, ...) (PaymentMethod, *http.Response, error)
- func (a *PaymentMethodsMerchantLevelApi) GetPaymentMethodDetailsInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput
- func (a *PaymentMethodsMerchantLevelApi) RequestPaymentMethod(ctx context.Context, r PaymentMethodsMerchantLevelApiRequestPaymentMethodInput) (PaymentMethod, *http.Response, error)
- func (a *PaymentMethodsMerchantLevelApi) RequestPaymentMethodInput(merchantId string) PaymentMethodsMerchantLevelApiRequestPaymentMethodInput
- func (a *PaymentMethodsMerchantLevelApi) UpdatePaymentMethod(ctx context.Context, r PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput) (PaymentMethod, *http.Response, error)
- func (a *PaymentMethodsMerchantLevelApi) UpdatePaymentMethodInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput
- type PaymentMethodsMerchantLevelApiAddApplePayDomainInput
- type PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
- func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) BusinessLineId(businessLineId string) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
- func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) PageNumber(pageNumber int32) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
- func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) PageSize(pageSize int32) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
- func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) StoreId(storeId string) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
- type PaymentMethodsMerchantLevelApiGetApplePayDomainsInput
- type PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput
- type PaymentMethodsMerchantLevelApiRequestPaymentMethodInput
- type PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput
- type PayoutSettings
- func (o *PayoutSettings) GetAllowed() bool
- func (o *PayoutSettings) GetAllowedOk() (*bool, bool)
- func (o *PayoutSettings) GetEnabled() bool
- func (o *PayoutSettings) GetEnabledFromDate() string
- func (o *PayoutSettings) GetEnabledFromDateOk() (*string, bool)
- func (o *PayoutSettings) GetEnabledOk() (*bool, bool)
- func (o *PayoutSettings) GetId() string
- func (o *PayoutSettings) GetIdOk() (*string, bool)
- func (o *PayoutSettings) GetPriority() string
- func (o *PayoutSettings) GetPriorityOk() (*string, bool)
- func (o *PayoutSettings) GetTransferInstrumentId() string
- func (o *PayoutSettings) GetTransferInstrumentIdOk() (*string, bool)
- func (o *PayoutSettings) GetVerificationStatus() string
- func (o *PayoutSettings) GetVerificationStatusOk() (*string, bool)
- func (o *PayoutSettings) HasAllowed() bool
- func (o *PayoutSettings) HasEnabled() bool
- func (o *PayoutSettings) HasEnabledFromDate() bool
- func (o *PayoutSettings) HasPriority() bool
- func (o *PayoutSettings) HasVerificationStatus() bool
- func (o PayoutSettings) MarshalJSON() ([]byte, error)
- func (o *PayoutSettings) SetAllowed(v bool)
- func (o *PayoutSettings) SetEnabled(v bool)
- func (o *PayoutSettings) SetEnabledFromDate(v string)
- func (o *PayoutSettings) SetId(v string)
- func (o *PayoutSettings) SetPriority(v string)
- func (o *PayoutSettings) SetTransferInstrumentId(v string)
- func (o *PayoutSettings) SetVerificationStatus(v string)
- func (o PayoutSettings) ToMap() (map[string]interface{}, error)
- type PayoutSettingsMerchantLevelApi
- func (a *PayoutSettingsMerchantLevelApi) AddPayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiAddPayoutSettingInput) (PayoutSettings, *http.Response, error)
- func (a *PayoutSettingsMerchantLevelApi) AddPayoutSettingInput(merchantId string) PayoutSettingsMerchantLevelApiAddPayoutSettingInput
- func (a *PayoutSettingsMerchantLevelApi) DeletePayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiDeletePayoutSettingInput) (*http.Response, error)
- func (a *PayoutSettingsMerchantLevelApi) DeletePayoutSettingInput(merchantId string, payoutSettingsId string) PayoutSettingsMerchantLevelApiDeletePayoutSettingInput
- func (a *PayoutSettingsMerchantLevelApi) GetPayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiGetPayoutSettingInput) (PayoutSettings, *http.Response, error)
- func (a *PayoutSettingsMerchantLevelApi) GetPayoutSettingInput(merchantId string, payoutSettingsId string) PayoutSettingsMerchantLevelApiGetPayoutSettingInput
- func (a *PayoutSettingsMerchantLevelApi) ListPayoutSettings(ctx context.Context, r PayoutSettingsMerchantLevelApiListPayoutSettingsInput) (PayoutSettingsResponse, *http.Response, error)
- func (a *PayoutSettingsMerchantLevelApi) ListPayoutSettingsInput(merchantId string) PayoutSettingsMerchantLevelApiListPayoutSettingsInput
- func (a *PayoutSettingsMerchantLevelApi) UpdatePayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput) (PayoutSettings, *http.Response, error)
- func (a *PayoutSettingsMerchantLevelApi) UpdatePayoutSettingInput(merchantId string, payoutSettingsId string) PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput
- type PayoutSettingsMerchantLevelApiAddPayoutSettingInput
- type PayoutSettingsMerchantLevelApiDeletePayoutSettingInput
- type PayoutSettingsMerchantLevelApiGetPayoutSettingInput
- type PayoutSettingsMerchantLevelApiListPayoutSettingsInput
- type PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput
- type PayoutSettingsRequest
- func (o *PayoutSettingsRequest) GetEnabled() bool
- func (o *PayoutSettingsRequest) GetEnabledFromDate() string
- func (o *PayoutSettingsRequest) GetEnabledFromDateOk() (*string, bool)
- func (o *PayoutSettingsRequest) GetEnabledOk() (*bool, bool)
- func (o *PayoutSettingsRequest) GetTransferInstrumentId() string
- func (o *PayoutSettingsRequest) GetTransferInstrumentIdOk() (*string, bool)
- func (o *PayoutSettingsRequest) HasEnabled() bool
- func (o *PayoutSettingsRequest) HasEnabledFromDate() bool
- func (o PayoutSettingsRequest) MarshalJSON() ([]byte, error)
- func (o *PayoutSettingsRequest) SetEnabled(v bool)
- func (o *PayoutSettingsRequest) SetEnabledFromDate(v string)
- func (o *PayoutSettingsRequest) SetTransferInstrumentId(v string)
- func (o PayoutSettingsRequest) ToMap() (map[string]interface{}, error)
- type PayoutSettingsResponse
- func (o *PayoutSettingsResponse) GetData() []PayoutSettings
- func (o *PayoutSettingsResponse) GetDataOk() ([]PayoutSettings, bool)
- func (o *PayoutSettingsResponse) HasData() bool
- func (o PayoutSettingsResponse) MarshalJSON() ([]byte, error)
- func (o *PayoutSettingsResponse) SetData(v []PayoutSettings)
- func (o PayoutSettingsResponse) ToMap() (map[string]interface{}, error)
- type Profile
- func (o *Profile) GetAuthType() string
- func (o *Profile) GetAuthTypeOk() (*string, bool)
- func (o *Profile) GetAutoWifi() bool
- func (o *Profile) GetAutoWifiOk() (*bool, bool)
- func (o *Profile) GetBssType() string
- func (o *Profile) GetBssTypeOk() (*string, bool)
- func (o *Profile) GetChannel() int32
- func (o *Profile) GetChannelOk() (*int32, bool)
- func (o *Profile) GetDefaultProfile() bool
- func (o *Profile) GetDefaultProfileOk() (*bool, bool)
- func (o *Profile) GetEap() string
- func (o *Profile) GetEapCaCert() File
- func (o *Profile) GetEapCaCertOk() (*File, bool)
- func (o *Profile) GetEapClientCert() File
- func (o *Profile) GetEapClientCertOk() (*File, bool)
- func (o *Profile) GetEapClientKey() File
- func (o *Profile) GetEapClientKeyOk() (*File, bool)
- func (o *Profile) GetEapClientPwd() string
- func (o *Profile) GetEapClientPwdOk() (*string, bool)
- func (o *Profile) GetEapIdentity() string
- func (o *Profile) GetEapIdentityOk() (*string, bool)
- func (o *Profile) GetEapIntermediateCert() File
- func (o *Profile) GetEapIntermediateCertOk() (*File, bool)
- func (o *Profile) GetEapOk() (*string, bool)
- func (o *Profile) GetEapPwd() string
- func (o *Profile) GetEapPwdOk() (*string, bool)
- func (o *Profile) GetHiddenSsid() bool
- func (o *Profile) GetHiddenSsidOk() (*bool, bool)
- func (o *Profile) GetName() string
- func (o *Profile) GetNameOk() (*string, bool)
- func (o *Profile) GetPsk() string
- func (o *Profile) GetPskOk() (*string, bool)
- func (o *Profile) GetSsid() string
- func (o *Profile) GetSsidOk() (*string, bool)
- func (o *Profile) GetWsec() string
- func (o *Profile) GetWsecOk() (*string, bool)
- func (o *Profile) HasAutoWifi() bool
- func (o *Profile) HasChannel() bool
- func (o *Profile) HasDefaultProfile() bool
- func (o *Profile) HasEap() bool
- func (o *Profile) HasEapCaCert() bool
- func (o *Profile) HasEapClientCert() bool
- func (o *Profile) HasEapClientKey() bool
- func (o *Profile) HasEapClientPwd() bool
- func (o *Profile) HasEapIdentity() bool
- func (o *Profile) HasEapIntermediateCert() bool
- func (o *Profile) HasEapPwd() bool
- func (o *Profile) HasHiddenSsid() bool
- func (o *Profile) HasName() bool
- func (o *Profile) HasPsk() bool
- func (o Profile) MarshalJSON() ([]byte, error)
- func (o *Profile) SetAuthType(v string)
- func (o *Profile) SetAutoWifi(v bool)
- func (o *Profile) SetBssType(v string)
- func (o *Profile) SetChannel(v int32)
- func (o *Profile) SetDefaultProfile(v bool)
- func (o *Profile) SetEap(v string)
- func (o *Profile) SetEapCaCert(v File)
- func (o *Profile) SetEapClientCert(v File)
- func (o *Profile) SetEapClientKey(v File)
- func (o *Profile) SetEapClientPwd(v string)
- func (o *Profile) SetEapIdentity(v string)
- func (o *Profile) SetEapIntermediateCert(v File)
- func (o *Profile) SetEapPwd(v string)
- func (o *Profile) SetHiddenSsid(v bool)
- func (o *Profile) SetName(v string)
- func (o *Profile) SetPsk(v string)
- func (o *Profile) SetSsid(v string)
- func (o *Profile) SetWsec(v string)
- func (o Profile) ToMap() (map[string]interface{}, error)
- type ReceiptOptions
- func (o *ReceiptOptions) GetLogo() string
- func (o *ReceiptOptions) GetLogoOk() (*string, bool)
- func (o *ReceiptOptions) GetQrCodeData() string
- func (o *ReceiptOptions) GetQrCodeDataOk() (*string, bool)
- func (o *ReceiptOptions) HasLogo() bool
- func (o *ReceiptOptions) HasQrCodeData() bool
- func (o ReceiptOptions) MarshalJSON() ([]byte, error)
- func (o *ReceiptOptions) SetLogo(v string)
- func (o *ReceiptOptions) SetQrCodeData(v string)
- func (o ReceiptOptions) ToMap() (map[string]interface{}, error)
- type ReceiptPrinting
- func (o *ReceiptPrinting) GetMerchantApproved() bool
- func (o *ReceiptPrinting) GetMerchantApprovedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetMerchantCancelled() bool
- func (o *ReceiptPrinting) GetMerchantCancelledOk() (*bool, bool)
- func (o *ReceiptPrinting) GetMerchantCaptureApproved() bool
- func (o *ReceiptPrinting) GetMerchantCaptureApprovedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetMerchantCaptureRefused() bool
- func (o *ReceiptPrinting) GetMerchantCaptureRefusedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetMerchantRefundApproved() bool
- func (o *ReceiptPrinting) GetMerchantRefundApprovedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetMerchantRefundRefused() bool
- func (o *ReceiptPrinting) GetMerchantRefundRefusedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetMerchantRefused() bool
- func (o *ReceiptPrinting) GetMerchantRefusedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetMerchantVoid() bool
- func (o *ReceiptPrinting) GetMerchantVoidOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperApproved() bool
- func (o *ReceiptPrinting) GetShopperApprovedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperCancelled() bool
- func (o *ReceiptPrinting) GetShopperCancelledOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperCaptureApproved() bool
- func (o *ReceiptPrinting) GetShopperCaptureApprovedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperCaptureRefused() bool
- func (o *ReceiptPrinting) GetShopperCaptureRefusedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperRefundApproved() bool
- func (o *ReceiptPrinting) GetShopperRefundApprovedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperRefundRefused() bool
- func (o *ReceiptPrinting) GetShopperRefundRefusedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperRefused() bool
- func (o *ReceiptPrinting) GetShopperRefusedOk() (*bool, bool)
- func (o *ReceiptPrinting) GetShopperVoid() bool
- func (o *ReceiptPrinting) GetShopperVoidOk() (*bool, bool)
- func (o *ReceiptPrinting) HasMerchantApproved() bool
- func (o *ReceiptPrinting) HasMerchantCancelled() bool
- func (o *ReceiptPrinting) HasMerchantCaptureApproved() bool
- func (o *ReceiptPrinting) HasMerchantCaptureRefused() bool
- func (o *ReceiptPrinting) HasMerchantRefundApproved() bool
- func (o *ReceiptPrinting) HasMerchantRefundRefused() bool
- func (o *ReceiptPrinting) HasMerchantRefused() bool
- func (o *ReceiptPrinting) HasMerchantVoid() bool
- func (o *ReceiptPrinting) HasShopperApproved() bool
- func (o *ReceiptPrinting) HasShopperCancelled() bool
- func (o *ReceiptPrinting) HasShopperCaptureApproved() bool
- func (o *ReceiptPrinting) HasShopperCaptureRefused() bool
- func (o *ReceiptPrinting) HasShopperRefundApproved() bool
- func (o *ReceiptPrinting) HasShopperRefundRefused() bool
- func (o *ReceiptPrinting) HasShopperRefused() bool
- func (o *ReceiptPrinting) HasShopperVoid() bool
- func (o ReceiptPrinting) MarshalJSON() ([]byte, error)
- func (o *ReceiptPrinting) SetMerchantApproved(v bool)
- func (o *ReceiptPrinting) SetMerchantCancelled(v bool)
- func (o *ReceiptPrinting) SetMerchantCaptureApproved(v bool)
- func (o *ReceiptPrinting) SetMerchantCaptureRefused(v bool)
- func (o *ReceiptPrinting) SetMerchantRefundApproved(v bool)
- func (o *ReceiptPrinting) SetMerchantRefundRefused(v bool)
- func (o *ReceiptPrinting) SetMerchantRefused(v bool)
- func (o *ReceiptPrinting) SetMerchantVoid(v bool)
- func (o *ReceiptPrinting) SetShopperApproved(v bool)
- func (o *ReceiptPrinting) SetShopperCancelled(v bool)
- func (o *ReceiptPrinting) SetShopperCaptureApproved(v bool)
- func (o *ReceiptPrinting) SetShopperCaptureRefused(v bool)
- func (o *ReceiptPrinting) SetShopperRefundApproved(v bool)
- func (o *ReceiptPrinting) SetShopperRefundRefused(v bool)
- func (o *ReceiptPrinting) SetShopperRefused(v bool)
- func (o *ReceiptPrinting) SetShopperVoid(v bool)
- func (o ReceiptPrinting) ToMap() (map[string]interface{}, error)
- type ReleaseUpdateDetails
- func (o *ReleaseUpdateDetails) GetType() string
- func (o *ReleaseUpdateDetails) GetTypeOk() (*string, bool)
- func (o *ReleaseUpdateDetails) GetUpdateAtFirstMaintenanceCall() bool
- func (o *ReleaseUpdateDetails) GetUpdateAtFirstMaintenanceCallOk() (*bool, bool)
- func (o *ReleaseUpdateDetails) HasType() bool
- func (o *ReleaseUpdateDetails) HasUpdateAtFirstMaintenanceCall() bool
- func (o ReleaseUpdateDetails) MarshalJSON() ([]byte, error)
- func (o *ReleaseUpdateDetails) SetType(v string)
- func (o *ReleaseUpdateDetails) SetUpdateAtFirstMaintenanceCall(v bool)
- func (o ReleaseUpdateDetails) ToMap() (map[string]interface{}, error)
- type RequestActivationResponse
- func (o *RequestActivationResponse) GetCompanyId() string
- func (o *RequestActivationResponse) GetCompanyIdOk() (*string, bool)
- func (o *RequestActivationResponse) GetMerchantId() string
- func (o *RequestActivationResponse) GetMerchantIdOk() (*string, bool)
- func (o *RequestActivationResponse) HasCompanyId() bool
- func (o *RequestActivationResponse) HasMerchantId() bool
- func (o RequestActivationResponse) MarshalJSON() ([]byte, error)
- func (o *RequestActivationResponse) SetCompanyId(v string)
- func (o *RequestActivationResponse) SetMerchantId(v string)
- func (o RequestActivationResponse) ToMap() (map[string]interface{}, error)
- type RestServiceError
- func (o *RestServiceError) GetDetail() string
- func (o *RestServiceError) GetDetailOk() (*string, bool)
- func (o *RestServiceError) GetErrorCode() string
- func (o *RestServiceError) GetErrorCodeOk() (*string, bool)
- func (o *RestServiceError) GetInstance() string
- func (o *RestServiceError) GetInstanceOk() (*string, bool)
- func (o *RestServiceError) GetInvalidFields() []InvalidField
- func (o *RestServiceError) GetInvalidFieldsOk() ([]InvalidField, bool)
- func (o *RestServiceError) GetRequestId() string
- func (o *RestServiceError) GetRequestIdOk() (*string, bool)
- func (o *RestServiceError) GetResponse() JSONObject
- func (o *RestServiceError) GetResponseOk() (*JSONObject, bool)
- func (o *RestServiceError) GetStatus() int32
- func (o *RestServiceError) GetStatusOk() (*int32, bool)
- func (o *RestServiceError) GetTitle() string
- func (o *RestServiceError) GetTitleOk() (*string, bool)
- func (o *RestServiceError) GetType() string
- func (o *RestServiceError) GetTypeOk() (*string, bool)
- func (o *RestServiceError) HasInstance() bool
- func (o *RestServiceError) HasInvalidFields() bool
- func (o *RestServiceError) HasRequestId() bool
- func (o *RestServiceError) HasResponse() bool
- func (o RestServiceError) MarshalJSON() ([]byte, error)
- func (o *RestServiceError) SetDetail(v string)
- func (o *RestServiceError) SetErrorCode(v string)
- func (o *RestServiceError) SetInstance(v string)
- func (o *RestServiceError) SetInvalidFields(v []InvalidField)
- func (o *RestServiceError) SetRequestId(v string)
- func (o *RestServiceError) SetResponse(v JSONObject)
- func (o *RestServiceError) SetStatus(v int32)
- func (o *RestServiceError) SetTitle(v string)
- func (o *RestServiceError) SetType(v string)
- func (o RestServiceError) ToMap() (map[string]interface{}, error)
- type ScheduleTerminalActionsRequest
- func (o *ScheduleTerminalActionsRequest) GetActionDetails() ScheduleTerminalActionsRequestActionDetails
- func (o *ScheduleTerminalActionsRequest) GetActionDetailsOk() (*ScheduleTerminalActionsRequestActionDetails, bool)
- func (o *ScheduleTerminalActionsRequest) GetScheduledAt() string
- func (o *ScheduleTerminalActionsRequest) GetScheduledAtOk() (*string, bool)
- func (o *ScheduleTerminalActionsRequest) GetStoreId() string
- func (o *ScheduleTerminalActionsRequest) GetStoreIdOk() (*string, bool)
- func (o *ScheduleTerminalActionsRequest) GetTerminalIds() []string
- func (o *ScheduleTerminalActionsRequest) GetTerminalIdsOk() ([]string, bool)
- func (o *ScheduleTerminalActionsRequest) HasActionDetails() bool
- func (o *ScheduleTerminalActionsRequest) HasScheduledAt() bool
- func (o *ScheduleTerminalActionsRequest) HasStoreId() bool
- func (o *ScheduleTerminalActionsRequest) HasTerminalIds() bool
- func (o ScheduleTerminalActionsRequest) MarshalJSON() ([]byte, error)
- func (o *ScheduleTerminalActionsRequest) SetActionDetails(v ScheduleTerminalActionsRequestActionDetails)
- func (o *ScheduleTerminalActionsRequest) SetScheduledAt(v string)
- func (o *ScheduleTerminalActionsRequest) SetStoreId(v string)
- func (o *ScheduleTerminalActionsRequest) SetTerminalIds(v []string)
- func (o ScheduleTerminalActionsRequest) ToMap() (map[string]interface{}, error)
- type ScheduleTerminalActionsRequestActionDetails
- func InstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails(v *InstallAndroidAppDetails) ScheduleTerminalActionsRequestActionDetails
- func InstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails(v *InstallAndroidCertificateDetails) ScheduleTerminalActionsRequestActionDetails
- func ReleaseUpdateDetailsAsScheduleTerminalActionsRequestActionDetails(v *ReleaseUpdateDetails) ScheduleTerminalActionsRequestActionDetails
- func UninstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails(v *UninstallAndroidAppDetails) ScheduleTerminalActionsRequestActionDetails
- func UninstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails(v *UninstallAndroidCertificateDetails) ScheduleTerminalActionsRequestActionDetails
- type ScheduleTerminalActionsResponse
- func (o *ScheduleTerminalActionsResponse) GetActionDetails() ScheduleTerminalActionsRequestActionDetails
- func (o *ScheduleTerminalActionsResponse) GetActionDetailsOk() (*ScheduleTerminalActionsRequestActionDetails, bool)
- func (o *ScheduleTerminalActionsResponse) GetItems() []TerminalActionScheduleDetail
- func (o *ScheduleTerminalActionsResponse) GetItemsOk() ([]TerminalActionScheduleDetail, bool)
- func (o *ScheduleTerminalActionsResponse) GetScheduledAt() string
- func (o *ScheduleTerminalActionsResponse) GetScheduledAtOk() (*string, bool)
- func (o *ScheduleTerminalActionsResponse) GetStoreId() string
- func (o *ScheduleTerminalActionsResponse) GetStoreIdOk() (*string, bool)
- func (o *ScheduleTerminalActionsResponse) GetTerminalsWithErrors() map[string][]string
- func (o *ScheduleTerminalActionsResponse) GetTerminalsWithErrorsOk() (*map[string][]string, bool)
- func (o *ScheduleTerminalActionsResponse) GetTotalErrors() int32
- func (o *ScheduleTerminalActionsResponse) GetTotalErrorsOk() (*int32, bool)
- func (o *ScheduleTerminalActionsResponse) GetTotalScheduled() int32
- func (o *ScheduleTerminalActionsResponse) GetTotalScheduledOk() (*int32, bool)
- func (o *ScheduleTerminalActionsResponse) HasActionDetails() bool
- func (o *ScheduleTerminalActionsResponse) HasItems() bool
- func (o *ScheduleTerminalActionsResponse) HasScheduledAt() bool
- func (o *ScheduleTerminalActionsResponse) HasStoreId() bool
- func (o *ScheduleTerminalActionsResponse) HasTerminalsWithErrors() bool
- func (o *ScheduleTerminalActionsResponse) HasTotalErrors() bool
- func (o *ScheduleTerminalActionsResponse) HasTotalScheduled() bool
- func (o ScheduleTerminalActionsResponse) MarshalJSON() ([]byte, error)
- func (o *ScheduleTerminalActionsResponse) SetActionDetails(v ScheduleTerminalActionsRequestActionDetails)
- func (o *ScheduleTerminalActionsResponse) SetItems(v []TerminalActionScheduleDetail)
- func (o *ScheduleTerminalActionsResponse) SetScheduledAt(v string)
- func (o *ScheduleTerminalActionsResponse) SetStoreId(v string)
- func (o *ScheduleTerminalActionsResponse) SetTerminalsWithErrors(v map[string][]string)
- func (o *ScheduleTerminalActionsResponse) SetTotalErrors(v int32)
- func (o *ScheduleTerminalActionsResponse) SetTotalScheduled(v int32)
- func (o ScheduleTerminalActionsResponse) ToMap() (map[string]interface{}, error)
- type Settings
- func (o *Settings) GetBand() string
- func (o *Settings) GetBandOk() (*string, bool)
- func (o *Settings) GetRoaming() bool
- func (o *Settings) GetRoamingOk() (*bool, bool)
- func (o *Settings) GetTimeout() int32
- func (o *Settings) GetTimeoutOk() (*int32, bool)
- func (o *Settings) HasBand() bool
- func (o *Settings) HasRoaming() bool
- func (o *Settings) HasTimeout() bool
- func (o Settings) MarshalJSON() ([]byte, error)
- func (o *Settings) SetBand(v string)
- func (o *Settings) SetRoaming(v bool)
- func (o *Settings) SetTimeout(v int32)
- func (o Settings) ToMap() (map[string]interface{}, error)
- type ShippingLocation
- func (o *ShippingLocation) GetAddress() Address
- func (o *ShippingLocation) GetAddressOk() (*Address, bool)
- func (o *ShippingLocation) GetContact() Contact
- func (o *ShippingLocation) GetContactOk() (*Contact, bool)
- func (o *ShippingLocation) GetId() string
- func (o *ShippingLocation) GetIdOk() (*string, bool)
- func (o *ShippingLocation) GetName() string
- func (o *ShippingLocation) GetNameOk() (*string, bool)
- func (o *ShippingLocation) HasAddress() bool
- func (o *ShippingLocation) HasContact() bool
- func (o *ShippingLocation) HasId() bool
- func (o *ShippingLocation) HasName() bool
- func (o ShippingLocation) MarshalJSON() ([]byte, error)
- func (o *ShippingLocation) SetAddress(v Address)
- func (o *ShippingLocation) SetContact(v Contact)
- func (o *ShippingLocation) SetId(v string)
- func (o *ShippingLocation) SetName(v string)
- func (o ShippingLocation) ToMap() (map[string]interface{}, error)
- type ShippingLocationsResponse
- func (o *ShippingLocationsResponse) GetData() []ShippingLocation
- func (o *ShippingLocationsResponse) GetDataOk() ([]ShippingLocation, bool)
- func (o *ShippingLocationsResponse) HasData() bool
- func (o ShippingLocationsResponse) MarshalJSON() ([]byte, error)
- func (o *ShippingLocationsResponse) SetData(v []ShippingLocation)
- func (o ShippingLocationsResponse) ToMap() (map[string]interface{}, error)
- type Signature
- func (o *Signature) GetAskSignatureOnScreen() bool
- func (o *Signature) GetAskSignatureOnScreenOk() (*bool, bool)
- func (o *Signature) GetDeviceName() string
- func (o *Signature) GetDeviceNameOk() (*string, bool)
- func (o *Signature) GetDeviceSlogan() string
- func (o *Signature) GetDeviceSloganOk() (*string, bool)
- func (o *Signature) GetSkipSignature() bool
- func (o *Signature) GetSkipSignatureOk() (*bool, bool)
- func (o *Signature) HasAskSignatureOnScreen() bool
- func (o *Signature) HasDeviceName() bool
- func (o *Signature) HasDeviceSlogan() bool
- func (o *Signature) HasSkipSignature() bool
- func (o Signature) MarshalJSON() ([]byte, error)
- func (o *Signature) SetAskSignatureOnScreen(v bool)
- func (o *Signature) SetDeviceName(v string)
- func (o *Signature) SetDeviceSlogan(v string)
- func (o *Signature) SetSkipSignature(v bool)
- func (o Signature) ToMap() (map[string]interface{}, error)
- type SofortInfo
- func (o *SofortInfo) GetCurrencyCode() string
- func (o *SofortInfo) GetCurrencyCodeOk() (*string, bool)
- func (o *SofortInfo) GetLogo() string
- func (o *SofortInfo) GetLogoOk() (*string, bool)
- func (o SofortInfo) MarshalJSON() ([]byte, error)
- func (o *SofortInfo) SetCurrencyCode(v string)
- func (o *SofortInfo) SetLogo(v string)
- func (o SofortInfo) ToMap() (map[string]interface{}, error)
- type SplitConfiguration
- func (o *SplitConfiguration) GetDescription() string
- func (o *SplitConfiguration) GetDescriptionOk() (*string, bool)
- func (o *SplitConfiguration) GetRules() []SplitConfigurationRule
- func (o *SplitConfiguration) GetRulesOk() ([]SplitConfigurationRule, bool)
- func (o *SplitConfiguration) GetSplitConfigurationId() string
- func (o *SplitConfiguration) GetSplitConfigurationIdOk() (*string, bool)
- func (o *SplitConfiguration) GetStores() []string
- func (o *SplitConfiguration) GetStoresOk() ([]string, bool)
- func (o *SplitConfiguration) HasSplitConfigurationId() bool
- func (o *SplitConfiguration) HasStores() bool
- func (o SplitConfiguration) MarshalJSON() ([]byte, error)
- func (o *SplitConfiguration) SetDescription(v string)
- func (o *SplitConfiguration) SetRules(v []SplitConfigurationRule)
- func (o *SplitConfiguration) SetSplitConfigurationId(v string)
- func (o *SplitConfiguration) SetStores(v []string)
- func (o SplitConfiguration) ToMap() (map[string]interface{}, error)
- type SplitConfigurationList
- func (o *SplitConfigurationList) GetData() []SplitConfiguration
- func (o *SplitConfigurationList) GetDataOk() ([]SplitConfiguration, bool)
- func (o *SplitConfigurationList) HasData() bool
- func (o SplitConfigurationList) MarshalJSON() ([]byte, error)
- func (o *SplitConfigurationList) SetData(v []SplitConfiguration)
- func (o SplitConfigurationList) ToMap() (map[string]interface{}, error)
- type SplitConfigurationLogic
- func (o *SplitConfigurationLogic) GetAcquiringFees() string
- func (o *SplitConfigurationLogic) GetAcquiringFeesOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetAdditionalCommission() AdditionalCommission
- func (o *SplitConfigurationLogic) GetAdditionalCommissionOk() (*AdditionalCommission, bool)
- func (o *SplitConfigurationLogic) GetAdyenCommission() string
- func (o *SplitConfigurationLogic) GetAdyenCommissionOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetAdyenFees() string
- func (o *SplitConfigurationLogic) GetAdyenFeesOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetAdyenMarkup() string
- func (o *SplitConfigurationLogic) GetAdyenMarkupOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetChargeback() string
- func (o *SplitConfigurationLogic) GetChargebackCostAllocation() string
- func (o *SplitConfigurationLogic) GetChargebackCostAllocationOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetChargebackOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetCommission() Commission
- func (o *SplitConfigurationLogic) GetCommissionOk() (*Commission, bool)
- func (o *SplitConfigurationLogic) GetInterchange() string
- func (o *SplitConfigurationLogic) GetInterchangeOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetPaymentFee() string
- func (o *SplitConfigurationLogic) GetPaymentFeeOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetRemainder() string
- func (o *SplitConfigurationLogic) GetRemainderOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetSchemeFee() string
- func (o *SplitConfigurationLogic) GetSchemeFeeOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetSplitLogicId() string
- func (o *SplitConfigurationLogic) GetSplitLogicIdOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetSurcharge() string
- func (o *SplitConfigurationLogic) GetSurchargeOk() (*string, bool)
- func (o *SplitConfigurationLogic) GetTip() string
- func (o *SplitConfigurationLogic) GetTipOk() (*string, bool)
- func (o *SplitConfigurationLogic) HasAcquiringFees() bool
- func (o *SplitConfigurationLogic) HasAdditionalCommission() bool
- func (o *SplitConfigurationLogic) HasAdyenCommission() bool
- func (o *SplitConfigurationLogic) HasAdyenFees() bool
- func (o *SplitConfigurationLogic) HasAdyenMarkup() bool
- func (o *SplitConfigurationLogic) HasChargeback() bool
- func (o *SplitConfigurationLogic) HasChargebackCostAllocation() bool
- func (o *SplitConfigurationLogic) HasInterchange() bool
- func (o *SplitConfigurationLogic) HasPaymentFee() bool
- func (o *SplitConfigurationLogic) HasRemainder() bool
- func (o *SplitConfigurationLogic) HasSchemeFee() bool
- func (o *SplitConfigurationLogic) HasSplitLogicId() bool
- func (o *SplitConfigurationLogic) HasSurcharge() bool
- func (o *SplitConfigurationLogic) HasTip() bool
- func (o SplitConfigurationLogic) MarshalJSON() ([]byte, error)
- func (o *SplitConfigurationLogic) SetAcquiringFees(v string)
- func (o *SplitConfigurationLogic) SetAdditionalCommission(v AdditionalCommission)
- func (o *SplitConfigurationLogic) SetAdyenCommission(v string)
- func (o *SplitConfigurationLogic) SetAdyenFees(v string)
- func (o *SplitConfigurationLogic) SetAdyenMarkup(v string)
- func (o *SplitConfigurationLogic) SetChargeback(v string)
- func (o *SplitConfigurationLogic) SetChargebackCostAllocation(v string)
- func (o *SplitConfigurationLogic) SetCommission(v Commission)
- func (o *SplitConfigurationLogic) SetInterchange(v string)
- func (o *SplitConfigurationLogic) SetPaymentFee(v string)
- func (o *SplitConfigurationLogic) SetRemainder(v string)
- func (o *SplitConfigurationLogic) SetSchemeFee(v string)
- func (o *SplitConfigurationLogic) SetSplitLogicId(v string)
- func (o *SplitConfigurationLogic) SetSurcharge(v string)
- func (o *SplitConfigurationLogic) SetTip(v string)
- func (o SplitConfigurationLogic) ToMap() (map[string]interface{}, error)
- type SplitConfigurationMerchantLevelApi
- func (a *SplitConfigurationMerchantLevelApi) CreateRule(ctx context.Context, r SplitConfigurationMerchantLevelApiCreateRuleInput) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) CreateRuleInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiCreateRuleInput
- func (a *SplitConfigurationMerchantLevelApi) CreateSplitConfiguration(ctx context.Context, ...) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) CreateSplitConfigurationInput(merchantId string) SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput
- func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfiguration(ctx context.Context, ...) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput
- func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationRule(ctx context.Context, ...) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationRuleInput(merchantId string, splitConfigurationId string, ruleId string) SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput
- func (a *SplitConfigurationMerchantLevelApi) GetSplitConfiguration(ctx context.Context, ...) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) GetSplitConfigurationInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiGetSplitConfigurationInput
- func (a *SplitConfigurationMerchantLevelApi) ListSplitConfigurations(ctx context.Context, ...) (SplitConfigurationList, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) ListSplitConfigurationsInput(merchantId string) SplitConfigurationMerchantLevelApiListSplitConfigurationsInput
- func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConditions(ctx context.Context, ...) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConditionsInput(merchantId string, splitConfigurationId string, ruleId string) SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput
- func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConfigurationDescription(ctx context.Context, ...) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConfigurationDescriptionInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput
- func (a *SplitConfigurationMerchantLevelApi) UpdateSplitLogic(ctx context.Context, r SplitConfigurationMerchantLevelApiUpdateSplitLogicInput) (SplitConfiguration, *http.Response, error)
- func (a *SplitConfigurationMerchantLevelApi) UpdateSplitLogicInput(merchantId string, splitConfigurationId string, ruleId string, ...) SplitConfigurationMerchantLevelApiUpdateSplitLogicInput
- type SplitConfigurationMerchantLevelApiCreateRuleInput
- type SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput
- type SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput
- type SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput
- type SplitConfigurationMerchantLevelApiGetSplitConfigurationInput
- type SplitConfigurationMerchantLevelApiListSplitConfigurationsInput
- type SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput
- type SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput
- type SplitConfigurationMerchantLevelApiUpdateSplitLogicInput
- type SplitConfigurationRule
- func (o *SplitConfigurationRule) GetCurrency() string
- func (o *SplitConfigurationRule) GetCurrencyOk() (*string, bool)
- func (o *SplitConfigurationRule) GetFundingSource() string
- func (o *SplitConfigurationRule) GetFundingSourceOk() (*string, bool)
- func (o *SplitConfigurationRule) GetPaymentMethod() string
- func (o *SplitConfigurationRule) GetPaymentMethodOk() (*string, bool)
- func (o *SplitConfigurationRule) GetRuleId() string
- func (o *SplitConfigurationRule) GetRuleIdOk() (*string, bool)
- func (o *SplitConfigurationRule) GetShopperInteraction() string
- func (o *SplitConfigurationRule) GetShopperInteractionOk() (*string, bool)
- func (o *SplitConfigurationRule) GetSplitLogic() SplitConfigurationLogic
- func (o *SplitConfigurationRule) GetSplitLogicOk() (*SplitConfigurationLogic, bool)
- func (o *SplitConfigurationRule) HasFundingSource() bool
- func (o *SplitConfigurationRule) HasRuleId() bool
- func (o SplitConfigurationRule) MarshalJSON() ([]byte, error)
- func (o *SplitConfigurationRule) SetCurrency(v string)
- func (o *SplitConfigurationRule) SetFundingSource(v string)
- func (o *SplitConfigurationRule) SetPaymentMethod(v string)
- func (o *SplitConfigurationRule) SetRuleId(v string)
- func (o *SplitConfigurationRule) SetShopperInteraction(v string)
- func (o *SplitConfigurationRule) SetSplitLogic(v SplitConfigurationLogic)
- func (o SplitConfigurationRule) ToMap() (map[string]interface{}, error)
- type Standalone
- func (o *Standalone) GetCurrencyCode() string
- func (o *Standalone) GetCurrencyCodeOk() (*string, bool)
- func (o *Standalone) GetEnableStandalone() bool
- func (o *Standalone) GetEnableStandaloneOk() (*bool, bool)
- func (o *Standalone) HasCurrencyCode() bool
- func (o *Standalone) HasEnableStandalone() bool
- func (o Standalone) MarshalJSON() ([]byte, error)
- func (o *Standalone) SetCurrencyCode(v string)
- func (o *Standalone) SetEnableStandalone(v bool)
- func (o Standalone) ToMap() (map[string]interface{}, error)
- type Store
- func (o *Store) GetAddress() StoreLocation
- func (o *Store) GetAddressOk() (*StoreLocation, bool)
- func (o *Store) GetBusinessLineIds() []string
- func (o *Store) GetBusinessLineIdsOk() ([]string, bool)
- func (o *Store) GetDescription() string
- func (o *Store) GetDescriptionOk() (*string, bool)
- func (o *Store) GetExternalReferenceId() string
- func (o *Store) GetExternalReferenceIdOk() (*string, bool)
- func (o *Store) GetId() string
- func (o *Store) GetIdOk() (*string, bool)
- func (o *Store) GetLinks() Links
- func (o *Store) GetLinksOk() (*Links, bool)
- func (o *Store) GetMerchantId() string
- func (o *Store) GetMerchantIdOk() (*string, bool)
- func (o *Store) GetPhoneNumber() string
- func (o *Store) GetPhoneNumberOk() (*string, bool)
- func (o *Store) GetReference() string
- func (o *Store) GetReferenceOk() (*string, bool)
- func (o *Store) GetShopperStatement() string
- func (o *Store) GetShopperStatementOk() (*string, bool)
- func (o *Store) GetSplitConfiguration() StoreSplitConfiguration
- func (o *Store) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
- func (o *Store) GetStatus() string
- func (o *Store) GetStatusOk() (*string, bool)
- func (o *Store) HasAddress() bool
- func (o *Store) HasBusinessLineIds() bool
- func (o *Store) HasDescription() bool
- func (o *Store) HasExternalReferenceId() bool
- func (o *Store) HasId() bool
- func (o *Store) HasLinks() bool
- func (o *Store) HasMerchantId() bool
- func (o *Store) HasPhoneNumber() bool
- func (o *Store) HasReference() bool
- func (o *Store) HasShopperStatement() bool
- func (o *Store) HasSplitConfiguration() bool
- func (o *Store) HasStatus() bool
- func (o Store) MarshalJSON() ([]byte, error)
- func (o *Store) SetAddress(v StoreLocation)
- func (o *Store) SetBusinessLineIds(v []string)
- func (o *Store) SetDescription(v string)
- func (o *Store) SetExternalReferenceId(v string)
- func (o *Store) SetId(v string)
- func (o *Store) SetLinks(v Links)
- func (o *Store) SetMerchantId(v string)
- func (o *Store) SetPhoneNumber(v string)
- func (o *Store) SetReference(v string)
- func (o *Store) SetShopperStatement(v string)
- func (o *Store) SetSplitConfiguration(v StoreSplitConfiguration)
- func (o *Store) SetStatus(v string)
- func (o Store) ToMap() (map[string]interface{}, error)
- type StoreCreationRequest
- func (o *StoreCreationRequest) GetAddress() StoreLocation
- func (o *StoreCreationRequest) GetAddressOk() (*StoreLocation, bool)
- func (o *StoreCreationRequest) GetBusinessLineIds() []string
- func (o *StoreCreationRequest) GetBusinessLineIdsOk() ([]string, bool)
- func (o *StoreCreationRequest) GetDescription() string
- func (o *StoreCreationRequest) GetDescriptionOk() (*string, bool)
- func (o *StoreCreationRequest) GetExternalReferenceId() string
- func (o *StoreCreationRequest) GetExternalReferenceIdOk() (*string, bool)
- func (o *StoreCreationRequest) GetPhoneNumber() string
- func (o *StoreCreationRequest) GetPhoneNumberOk() (*string, bool)
- func (o *StoreCreationRequest) GetReference() string
- func (o *StoreCreationRequest) GetReferenceOk() (*string, bool)
- func (o *StoreCreationRequest) GetShopperStatement() string
- func (o *StoreCreationRequest) GetShopperStatementOk() (*string, bool)
- func (o *StoreCreationRequest) GetSplitConfiguration() StoreSplitConfiguration
- func (o *StoreCreationRequest) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
- func (o *StoreCreationRequest) HasBusinessLineIds() bool
- func (o *StoreCreationRequest) HasExternalReferenceId() bool
- func (o *StoreCreationRequest) HasReference() bool
- func (o *StoreCreationRequest) HasSplitConfiguration() bool
- func (o StoreCreationRequest) MarshalJSON() ([]byte, error)
- func (o *StoreCreationRequest) SetAddress(v StoreLocation)
- func (o *StoreCreationRequest) SetBusinessLineIds(v []string)
- func (o *StoreCreationRequest) SetDescription(v string)
- func (o *StoreCreationRequest) SetExternalReferenceId(v string)
- func (o *StoreCreationRequest) SetPhoneNumber(v string)
- func (o *StoreCreationRequest) SetReference(v string)
- func (o *StoreCreationRequest) SetShopperStatement(v string)
- func (o *StoreCreationRequest) SetSplitConfiguration(v StoreSplitConfiguration)
- func (o StoreCreationRequest) ToMap() (map[string]interface{}, error)
- type StoreCreationWithMerchantCodeRequest
- func (o *StoreCreationWithMerchantCodeRequest) GetAddress() StoreLocation
- func (o *StoreCreationWithMerchantCodeRequest) GetAddressOk() (*StoreLocation, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetBusinessLineIds() []string
- func (o *StoreCreationWithMerchantCodeRequest) GetBusinessLineIdsOk() ([]string, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetDescription() string
- func (o *StoreCreationWithMerchantCodeRequest) GetDescriptionOk() (*string, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetExternalReferenceId() string
- func (o *StoreCreationWithMerchantCodeRequest) GetExternalReferenceIdOk() (*string, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetMerchantId() string
- func (o *StoreCreationWithMerchantCodeRequest) GetMerchantIdOk() (*string, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetPhoneNumber() string
- func (o *StoreCreationWithMerchantCodeRequest) GetPhoneNumberOk() (*string, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetReference() string
- func (o *StoreCreationWithMerchantCodeRequest) GetReferenceOk() (*string, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetShopperStatement() string
- func (o *StoreCreationWithMerchantCodeRequest) GetShopperStatementOk() (*string, bool)
- func (o *StoreCreationWithMerchantCodeRequest) GetSplitConfiguration() StoreSplitConfiguration
- func (o *StoreCreationWithMerchantCodeRequest) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
- func (o *StoreCreationWithMerchantCodeRequest) HasBusinessLineIds() bool
- func (o *StoreCreationWithMerchantCodeRequest) HasExternalReferenceId() bool
- func (o *StoreCreationWithMerchantCodeRequest) HasReference() bool
- func (o *StoreCreationWithMerchantCodeRequest) HasSplitConfiguration() bool
- func (o StoreCreationWithMerchantCodeRequest) MarshalJSON() ([]byte, error)
- func (o *StoreCreationWithMerchantCodeRequest) SetAddress(v StoreLocation)
- func (o *StoreCreationWithMerchantCodeRequest) SetBusinessLineIds(v []string)
- func (o *StoreCreationWithMerchantCodeRequest) SetDescription(v string)
- func (o *StoreCreationWithMerchantCodeRequest) SetExternalReferenceId(v string)
- func (o *StoreCreationWithMerchantCodeRequest) SetMerchantId(v string)
- func (o *StoreCreationWithMerchantCodeRequest) SetPhoneNumber(v string)
- func (o *StoreCreationWithMerchantCodeRequest) SetReference(v string)
- func (o *StoreCreationWithMerchantCodeRequest) SetShopperStatement(v string)
- func (o *StoreCreationWithMerchantCodeRequest) SetSplitConfiguration(v StoreSplitConfiguration)
- func (o StoreCreationWithMerchantCodeRequest) ToMap() (map[string]interface{}, error)
- type StoreLocation
- func (o *StoreLocation) GetCity() string
- func (o *StoreLocation) GetCityOk() (*string, bool)
- func (o *StoreLocation) GetCountry() string
- func (o *StoreLocation) GetCountryOk() (*string, bool)
- func (o *StoreLocation) GetLine1() string
- func (o *StoreLocation) GetLine1Ok() (*string, bool)
- func (o *StoreLocation) GetLine2() string
- func (o *StoreLocation) GetLine2Ok() (*string, bool)
- func (o *StoreLocation) GetLine3() string
- func (o *StoreLocation) GetLine3Ok() (*string, bool)
- func (o *StoreLocation) GetPostalCode() string
- func (o *StoreLocation) GetPostalCodeOk() (*string, bool)
- func (o *StoreLocation) GetStateOrProvince() string
- func (o *StoreLocation) GetStateOrProvinceOk() (*string, bool)
- func (o *StoreLocation) HasCity() bool
- func (o *StoreLocation) HasLine1() bool
- func (o *StoreLocation) HasLine2() bool
- func (o *StoreLocation) HasLine3() bool
- func (o *StoreLocation) HasPostalCode() bool
- func (o *StoreLocation) HasStateOrProvince() bool
- func (o StoreLocation) MarshalJSON() ([]byte, error)
- func (o *StoreLocation) SetCity(v string)
- func (o *StoreLocation) SetCountry(v string)
- func (o *StoreLocation) SetLine1(v string)
- func (o *StoreLocation) SetLine2(v string)
- func (o *StoreLocation) SetLine3(v string)
- func (o *StoreLocation) SetPostalCode(v string)
- func (o *StoreLocation) SetStateOrProvince(v string)
- func (o StoreLocation) ToMap() (map[string]interface{}, error)
- type StoreSplitConfiguration
- func (o *StoreSplitConfiguration) GetBalanceAccountId() string
- func (o *StoreSplitConfiguration) GetBalanceAccountIdOk() (*string, bool)
- func (o *StoreSplitConfiguration) GetSplitConfigurationId() string
- func (o *StoreSplitConfiguration) GetSplitConfigurationIdOk() (*string, bool)
- func (o *StoreSplitConfiguration) HasBalanceAccountId() bool
- func (o *StoreSplitConfiguration) HasSplitConfigurationId() bool
- func (o StoreSplitConfiguration) MarshalJSON() ([]byte, error)
- func (o *StoreSplitConfiguration) SetBalanceAccountId(v string)
- func (o *StoreSplitConfiguration) SetSplitConfigurationId(v string)
- func (o StoreSplitConfiguration) ToMap() (map[string]interface{}, error)
- type Surcharge
- func (o *Surcharge) GetAskConfirmation() bool
- func (o *Surcharge) GetAskConfirmationOk() (*bool, bool)
- func (o *Surcharge) GetConfigurations() []Configuration
- func (o *Surcharge) GetConfigurationsOk() ([]Configuration, bool)
- func (o *Surcharge) HasAskConfirmation() bool
- func (o *Surcharge) HasConfigurations() bool
- func (o Surcharge) MarshalJSON() ([]byte, error)
- func (o *Surcharge) SetAskConfirmation(v bool)
- func (o *Surcharge) SetConfigurations(v []Configuration)
- func (o Surcharge) ToMap() (map[string]interface{}, error)
- type SwishInfo
- type Terminal
- func (o *Terminal) GetAssignment() TerminalAssignment
- func (o *Terminal) GetAssignmentOk() (*TerminalAssignment, bool)
- func (o *Terminal) GetConnectivity() TerminalConnectivity
- func (o *Terminal) GetConnectivityOk() (*TerminalConnectivity, bool)
- func (o *Terminal) GetFirmwareVersion() string
- func (o *Terminal) GetFirmwareVersionOk() (*string, bool)
- func (o *Terminal) GetId() string
- func (o *Terminal) GetIdOk() (*string, bool)
- func (o *Terminal) GetLastActivityAt() time.Time
- func (o *Terminal) GetLastActivityAtOk() (*time.Time, bool)
- func (o *Terminal) GetLastTransactionAt() time.Time
- func (o *Terminal) GetLastTransactionAtOk() (*time.Time, bool)
- func (o *Terminal) GetModel() string
- func (o *Terminal) GetModelOk() (*string, bool)
- func (o *Terminal) GetSerialNumber() string
- func (o *Terminal) GetSerialNumberOk() (*string, bool)
- func (o *Terminal) HasAssignment() bool
- func (o *Terminal) HasConnectivity() bool
- func (o *Terminal) HasFirmwareVersion() bool
- func (o *Terminal) HasId() bool
- func (o *Terminal) HasLastActivityAt() bool
- func (o *Terminal) HasLastTransactionAt() bool
- func (o *Terminal) HasModel() bool
- func (o *Terminal) HasSerialNumber() bool
- func (o Terminal) MarshalJSON() ([]byte, error)
- func (o *Terminal) SetAssignment(v TerminalAssignment)
- func (o *Terminal) SetConnectivity(v TerminalConnectivity)
- func (o *Terminal) SetFirmwareVersion(v string)
- func (o *Terminal) SetId(v string)
- func (o *Terminal) SetLastActivityAt(v time.Time)
- func (o *Terminal) SetLastTransactionAt(v time.Time)
- func (o *Terminal) SetModel(v string)
- func (o *Terminal) SetSerialNumber(v string)
- func (o Terminal) ToMap() (map[string]interface{}, error)
- type TerminalActionScheduleDetail
- func (o *TerminalActionScheduleDetail) GetId() string
- func (o *TerminalActionScheduleDetail) GetIdOk() (*string, bool)
- func (o *TerminalActionScheduleDetail) GetTerminalId() string
- func (o *TerminalActionScheduleDetail) GetTerminalIdOk() (*string, bool)
- func (o *TerminalActionScheduleDetail) HasId() bool
- func (o *TerminalActionScheduleDetail) HasTerminalId() bool
- func (o TerminalActionScheduleDetail) MarshalJSON() ([]byte, error)
- func (o *TerminalActionScheduleDetail) SetId(v string)
- func (o *TerminalActionScheduleDetail) SetTerminalId(v string)
- func (o TerminalActionScheduleDetail) ToMap() (map[string]interface{}, error)
- type TerminalActionsCompanyLevelApi
- func (a *TerminalActionsCompanyLevelApi) GetTerminalAction(ctx context.Context, r TerminalActionsCompanyLevelApiGetTerminalActionInput) (ExternalTerminalAction, *http.Response, error)
- func (a *TerminalActionsCompanyLevelApi) GetTerminalActionInput(companyId string, actionId string) TerminalActionsCompanyLevelApiGetTerminalActionInput
- func (a *TerminalActionsCompanyLevelApi) ListTerminalActions(ctx context.Context, r TerminalActionsCompanyLevelApiListTerminalActionsInput) (ListExternalTerminalActionsResponse, *http.Response, error)
- func (a *TerminalActionsCompanyLevelApi) ListTerminalActionsInput(companyId string) TerminalActionsCompanyLevelApiListTerminalActionsInput
- type TerminalActionsCompanyLevelApiGetTerminalActionInput
- type TerminalActionsCompanyLevelApiListTerminalActionsInput
- func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) PageNumber(pageNumber int32) TerminalActionsCompanyLevelApiListTerminalActionsInput
- func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) PageSize(pageSize int32) TerminalActionsCompanyLevelApiListTerminalActionsInput
- func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) Status(status string) TerminalActionsCompanyLevelApiListTerminalActionsInput
- func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) Type_(type_ string) TerminalActionsCompanyLevelApiListTerminalActionsInput
- type TerminalActionsTerminalLevelApi
- type TerminalActionsTerminalLevelApiCreateTerminalActionInput
- type TerminalAssignment
- func (o *TerminalAssignment) GetCompanyId() string
- func (o *TerminalAssignment) GetCompanyIdOk() (*string, bool)
- func (o *TerminalAssignment) GetMerchantId() string
- func (o *TerminalAssignment) GetMerchantIdOk() (*string, bool)
- func (o *TerminalAssignment) GetReassignmentTarget() TerminalReassignmentTarget
- func (o *TerminalAssignment) GetReassignmentTargetOk() (*TerminalReassignmentTarget, bool)
- func (o *TerminalAssignment) GetStatus() string
- func (o *TerminalAssignment) GetStatusOk() (*string, bool)
- func (o *TerminalAssignment) GetStoreId() string
- func (o *TerminalAssignment) GetStoreIdOk() (*string, bool)
- func (o *TerminalAssignment) HasMerchantId() bool
- func (o *TerminalAssignment) HasReassignmentTarget() bool
- func (o *TerminalAssignment) HasStoreId() bool
- func (o TerminalAssignment) MarshalJSON() ([]byte, error)
- func (o *TerminalAssignment) SetCompanyId(v string)
- func (o *TerminalAssignment) SetMerchantId(v string)
- func (o *TerminalAssignment) SetReassignmentTarget(v TerminalReassignmentTarget)
- func (o *TerminalAssignment) SetStatus(v string)
- func (o *TerminalAssignment) SetStoreId(v string)
- func (o TerminalAssignment) ToMap() (map[string]interface{}, error)
- type TerminalConnectivity
- func (o *TerminalConnectivity) GetBluetooth() TerminalConnectivityBluetooth
- func (o *TerminalConnectivity) GetBluetoothOk() (*TerminalConnectivityBluetooth, bool)
- func (o *TerminalConnectivity) GetCellular() TerminalConnectivityCellular
- func (o *TerminalConnectivity) GetCellularOk() (*TerminalConnectivityCellular, bool)
- func (o *TerminalConnectivity) GetEthernet() TerminalConnectivityEthernet
- func (o *TerminalConnectivity) GetEthernetOk() (*TerminalConnectivityEthernet, bool)
- func (o *TerminalConnectivity) GetWifi() TerminalConnectivityWifi
- func (o *TerminalConnectivity) GetWifiOk() (*TerminalConnectivityWifi, bool)
- func (o *TerminalConnectivity) HasBluetooth() bool
- func (o *TerminalConnectivity) HasCellular() bool
- func (o *TerminalConnectivity) HasEthernet() bool
- func (o *TerminalConnectivity) HasWifi() bool
- func (o TerminalConnectivity) MarshalJSON() ([]byte, error)
- func (o *TerminalConnectivity) SetBluetooth(v TerminalConnectivityBluetooth)
- func (o *TerminalConnectivity) SetCellular(v TerminalConnectivityCellular)
- func (o *TerminalConnectivity) SetEthernet(v TerminalConnectivityEthernet)
- func (o *TerminalConnectivity) SetWifi(v TerminalConnectivityWifi)
- func (o TerminalConnectivity) ToMap() (map[string]interface{}, error)
- type TerminalConnectivityBluetooth
- func (o *TerminalConnectivityBluetooth) GetIpAddress() string
- func (o *TerminalConnectivityBluetooth) GetIpAddressOk() (*string, bool)
- func (o *TerminalConnectivityBluetooth) GetMacAddress() string
- func (o *TerminalConnectivityBluetooth) GetMacAddressOk() (*string, bool)
- func (o *TerminalConnectivityBluetooth) HasIpAddress() bool
- func (o *TerminalConnectivityBluetooth) HasMacAddress() bool
- func (o TerminalConnectivityBluetooth) MarshalJSON() ([]byte, error)
- func (o *TerminalConnectivityBluetooth) SetIpAddress(v string)
- func (o *TerminalConnectivityBluetooth) SetMacAddress(v string)
- func (o TerminalConnectivityBluetooth) ToMap() (map[string]interface{}, error)
- type TerminalConnectivityCellular
- func (o *TerminalConnectivityCellular) GetIccid() string
- func (o *TerminalConnectivityCellular) GetIccidOk() (*string, bool)
- func (o *TerminalConnectivityCellular) GetStatus() string
- func (o *TerminalConnectivityCellular) GetStatusOk() (*string, bool)
- func (o *TerminalConnectivityCellular) HasIccid() bool
- func (o *TerminalConnectivityCellular) HasStatus() bool
- func (o TerminalConnectivityCellular) MarshalJSON() ([]byte, error)
- func (o *TerminalConnectivityCellular) SetIccid(v string)
- func (o *TerminalConnectivityCellular) SetStatus(v string)
- func (o TerminalConnectivityCellular) ToMap() (map[string]interface{}, error)
- type TerminalConnectivityEthernet
- func (o *TerminalConnectivityEthernet) GetIpAddress() string
- func (o *TerminalConnectivityEthernet) GetIpAddressOk() (*string, bool)
- func (o *TerminalConnectivityEthernet) GetLinkNegotiation() string
- func (o *TerminalConnectivityEthernet) GetLinkNegotiationOk() (*string, bool)
- func (o *TerminalConnectivityEthernet) GetMacAddress() string
- func (o *TerminalConnectivityEthernet) GetMacAddressOk() (*string, bool)
- func (o *TerminalConnectivityEthernet) HasIpAddress() bool
- func (o *TerminalConnectivityEthernet) HasLinkNegotiation() bool
- func (o *TerminalConnectivityEthernet) HasMacAddress() bool
- func (o TerminalConnectivityEthernet) MarshalJSON() ([]byte, error)
- func (o *TerminalConnectivityEthernet) SetIpAddress(v string)
- func (o *TerminalConnectivityEthernet) SetLinkNegotiation(v string)
- func (o *TerminalConnectivityEthernet) SetMacAddress(v string)
- func (o TerminalConnectivityEthernet) ToMap() (map[string]interface{}, error)
- type TerminalConnectivityWifi
- func (o *TerminalConnectivityWifi) GetIpAddress() string
- func (o *TerminalConnectivityWifi) GetIpAddressOk() (*string, bool)
- func (o *TerminalConnectivityWifi) GetMacAddress() string
- func (o *TerminalConnectivityWifi) GetMacAddressOk() (*string, bool)
- func (o *TerminalConnectivityWifi) GetSsid() string
- func (o *TerminalConnectivityWifi) GetSsidOk() (*string, bool)
- func (o *TerminalConnectivityWifi) HasIpAddress() bool
- func (o *TerminalConnectivityWifi) HasMacAddress() bool
- func (o *TerminalConnectivityWifi) HasSsid() bool
- func (o TerminalConnectivityWifi) MarshalJSON() ([]byte, error)
- func (o *TerminalConnectivityWifi) SetIpAddress(v string)
- func (o *TerminalConnectivityWifi) SetMacAddress(v string)
- func (o *TerminalConnectivityWifi) SetSsid(v string)
- func (o TerminalConnectivityWifi) ToMap() (map[string]interface{}, error)
- type TerminalModelsResponse
- func (o *TerminalModelsResponse) GetData() []IdName
- func (o *TerminalModelsResponse) GetDataOk() ([]IdName, bool)
- func (o *TerminalModelsResponse) HasData() bool
- func (o TerminalModelsResponse) MarshalJSON() ([]byte, error)
- func (o *TerminalModelsResponse) SetData(v []IdName)
- func (o TerminalModelsResponse) ToMap() (map[string]interface{}, error)
- type TerminalOrder
- func (o *TerminalOrder) GetBillingEntity() BillingEntity
- func (o *TerminalOrder) GetBillingEntityOk() (*BillingEntity, bool)
- func (o *TerminalOrder) GetCustomerOrderReference() string
- func (o *TerminalOrder) GetCustomerOrderReferenceOk() (*string, bool)
- func (o *TerminalOrder) GetId() string
- func (o *TerminalOrder) GetIdOk() (*string, bool)
- func (o *TerminalOrder) GetItems() []OrderItem
- func (o *TerminalOrder) GetItemsOk() ([]OrderItem, bool)
- func (o *TerminalOrder) GetOrderDate() string
- func (o *TerminalOrder) GetOrderDateOk() (*string, bool)
- func (o *TerminalOrder) GetShippingLocation() ShippingLocation
- func (o *TerminalOrder) GetShippingLocationOk() (*ShippingLocation, bool)
- func (o *TerminalOrder) GetStatus() string
- func (o *TerminalOrder) GetStatusOk() (*string, bool)
- func (o *TerminalOrder) GetTrackingUrl() string
- func (o *TerminalOrder) GetTrackingUrlOk() (*string, bool)
- func (o *TerminalOrder) HasBillingEntity() bool
- func (o *TerminalOrder) HasCustomerOrderReference() bool
- func (o *TerminalOrder) HasId() bool
- func (o *TerminalOrder) HasItems() bool
- func (o *TerminalOrder) HasOrderDate() bool
- func (o *TerminalOrder) HasShippingLocation() bool
- func (o *TerminalOrder) HasStatus() bool
- func (o *TerminalOrder) HasTrackingUrl() bool
- func (o TerminalOrder) MarshalJSON() ([]byte, error)
- func (o *TerminalOrder) SetBillingEntity(v BillingEntity)
- func (o *TerminalOrder) SetCustomerOrderReference(v string)
- func (o *TerminalOrder) SetId(v string)
- func (o *TerminalOrder) SetItems(v []OrderItem)
- func (o *TerminalOrder) SetOrderDate(v string)
- func (o *TerminalOrder) SetShippingLocation(v ShippingLocation)
- func (o *TerminalOrder) SetStatus(v string)
- func (o *TerminalOrder) SetTrackingUrl(v string)
- func (o TerminalOrder) ToMap() (map[string]interface{}, error)
- type TerminalOrderRequest
- func (o *TerminalOrderRequest) GetBillingEntityId() string
- func (o *TerminalOrderRequest) GetBillingEntityIdOk() (*string, bool)
- func (o *TerminalOrderRequest) GetCustomerOrderReference() string
- func (o *TerminalOrderRequest) GetCustomerOrderReferenceOk() (*string, bool)
- func (o *TerminalOrderRequest) GetItems() []OrderItem
- func (o *TerminalOrderRequest) GetItemsOk() ([]OrderItem, bool)
- func (o *TerminalOrderRequest) GetOrderType() string
- func (o *TerminalOrderRequest) GetOrderTypeOk() (*string, bool)
- func (o *TerminalOrderRequest) GetShippingLocationId() string
- func (o *TerminalOrderRequest) GetShippingLocationIdOk() (*string, bool)
- func (o *TerminalOrderRequest) GetTaxId() string
- func (o *TerminalOrderRequest) GetTaxIdOk() (*string, bool)
- func (o *TerminalOrderRequest) HasBillingEntityId() bool
- func (o *TerminalOrderRequest) HasCustomerOrderReference() bool
- func (o *TerminalOrderRequest) HasItems() bool
- func (o *TerminalOrderRequest) HasOrderType() bool
- func (o *TerminalOrderRequest) HasShippingLocationId() bool
- func (o *TerminalOrderRequest) HasTaxId() bool
- func (o TerminalOrderRequest) MarshalJSON() ([]byte, error)
- func (o *TerminalOrderRequest) SetBillingEntityId(v string)
- func (o *TerminalOrderRequest) SetCustomerOrderReference(v string)
- func (o *TerminalOrderRequest) SetItems(v []OrderItem)
- func (o *TerminalOrderRequest) SetOrderType(v string)
- func (o *TerminalOrderRequest) SetShippingLocationId(v string)
- func (o *TerminalOrderRequest) SetTaxId(v string)
- func (o TerminalOrderRequest) ToMap() (map[string]interface{}, error)
- type TerminalOrdersCompanyLevelApi
- func (a *TerminalOrdersCompanyLevelApi) CancelOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiCancelOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) CancelOrderInput(companyId string, orderId string) TerminalOrdersCompanyLevelApiCancelOrderInput
- func (a *TerminalOrdersCompanyLevelApi) CreateOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiCreateOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) CreateOrderInput(companyId string) TerminalOrdersCompanyLevelApiCreateOrderInput
- func (a *TerminalOrdersCompanyLevelApi) CreateShippingLocation(ctx context.Context, ...) (ShippingLocation, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) CreateShippingLocationInput(companyId string) TerminalOrdersCompanyLevelApiCreateShippingLocationInput
- func (a *TerminalOrdersCompanyLevelApi) GetOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiGetOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) GetOrderInput(companyId string, orderId string) TerminalOrdersCompanyLevelApiGetOrderInput
- func (a *TerminalOrdersCompanyLevelApi) ListBillingEntities(ctx context.Context, r TerminalOrdersCompanyLevelApiListBillingEntitiesInput) (BillingEntitiesResponse, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) ListBillingEntitiesInput(companyId string) TerminalOrdersCompanyLevelApiListBillingEntitiesInput
- func (a *TerminalOrdersCompanyLevelApi) ListOrders(ctx context.Context, r TerminalOrdersCompanyLevelApiListOrdersInput) (TerminalOrdersResponse, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) ListOrdersInput(companyId string) TerminalOrdersCompanyLevelApiListOrdersInput
- func (a *TerminalOrdersCompanyLevelApi) ListShippingLocations(ctx context.Context, r TerminalOrdersCompanyLevelApiListShippingLocationsInput) (ShippingLocationsResponse, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) ListShippingLocationsInput(companyId string) TerminalOrdersCompanyLevelApiListShippingLocationsInput
- func (a *TerminalOrdersCompanyLevelApi) ListTerminalModels(ctx context.Context, r TerminalOrdersCompanyLevelApiListTerminalModelsInput) (TerminalModelsResponse, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) ListTerminalModelsInput(companyId string) TerminalOrdersCompanyLevelApiListTerminalModelsInput
- func (a *TerminalOrdersCompanyLevelApi) ListTerminalProducts(ctx context.Context, r TerminalOrdersCompanyLevelApiListTerminalProductsInput) (TerminalProductsResponse, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) ListTerminalProductsInput(companyId string) TerminalOrdersCompanyLevelApiListTerminalProductsInput
- func (a *TerminalOrdersCompanyLevelApi) UpdateOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiUpdateOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersCompanyLevelApi) UpdateOrderInput(companyId string, orderId string) TerminalOrdersCompanyLevelApiUpdateOrderInput
- type TerminalOrdersCompanyLevelApiCancelOrderInput
- type TerminalOrdersCompanyLevelApiCreateOrderInput
- type TerminalOrdersCompanyLevelApiCreateShippingLocationInput
- type TerminalOrdersCompanyLevelApiGetOrderInput
- type TerminalOrdersCompanyLevelApiListBillingEntitiesInput
- type TerminalOrdersCompanyLevelApiListOrdersInput
- func (r TerminalOrdersCompanyLevelApiListOrdersInput) CustomerOrderReference(customerOrderReference string) TerminalOrdersCompanyLevelApiListOrdersInput
- func (r TerminalOrdersCompanyLevelApiListOrdersInput) Limit(limit int32) TerminalOrdersCompanyLevelApiListOrdersInput
- func (r TerminalOrdersCompanyLevelApiListOrdersInput) Offset(offset int32) TerminalOrdersCompanyLevelApiListOrdersInput
- func (r TerminalOrdersCompanyLevelApiListOrdersInput) Status(status string) TerminalOrdersCompanyLevelApiListOrdersInput
- type TerminalOrdersCompanyLevelApiListShippingLocationsInput
- func (r TerminalOrdersCompanyLevelApiListShippingLocationsInput) Limit(limit int32) TerminalOrdersCompanyLevelApiListShippingLocationsInput
- func (r TerminalOrdersCompanyLevelApiListShippingLocationsInput) Name(name string) TerminalOrdersCompanyLevelApiListShippingLocationsInput
- func (r TerminalOrdersCompanyLevelApiListShippingLocationsInput) Offset(offset int32) TerminalOrdersCompanyLevelApiListShippingLocationsInput
- type TerminalOrdersCompanyLevelApiListTerminalModelsInput
- type TerminalOrdersCompanyLevelApiListTerminalProductsInput
- func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) Country(country string) TerminalOrdersCompanyLevelApiListTerminalProductsInput
- func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) Limit(limit int32) TerminalOrdersCompanyLevelApiListTerminalProductsInput
- func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) Offset(offset int32) TerminalOrdersCompanyLevelApiListTerminalProductsInput
- func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) TerminalModelId(terminalModelId string) TerminalOrdersCompanyLevelApiListTerminalProductsInput
- type TerminalOrdersCompanyLevelApiUpdateOrderInput
- type TerminalOrdersMerchantLevelApi
- func (a *TerminalOrdersMerchantLevelApi) CancelOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiCancelOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) CancelOrderInput(merchantId string, orderId string) TerminalOrdersMerchantLevelApiCancelOrderInput
- func (a *TerminalOrdersMerchantLevelApi) CreateOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiCreateOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) CreateOrderInput(merchantId string) TerminalOrdersMerchantLevelApiCreateOrderInput
- func (a *TerminalOrdersMerchantLevelApi) CreateShippingLocation(ctx context.Context, ...) (ShippingLocation, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) CreateShippingLocationInput(merchantId string) TerminalOrdersMerchantLevelApiCreateShippingLocationInput
- func (a *TerminalOrdersMerchantLevelApi) GetOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiGetOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) GetOrderInput(merchantId string, orderId string) TerminalOrdersMerchantLevelApiGetOrderInput
- func (a *TerminalOrdersMerchantLevelApi) ListBillingEntities(ctx context.Context, r TerminalOrdersMerchantLevelApiListBillingEntitiesInput) (BillingEntitiesResponse, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) ListBillingEntitiesInput(merchantId string) TerminalOrdersMerchantLevelApiListBillingEntitiesInput
- func (a *TerminalOrdersMerchantLevelApi) ListOrders(ctx context.Context, r TerminalOrdersMerchantLevelApiListOrdersInput) (TerminalOrdersResponse, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) ListOrdersInput(merchantId string) TerminalOrdersMerchantLevelApiListOrdersInput
- func (a *TerminalOrdersMerchantLevelApi) ListShippingLocations(ctx context.Context, ...) (ShippingLocationsResponse, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) ListShippingLocationsInput(merchantId string) TerminalOrdersMerchantLevelApiListShippingLocationsInput
- func (a *TerminalOrdersMerchantLevelApi) ListTerminalModels(ctx context.Context, r TerminalOrdersMerchantLevelApiListTerminalModelsInput) (TerminalModelsResponse, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) ListTerminalModelsInput(merchantId string) TerminalOrdersMerchantLevelApiListTerminalModelsInput
- func (a *TerminalOrdersMerchantLevelApi) ListTerminalProducts(ctx context.Context, r TerminalOrdersMerchantLevelApiListTerminalProductsInput) (TerminalProductsResponse, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) ListTerminalProductsInput(merchantId string) TerminalOrdersMerchantLevelApiListTerminalProductsInput
- func (a *TerminalOrdersMerchantLevelApi) UpdateOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiUpdateOrderInput) (TerminalOrder, *http.Response, error)
- func (a *TerminalOrdersMerchantLevelApi) UpdateOrderInput(merchantId string, orderId string) TerminalOrdersMerchantLevelApiUpdateOrderInput
- type TerminalOrdersMerchantLevelApiCancelOrderInput
- type TerminalOrdersMerchantLevelApiCreateOrderInput
- type TerminalOrdersMerchantLevelApiCreateShippingLocationInput
- type TerminalOrdersMerchantLevelApiGetOrderInput
- type TerminalOrdersMerchantLevelApiListBillingEntitiesInput
- type TerminalOrdersMerchantLevelApiListOrdersInput
- func (r TerminalOrdersMerchantLevelApiListOrdersInput) CustomerOrderReference(customerOrderReference string) TerminalOrdersMerchantLevelApiListOrdersInput
- func (r TerminalOrdersMerchantLevelApiListOrdersInput) Limit(limit int32) TerminalOrdersMerchantLevelApiListOrdersInput
- func (r TerminalOrdersMerchantLevelApiListOrdersInput) Offset(offset int32) TerminalOrdersMerchantLevelApiListOrdersInput
- func (r TerminalOrdersMerchantLevelApiListOrdersInput) Status(status string) TerminalOrdersMerchantLevelApiListOrdersInput
- type TerminalOrdersMerchantLevelApiListShippingLocationsInput
- func (r TerminalOrdersMerchantLevelApiListShippingLocationsInput) Limit(limit int32) TerminalOrdersMerchantLevelApiListShippingLocationsInput
- func (r TerminalOrdersMerchantLevelApiListShippingLocationsInput) Name(name string) TerminalOrdersMerchantLevelApiListShippingLocationsInput
- func (r TerminalOrdersMerchantLevelApiListShippingLocationsInput) Offset(offset int32) TerminalOrdersMerchantLevelApiListShippingLocationsInput
- type TerminalOrdersMerchantLevelApiListTerminalModelsInput
- type TerminalOrdersMerchantLevelApiListTerminalProductsInput
- func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) Country(country string) TerminalOrdersMerchantLevelApiListTerminalProductsInput
- func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) Limit(limit int32) TerminalOrdersMerchantLevelApiListTerminalProductsInput
- func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) Offset(offset int32) TerminalOrdersMerchantLevelApiListTerminalProductsInput
- func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) TerminalModelId(terminalModelId string) TerminalOrdersMerchantLevelApiListTerminalProductsInput
- type TerminalOrdersMerchantLevelApiUpdateOrderInput
- type TerminalOrdersResponse
- func (o *TerminalOrdersResponse) GetData() []TerminalOrder
- func (o *TerminalOrdersResponse) GetDataOk() ([]TerminalOrder, bool)
- func (o *TerminalOrdersResponse) HasData() bool
- func (o TerminalOrdersResponse) MarshalJSON() ([]byte, error)
- func (o *TerminalOrdersResponse) SetData(v []TerminalOrder)
- func (o TerminalOrdersResponse) ToMap() (map[string]interface{}, error)
- type TerminalProduct
- func (o *TerminalProduct) GetDescription() string
- func (o *TerminalProduct) GetDescriptionOk() (*string, bool)
- func (o *TerminalProduct) GetId() string
- func (o *TerminalProduct) GetIdOk() (*string, bool)
- func (o *TerminalProduct) GetItemsIncluded() []string
- func (o *TerminalProduct) GetItemsIncludedOk() ([]string, bool)
- func (o *TerminalProduct) GetName() string
- func (o *TerminalProduct) GetNameOk() (*string, bool)
- func (o *TerminalProduct) GetPrice() TerminalProductPrice
- func (o *TerminalProduct) GetPriceOk() (*TerminalProductPrice, bool)
- func (o *TerminalProduct) HasDescription() bool
- func (o *TerminalProduct) HasId() bool
- func (o *TerminalProduct) HasItemsIncluded() bool
- func (o *TerminalProduct) HasName() bool
- func (o *TerminalProduct) HasPrice() bool
- func (o TerminalProduct) MarshalJSON() ([]byte, error)
- func (o *TerminalProduct) SetDescription(v string)
- func (o *TerminalProduct) SetId(v string)
- func (o *TerminalProduct) SetItemsIncluded(v []string)
- func (o *TerminalProduct) SetName(v string)
- func (o *TerminalProduct) SetPrice(v TerminalProductPrice)
- func (o TerminalProduct) ToMap() (map[string]interface{}, error)
- type TerminalProductPrice
- func (o *TerminalProductPrice) GetCurrency() string
- func (o *TerminalProductPrice) GetCurrencyOk() (*string, bool)
- func (o *TerminalProductPrice) GetValue() float64
- func (o *TerminalProductPrice) GetValueOk() (*float64, bool)
- func (o *TerminalProductPrice) HasCurrency() bool
- func (o *TerminalProductPrice) HasValue() bool
- func (o TerminalProductPrice) MarshalJSON() ([]byte, error)
- func (o *TerminalProductPrice) SetCurrency(v string)
- func (o *TerminalProductPrice) SetValue(v float64)
- func (o TerminalProductPrice) ToMap() (map[string]interface{}, error)
- type TerminalProductsResponse
- func (o *TerminalProductsResponse) GetData() []TerminalProduct
- func (o *TerminalProductsResponse) GetDataOk() ([]TerminalProduct, bool)
- func (o *TerminalProductsResponse) HasData() bool
- func (o TerminalProductsResponse) MarshalJSON() ([]byte, error)
- func (o *TerminalProductsResponse) SetData(v []TerminalProduct)
- func (o TerminalProductsResponse) ToMap() (map[string]interface{}, error)
- type TerminalReassignmentRequest
- func (o *TerminalReassignmentRequest) GetCompanyId() string
- func (o *TerminalReassignmentRequest) GetCompanyIdOk() (*string, bool)
- func (o *TerminalReassignmentRequest) GetInventory() bool
- func (o *TerminalReassignmentRequest) GetInventoryOk() (*bool, bool)
- func (o *TerminalReassignmentRequest) GetMerchantId() string
- func (o *TerminalReassignmentRequest) GetMerchantIdOk() (*string, bool)
- func (o *TerminalReassignmentRequest) GetStoreId() string
- func (o *TerminalReassignmentRequest) GetStoreIdOk() (*string, bool)
- func (o *TerminalReassignmentRequest) HasCompanyId() bool
- func (o *TerminalReassignmentRequest) HasInventory() bool
- func (o *TerminalReassignmentRequest) HasMerchantId() bool
- func (o *TerminalReassignmentRequest) HasStoreId() bool
- func (o TerminalReassignmentRequest) MarshalJSON() ([]byte, error)
- func (o *TerminalReassignmentRequest) SetCompanyId(v string)
- func (o *TerminalReassignmentRequest) SetInventory(v bool)
- func (o *TerminalReassignmentRequest) SetMerchantId(v string)
- func (o *TerminalReassignmentRequest) SetStoreId(v string)
- func (o TerminalReassignmentRequest) ToMap() (map[string]interface{}, error)
- type TerminalReassignmentTarget
- func (o *TerminalReassignmentTarget) GetCompanyId() string
- func (o *TerminalReassignmentTarget) GetCompanyIdOk() (*string, bool)
- func (o *TerminalReassignmentTarget) GetInventory() bool
- func (o *TerminalReassignmentTarget) GetInventoryOk() (*bool, bool)
- func (o *TerminalReassignmentTarget) GetMerchantId() string
- func (o *TerminalReassignmentTarget) GetMerchantIdOk() (*string, bool)
- func (o *TerminalReassignmentTarget) GetStoreId() string
- func (o *TerminalReassignmentTarget) GetStoreIdOk() (*string, bool)
- func (o *TerminalReassignmentTarget) HasCompanyId() bool
- func (o *TerminalReassignmentTarget) HasMerchantId() bool
- func (o *TerminalReassignmentTarget) HasStoreId() bool
- func (o TerminalReassignmentTarget) MarshalJSON() ([]byte, error)
- func (o *TerminalReassignmentTarget) SetCompanyId(v string)
- func (o *TerminalReassignmentTarget) SetInventory(v bool)
- func (o *TerminalReassignmentTarget) SetMerchantId(v string)
- func (o *TerminalReassignmentTarget) SetStoreId(v string)
- func (o TerminalReassignmentTarget) ToMap() (map[string]interface{}, error)
- type TerminalSettings
- func (o *TerminalSettings) GetCardholderReceipt() CardholderReceipt
- func (o *TerminalSettings) GetCardholderReceiptOk() (*CardholderReceipt, bool)
- func (o *TerminalSettings) GetConnectivity() Connectivity
- func (o *TerminalSettings) GetConnectivityOk() (*Connectivity, bool)
- func (o *TerminalSettings) GetGratuities() []Gratuity
- func (o *TerminalSettings) GetGratuitiesOk() ([]Gratuity, bool)
- func (o *TerminalSettings) GetHardware() Hardware
- func (o *TerminalSettings) GetHardwareOk() (*Hardware, bool)
- func (o *TerminalSettings) GetLocalization() Localization
- func (o *TerminalSettings) GetLocalizationOk() (*Localization, bool)
- func (o *TerminalSettings) GetNexo() Nexo
- func (o *TerminalSettings) GetNexoOk() (*Nexo, bool)
- func (o *TerminalSettings) GetOfflineProcessing() OfflineProcessing
- func (o *TerminalSettings) GetOfflineProcessingOk() (*OfflineProcessing, bool)
- func (o *TerminalSettings) GetOpi() Opi
- func (o *TerminalSettings) GetOpiOk() (*Opi, bool)
- func (o *TerminalSettings) GetPasscodes() Passcodes
- func (o *TerminalSettings) GetPasscodesOk() (*Passcodes, bool)
- func (o *TerminalSettings) GetPayAtTable() PayAtTable
- func (o *TerminalSettings) GetPayAtTableOk() (*PayAtTable, bool)
- func (o *TerminalSettings) GetPayment() Payment
- func (o *TerminalSettings) GetPaymentOk() (*Payment, bool)
- func (o *TerminalSettings) GetReceiptOptions() ReceiptOptions
- func (o *TerminalSettings) GetReceiptOptionsOk() (*ReceiptOptions, bool)
- func (o *TerminalSettings) GetReceiptPrinting() ReceiptPrinting
- func (o *TerminalSettings) GetReceiptPrintingOk() (*ReceiptPrinting, bool)
- func (o *TerminalSettings) GetSignature() Signature
- func (o *TerminalSettings) GetSignatureOk() (*Signature, bool)
- func (o *TerminalSettings) GetStandalone() Standalone
- func (o *TerminalSettings) GetStandaloneOk() (*Standalone, bool)
- func (o *TerminalSettings) GetSurcharge() Surcharge
- func (o *TerminalSettings) GetSurchargeOk() (*Surcharge, bool)
- func (o *TerminalSettings) GetTimeouts() Timeouts
- func (o *TerminalSettings) GetTimeoutsOk() (*Timeouts, bool)
- func (o *TerminalSettings) GetWifiProfiles() WifiProfiles
- func (o *TerminalSettings) GetWifiProfilesOk() (*WifiProfiles, bool)
- func (o *TerminalSettings) HasCardholderReceipt() bool
- func (o *TerminalSettings) HasConnectivity() bool
- func (o *TerminalSettings) HasGratuities() bool
- func (o *TerminalSettings) HasHardware() bool
- func (o *TerminalSettings) HasLocalization() bool
- func (o *TerminalSettings) HasNexo() bool
- func (o *TerminalSettings) HasOfflineProcessing() bool
- func (o *TerminalSettings) HasOpi() bool
- func (o *TerminalSettings) HasPasscodes() bool
- func (o *TerminalSettings) HasPayAtTable() bool
- func (o *TerminalSettings) HasPayment() bool
- func (o *TerminalSettings) HasReceiptOptions() bool
- func (o *TerminalSettings) HasReceiptPrinting() bool
- func (o *TerminalSettings) HasSignature() bool
- func (o *TerminalSettings) HasStandalone() bool
- func (o *TerminalSettings) HasSurcharge() bool
- func (o *TerminalSettings) HasTimeouts() bool
- func (o *TerminalSettings) HasWifiProfiles() bool
- func (o TerminalSettings) MarshalJSON() ([]byte, error)
- func (o *TerminalSettings) SetCardholderReceipt(v CardholderReceipt)
- func (o *TerminalSettings) SetConnectivity(v Connectivity)
- func (o *TerminalSettings) SetGratuities(v []Gratuity)
- func (o *TerminalSettings) SetHardware(v Hardware)
- func (o *TerminalSettings) SetLocalization(v Localization)
- func (o *TerminalSettings) SetNexo(v Nexo)
- func (o *TerminalSettings) SetOfflineProcessing(v OfflineProcessing)
- func (o *TerminalSettings) SetOpi(v Opi)
- func (o *TerminalSettings) SetPasscodes(v Passcodes)
- func (o *TerminalSettings) SetPayAtTable(v PayAtTable)
- func (o *TerminalSettings) SetPayment(v Payment)
- func (o *TerminalSettings) SetReceiptOptions(v ReceiptOptions)
- func (o *TerminalSettings) SetReceiptPrinting(v ReceiptPrinting)
- func (o *TerminalSettings) SetSignature(v Signature)
- func (o *TerminalSettings) SetStandalone(v Standalone)
- func (o *TerminalSettings) SetSurcharge(v Surcharge)
- func (o *TerminalSettings) SetTimeouts(v Timeouts)
- func (o *TerminalSettings) SetWifiProfiles(v WifiProfiles)
- func (o TerminalSettings) ToMap() (map[string]interface{}, error)
- type TerminalSettingsCompanyLevelApi
- func (a *TerminalSettingsCompanyLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsCompanyLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsCompanyLevelApi) GetTerminalLogoInput(companyId string) TerminalSettingsCompanyLevelApiGetTerminalLogoInput
- func (a *TerminalSettingsCompanyLevelApi) GetTerminalSettings(ctx context.Context, r TerminalSettingsCompanyLevelApiGetTerminalSettingsInput) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsCompanyLevelApi) GetTerminalSettingsInput(companyId string) TerminalSettingsCompanyLevelApiGetTerminalSettingsInput
- func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalLogo(ctx context.Context, r TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalLogoInput(companyId string) TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput
- func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalSettings(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalSettingsInput(companyId string) TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput
- type TerminalSettingsCompanyLevelApiGetTerminalLogoInput
- type TerminalSettingsCompanyLevelApiGetTerminalSettingsInput
- type TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput
- type TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput
- type TerminalSettingsMerchantLevelApi
- func (a *TerminalSettingsMerchantLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsMerchantLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsMerchantLevelApi) GetTerminalLogoInput(merchantId string) TerminalSettingsMerchantLevelApiGetTerminalLogoInput
- func (a *TerminalSettingsMerchantLevelApi) GetTerminalSettings(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsMerchantLevelApi) GetTerminalSettingsInput(merchantId string) TerminalSettingsMerchantLevelApiGetTerminalSettingsInput
- func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalLogo(ctx context.Context, r TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalLogoInput(merchantId string) TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput
- func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalSettings(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalSettingsInput(merchantId string) TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput
- type TerminalSettingsMerchantLevelApiGetTerminalLogoInput
- type TerminalSettingsMerchantLevelApiGetTerminalSettingsInput
- type TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput
- type TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput
- type TerminalSettingsStoreLevelApi
- func (a *TerminalSettingsStoreLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsStoreLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) GetTerminalLogoByStoreId(ctx context.Context, ...) (Logo, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) GetTerminalLogoByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput
- func (a *TerminalSettingsStoreLevelApi) GetTerminalLogoInput(merchantId string, reference string) TerminalSettingsStoreLevelApiGetTerminalLogoInput
- func (a *TerminalSettingsStoreLevelApi) GetTerminalSettings(ctx context.Context, r TerminalSettingsStoreLevelApiGetTerminalSettingsInput) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) GetTerminalSettingsByStoreId(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) GetTerminalSettingsByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput
- func (a *TerminalSettingsStoreLevelApi) GetTerminalSettingsInput(merchantId string, reference string) TerminalSettingsStoreLevelApiGetTerminalSettingsInput
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogo(ctx context.Context, r TerminalSettingsStoreLevelApiUpdateTerminalLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogoByStoreId(ctx context.Context, ...) (Logo, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogoByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogoInput(merchantId string, reference string) TerminalSettingsStoreLevelApiUpdateTerminalLogoInput
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettings(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettingsByStoreId(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettingsByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput
- func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettingsInput(merchantId string, reference string) TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput
- type TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput
- type TerminalSettingsStoreLevelApiGetTerminalLogoInput
- type TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput
- type TerminalSettingsStoreLevelApiGetTerminalSettingsInput
- type TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput
- func (r TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput) Logo(logo Logo) TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput
- func (r TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput) Model(model string) TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput
- type TerminalSettingsStoreLevelApiUpdateTerminalLogoInput
- type TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput
- type TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput
- type TerminalSettingsTerminalLevelApi
- func (a *TerminalSettingsTerminalLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsTerminalLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsTerminalLevelApi) GetTerminalLogoInput(terminalId string) TerminalSettingsTerminalLevelApiGetTerminalLogoInput
- func (a *TerminalSettingsTerminalLevelApi) GetTerminalSettings(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsTerminalLevelApi) GetTerminalSettingsInput(terminalId string) TerminalSettingsTerminalLevelApiGetTerminalSettingsInput
- func (a *TerminalSettingsTerminalLevelApi) UpdateLogo(ctx context.Context, r TerminalSettingsTerminalLevelApiUpdateLogoInput) (Logo, *http.Response, error)
- func (a *TerminalSettingsTerminalLevelApi) UpdateLogoInput(terminalId string) TerminalSettingsTerminalLevelApiUpdateLogoInput
- func (a *TerminalSettingsTerminalLevelApi) UpdateTerminalSettings(ctx context.Context, ...) (TerminalSettings, *http.Response, error)
- func (a *TerminalSettingsTerminalLevelApi) UpdateTerminalSettingsInput(terminalId string) TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput
- type TerminalSettingsTerminalLevelApiGetTerminalLogoInput
- type TerminalSettingsTerminalLevelApiGetTerminalSettingsInput
- type TerminalSettingsTerminalLevelApiUpdateLogoInput
- type TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput
- type TerminalsTerminalLevelApi
- func (a *TerminalsTerminalLevelApi) ListTerminals(ctx context.Context, r TerminalsTerminalLevelApiListTerminalsInput) (ListTerminalsResponse, *http.Response, error)
- func (a *TerminalsTerminalLevelApi) ListTerminalsInput() TerminalsTerminalLevelApiListTerminalsInput
- func (a *TerminalsTerminalLevelApi) ReassignTerminal(ctx context.Context, r TerminalsTerminalLevelApiReassignTerminalInput) (*http.Response, error)
- func (a *TerminalsTerminalLevelApi) ReassignTerminalInput(terminalId string) TerminalsTerminalLevelApiReassignTerminalInput
- type TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) BrandModels(brandModels string) TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) Countries(countries string) TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) MerchantIds(merchantIds string) TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) OtpQuery(otpQuery string) TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) PageNumber(pageNumber int32) TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) PageSize(pageSize int32) TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) SearchQuery(searchQuery string) TerminalsTerminalLevelApiListTerminalsInput
- func (r TerminalsTerminalLevelApiListTerminalsInput) StoreIds(storeIds string) TerminalsTerminalLevelApiListTerminalsInput
- type TerminalsTerminalLevelApiReassignTerminalInput
- type TestCompanyWebhookRequest
- func (o *TestCompanyWebhookRequest) GetMerchantIds() []string
- func (o *TestCompanyWebhookRequest) GetMerchantIdsOk() ([]string, bool)
- func (o *TestCompanyWebhookRequest) GetNotification() CustomNotification
- func (o *TestCompanyWebhookRequest) GetNotificationOk() (*CustomNotification, bool)
- func (o *TestCompanyWebhookRequest) GetTypes() []string
- func (o *TestCompanyWebhookRequest) GetTypesOk() ([]string, bool)
- func (o *TestCompanyWebhookRequest) HasMerchantIds() bool
- func (o *TestCompanyWebhookRequest) HasNotification() bool
- func (o *TestCompanyWebhookRequest) HasTypes() bool
- func (o TestCompanyWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *TestCompanyWebhookRequest) SetMerchantIds(v []string)
- func (o *TestCompanyWebhookRequest) SetNotification(v CustomNotification)
- func (o *TestCompanyWebhookRequest) SetTypes(v []string)
- func (o TestCompanyWebhookRequest) ToMap() (map[string]interface{}, error)
- type TestOutput
- func (o *TestOutput) GetMerchantId() string
- func (o *TestOutput) GetMerchantIdOk() (*string, bool)
- func (o *TestOutput) GetOutput() string
- func (o *TestOutput) GetOutputOk() (*string, bool)
- func (o *TestOutput) GetRequestSent() string
- func (o *TestOutput) GetRequestSentOk() (*string, bool)
- func (o *TestOutput) GetResponseCode() string
- func (o *TestOutput) GetResponseCodeOk() (*string, bool)
- func (o *TestOutput) GetResponseTime() string
- func (o *TestOutput) GetResponseTimeOk() (*string, bool)
- func (o *TestOutput) GetStatus() string
- func (o *TestOutput) GetStatusOk() (*string, bool)
- func (o *TestOutput) HasMerchantId() bool
- func (o *TestOutput) HasOutput() bool
- func (o *TestOutput) HasRequestSent() bool
- func (o *TestOutput) HasResponseCode() bool
- func (o *TestOutput) HasResponseTime() bool
- func (o TestOutput) MarshalJSON() ([]byte, error)
- func (o *TestOutput) SetMerchantId(v string)
- func (o *TestOutput) SetOutput(v string)
- func (o *TestOutput) SetRequestSent(v string)
- func (o *TestOutput) SetResponseCode(v string)
- func (o *TestOutput) SetResponseTime(v string)
- func (o *TestOutput) SetStatus(v string)
- func (o TestOutput) ToMap() (map[string]interface{}, error)
- type TestWebhookRequest
- func (o *TestWebhookRequest) GetNotification() CustomNotification
- func (o *TestWebhookRequest) GetNotificationOk() (*CustomNotification, bool)
- func (o *TestWebhookRequest) GetTypes() []string
- func (o *TestWebhookRequest) GetTypesOk() ([]string, bool)
- func (o *TestWebhookRequest) HasNotification() bool
- func (o *TestWebhookRequest) HasTypes() bool
- func (o TestWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *TestWebhookRequest) SetNotification(v CustomNotification)
- func (o *TestWebhookRequest) SetTypes(v []string)
- func (o TestWebhookRequest) ToMap() (map[string]interface{}, error)
- type TestWebhookResponse
- func (o *TestWebhookResponse) GetData() []TestOutput
- func (o *TestWebhookResponse) GetDataOk() ([]TestOutput, bool)
- func (o *TestWebhookResponse) HasData() bool
- func (o TestWebhookResponse) MarshalJSON() ([]byte, error)
- func (o *TestWebhookResponse) SetData(v []TestOutput)
- func (o TestWebhookResponse) ToMap() (map[string]interface{}, error)
- type Timeouts
- func (o *Timeouts) GetFromActiveToSleep() int32
- func (o *Timeouts) GetFromActiveToSleepOk() (*int32, bool)
- func (o *Timeouts) HasFromActiveToSleep() bool
- func (o Timeouts) MarshalJSON() ([]byte, error)
- func (o *Timeouts) SetFromActiveToSleep(v int32)
- func (o Timeouts) ToMap() (map[string]interface{}, error)
- type TransactionDescriptionInfo
- func (o *TransactionDescriptionInfo) GetDoingBusinessAsName() string
- func (o *TransactionDescriptionInfo) GetDoingBusinessAsNameOk() (*string, bool)
- func (o *TransactionDescriptionInfo) GetType() string
- func (o *TransactionDescriptionInfo) GetTypeOk() (*string, bool)
- func (o *TransactionDescriptionInfo) HasDoingBusinessAsName() bool
- func (o *TransactionDescriptionInfo) HasType() bool
- func (o TransactionDescriptionInfo) MarshalJSON() ([]byte, error)
- func (o *TransactionDescriptionInfo) SetDoingBusinessAsName(v string)
- func (o *TransactionDescriptionInfo) SetType(v string)
- func (o TransactionDescriptionInfo) ToMap() (map[string]interface{}, error)
- type TwintInfo
- type UninstallAndroidAppDetails
- func (o *UninstallAndroidAppDetails) GetAppId() string
- func (o *UninstallAndroidAppDetails) GetAppIdOk() (*string, bool)
- func (o *UninstallAndroidAppDetails) GetType() string
- func (o *UninstallAndroidAppDetails) GetTypeOk() (*string, bool)
- func (o *UninstallAndroidAppDetails) HasAppId() bool
- func (o *UninstallAndroidAppDetails) HasType() bool
- func (o UninstallAndroidAppDetails) MarshalJSON() ([]byte, error)
- func (o *UninstallAndroidAppDetails) SetAppId(v string)
- func (o *UninstallAndroidAppDetails) SetType(v string)
- func (o UninstallAndroidAppDetails) ToMap() (map[string]interface{}, error)
- type UninstallAndroidCertificateDetails
- func (o *UninstallAndroidCertificateDetails) GetCertificateId() string
- func (o *UninstallAndroidCertificateDetails) GetCertificateIdOk() (*string, bool)
- func (o *UninstallAndroidCertificateDetails) GetType() string
- func (o *UninstallAndroidCertificateDetails) GetTypeOk() (*string, bool)
- func (o *UninstallAndroidCertificateDetails) HasCertificateId() bool
- func (o *UninstallAndroidCertificateDetails) HasType() bool
- func (o UninstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
- func (o *UninstallAndroidCertificateDetails) SetCertificateId(v string)
- func (o *UninstallAndroidCertificateDetails) SetType(v string)
- func (o UninstallAndroidCertificateDetails) ToMap() (map[string]interface{}, error)
- type UpdatableAddress
- func (o *UpdatableAddress) GetCity() string
- func (o *UpdatableAddress) GetCityOk() (*string, bool)
- func (o *UpdatableAddress) GetLine1() string
- func (o *UpdatableAddress) GetLine1Ok() (*string, bool)
- func (o *UpdatableAddress) GetLine2() string
- func (o *UpdatableAddress) GetLine2Ok() (*string, bool)
- func (o *UpdatableAddress) GetLine3() string
- func (o *UpdatableAddress) GetLine3Ok() (*string, bool)
- func (o *UpdatableAddress) GetPostalCode() string
- func (o *UpdatableAddress) GetPostalCodeOk() (*string, bool)
- func (o *UpdatableAddress) GetStateOrProvince() string
- func (o *UpdatableAddress) GetStateOrProvinceOk() (*string, bool)
- func (o *UpdatableAddress) HasCity() bool
- func (o *UpdatableAddress) HasLine1() bool
- func (o *UpdatableAddress) HasLine2() bool
- func (o *UpdatableAddress) HasLine3() bool
- func (o *UpdatableAddress) HasPostalCode() bool
- func (o *UpdatableAddress) HasStateOrProvince() bool
- func (o UpdatableAddress) MarshalJSON() ([]byte, error)
- func (o *UpdatableAddress) SetCity(v string)
- func (o *UpdatableAddress) SetLine1(v string)
- func (o *UpdatableAddress) SetLine2(v string)
- func (o *UpdatableAddress) SetLine3(v string)
- func (o *UpdatableAddress) SetPostalCode(v string)
- func (o *UpdatableAddress) SetStateOrProvince(v string)
- func (o UpdatableAddress) ToMap() (map[string]interface{}, error)
- type UpdateCompanyApiCredentialRequest
- func (o *UpdateCompanyApiCredentialRequest) GetActive() bool
- func (o *UpdateCompanyApiCredentialRequest) GetActiveOk() (*bool, bool)
- func (o *UpdateCompanyApiCredentialRequest) GetAllowedOrigins() []string
- func (o *UpdateCompanyApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
- func (o *UpdateCompanyApiCredentialRequest) GetAssociatedMerchantAccounts() []string
- func (o *UpdateCompanyApiCredentialRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *UpdateCompanyApiCredentialRequest) GetDescription() string
- func (o *UpdateCompanyApiCredentialRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateCompanyApiCredentialRequest) GetRoles() []string
- func (o *UpdateCompanyApiCredentialRequest) GetRolesOk() ([]string, bool)
- func (o *UpdateCompanyApiCredentialRequest) HasActive() bool
- func (o *UpdateCompanyApiCredentialRequest) HasAllowedOrigins() bool
- func (o *UpdateCompanyApiCredentialRequest) HasAssociatedMerchantAccounts() bool
- func (o *UpdateCompanyApiCredentialRequest) HasDescription() bool
- func (o *UpdateCompanyApiCredentialRequest) HasRoles() bool
- func (o UpdateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateCompanyApiCredentialRequest) SetActive(v bool)
- func (o *UpdateCompanyApiCredentialRequest) SetAllowedOrigins(v []string)
- func (o *UpdateCompanyApiCredentialRequest) SetAssociatedMerchantAccounts(v []string)
- func (o *UpdateCompanyApiCredentialRequest) SetDescription(v string)
- func (o *UpdateCompanyApiCredentialRequest) SetRoles(v []string)
- func (o UpdateCompanyApiCredentialRequest) ToMap() (map[string]interface{}, error)
- type UpdateCompanyUserRequest
- func (o *UpdateCompanyUserRequest) GetAccountGroups() []string
- func (o *UpdateCompanyUserRequest) GetAccountGroupsOk() ([]string, bool)
- func (o *UpdateCompanyUserRequest) GetActive() bool
- func (o *UpdateCompanyUserRequest) GetActiveOk() (*bool, bool)
- func (o *UpdateCompanyUserRequest) GetAssociatedMerchantAccounts() []string
- func (o *UpdateCompanyUserRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
- func (o *UpdateCompanyUserRequest) GetEmail() string
- func (o *UpdateCompanyUserRequest) GetEmailOk() (*string, bool)
- func (o *UpdateCompanyUserRequest) GetName() Name2
- func (o *UpdateCompanyUserRequest) GetNameOk() (*Name2, bool)
- func (o *UpdateCompanyUserRequest) GetRoles() []string
- func (o *UpdateCompanyUserRequest) GetRolesOk() ([]string, bool)
- func (o *UpdateCompanyUserRequest) GetTimeZoneCode() string
- func (o *UpdateCompanyUserRequest) GetTimeZoneCodeOk() (*string, bool)
- func (o *UpdateCompanyUserRequest) HasAccountGroups() bool
- func (o *UpdateCompanyUserRequest) HasActive() bool
- func (o *UpdateCompanyUserRequest) HasAssociatedMerchantAccounts() bool
- func (o *UpdateCompanyUserRequest) HasEmail() bool
- func (o *UpdateCompanyUserRequest) HasName() bool
- func (o *UpdateCompanyUserRequest) HasRoles() bool
- func (o *UpdateCompanyUserRequest) HasTimeZoneCode() bool
- func (o UpdateCompanyUserRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateCompanyUserRequest) SetAccountGroups(v []string)
- func (o *UpdateCompanyUserRequest) SetActive(v bool)
- func (o *UpdateCompanyUserRequest) SetAssociatedMerchantAccounts(v []string)
- func (o *UpdateCompanyUserRequest) SetEmail(v string)
- func (o *UpdateCompanyUserRequest) SetName(v Name2)
- func (o *UpdateCompanyUserRequest) SetRoles(v []string)
- func (o *UpdateCompanyUserRequest) SetTimeZoneCode(v string)
- func (o UpdateCompanyUserRequest) ToMap() (map[string]interface{}, error)
- type UpdateCompanyWebhookRequest
- func (o *UpdateCompanyWebhookRequest) GetAcceptsExpiredCertificate() bool
- func (o *UpdateCompanyWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
- func (o *UpdateCompanyWebhookRequest) GetAcceptsSelfSignedCertificate() bool
- func (o *UpdateCompanyWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
- func (o *UpdateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
- func (o *UpdateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
- func (o *UpdateCompanyWebhookRequest) GetActive() bool
- func (o *UpdateCompanyWebhookRequest) GetActiveOk() (*bool, bool)
- func (o *UpdateCompanyWebhookRequest) GetAdditionalSettings() AdditionalSettings
- func (o *UpdateCompanyWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
- func (o *UpdateCompanyWebhookRequest) GetCommunicationFormat() string
- func (o *UpdateCompanyWebhookRequest) GetCommunicationFormatOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) GetDescription() string
- func (o *UpdateCompanyWebhookRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) GetEncryptionProtocol() string
- func (o *UpdateCompanyWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccountType() string
- func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccountTypeOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccounts() []string
- func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccountsOk() ([]string, bool)
- func (o *UpdateCompanyWebhookRequest) GetNetworkType() string
- func (o *UpdateCompanyWebhookRequest) GetNetworkTypeOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) GetPassword() string
- func (o *UpdateCompanyWebhookRequest) GetPasswordOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) GetPopulateSoapActionHeader() bool
- func (o *UpdateCompanyWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
- func (o *UpdateCompanyWebhookRequest) GetUrl() string
- func (o *UpdateCompanyWebhookRequest) GetUrlOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) GetUsername() string
- func (o *UpdateCompanyWebhookRequest) GetUsernameOk() (*string, bool)
- func (o *UpdateCompanyWebhookRequest) HasAcceptsExpiredCertificate() bool
- func (o *UpdateCompanyWebhookRequest) HasAcceptsSelfSignedCertificate() bool
- func (o *UpdateCompanyWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
- func (o *UpdateCompanyWebhookRequest) HasActive() bool
- func (o *UpdateCompanyWebhookRequest) HasAdditionalSettings() bool
- func (o *UpdateCompanyWebhookRequest) HasCommunicationFormat() bool
- func (o *UpdateCompanyWebhookRequest) HasDescription() bool
- func (o *UpdateCompanyWebhookRequest) HasEncryptionProtocol() bool
- func (o *UpdateCompanyWebhookRequest) HasFilterMerchantAccountType() bool
- func (o *UpdateCompanyWebhookRequest) HasFilterMerchantAccounts() bool
- func (o *UpdateCompanyWebhookRequest) HasNetworkType() bool
- func (o *UpdateCompanyWebhookRequest) HasPassword() bool
- func (o *UpdateCompanyWebhookRequest) HasPopulateSoapActionHeader() bool
- func (o *UpdateCompanyWebhookRequest) HasUrl() bool
- func (o *UpdateCompanyWebhookRequest) HasUsername() bool
- func (o UpdateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateCompanyWebhookRequest) SetAcceptsExpiredCertificate(v bool)
- func (o *UpdateCompanyWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
- func (o *UpdateCompanyWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
- func (o *UpdateCompanyWebhookRequest) SetActive(v bool)
- func (o *UpdateCompanyWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
- func (o *UpdateCompanyWebhookRequest) SetCommunicationFormat(v string)
- func (o *UpdateCompanyWebhookRequest) SetDescription(v string)
- func (o *UpdateCompanyWebhookRequest) SetEncryptionProtocol(v string)
- func (o *UpdateCompanyWebhookRequest) SetFilterMerchantAccountType(v string)
- func (o *UpdateCompanyWebhookRequest) SetFilterMerchantAccounts(v []string)
- func (o *UpdateCompanyWebhookRequest) SetNetworkType(v string)
- func (o *UpdateCompanyWebhookRequest) SetPassword(v string)
- func (o *UpdateCompanyWebhookRequest) SetPopulateSoapActionHeader(v bool)
- func (o *UpdateCompanyWebhookRequest) SetUrl(v string)
- func (o *UpdateCompanyWebhookRequest) SetUsername(v string)
- func (o UpdateCompanyWebhookRequest) ToMap() (map[string]interface{}, error)
- type UpdateMerchantApiCredentialRequest
- func (o *UpdateMerchantApiCredentialRequest) GetActive() bool
- func (o *UpdateMerchantApiCredentialRequest) GetActiveOk() (*bool, bool)
- func (o *UpdateMerchantApiCredentialRequest) GetAllowedOrigins() []string
- func (o *UpdateMerchantApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
- func (o *UpdateMerchantApiCredentialRequest) GetDescription() string
- func (o *UpdateMerchantApiCredentialRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateMerchantApiCredentialRequest) GetRoles() []string
- func (o *UpdateMerchantApiCredentialRequest) GetRolesOk() ([]string, bool)
- func (o *UpdateMerchantApiCredentialRequest) HasActive() bool
- func (o *UpdateMerchantApiCredentialRequest) HasAllowedOrigins() bool
- func (o *UpdateMerchantApiCredentialRequest) HasDescription() bool
- func (o *UpdateMerchantApiCredentialRequest) HasRoles() bool
- func (o UpdateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateMerchantApiCredentialRequest) SetActive(v bool)
- func (o *UpdateMerchantApiCredentialRequest) SetAllowedOrigins(v []string)
- func (o *UpdateMerchantApiCredentialRequest) SetDescription(v string)
- func (o *UpdateMerchantApiCredentialRequest) SetRoles(v []string)
- func (o UpdateMerchantApiCredentialRequest) ToMap() (map[string]interface{}, error)
- type UpdateMerchantUserRequest
- func (o *UpdateMerchantUserRequest) GetAccountGroups() []string
- func (o *UpdateMerchantUserRequest) GetAccountGroupsOk() ([]string, bool)
- func (o *UpdateMerchantUserRequest) GetActive() bool
- func (o *UpdateMerchantUserRequest) GetActiveOk() (*bool, bool)
- func (o *UpdateMerchantUserRequest) GetEmail() string
- func (o *UpdateMerchantUserRequest) GetEmailOk() (*string, bool)
- func (o *UpdateMerchantUserRequest) GetName() Name2
- func (o *UpdateMerchantUserRequest) GetNameOk() (*Name2, bool)
- func (o *UpdateMerchantUserRequest) GetRoles() []string
- func (o *UpdateMerchantUserRequest) GetRolesOk() ([]string, bool)
- func (o *UpdateMerchantUserRequest) GetTimeZoneCode() string
- func (o *UpdateMerchantUserRequest) GetTimeZoneCodeOk() (*string, bool)
- func (o *UpdateMerchantUserRequest) HasAccountGroups() bool
- func (o *UpdateMerchantUserRequest) HasActive() bool
- func (o *UpdateMerchantUserRequest) HasEmail() bool
- func (o *UpdateMerchantUserRequest) HasName() bool
- func (o *UpdateMerchantUserRequest) HasRoles() bool
- func (o *UpdateMerchantUserRequest) HasTimeZoneCode() bool
- func (o UpdateMerchantUserRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateMerchantUserRequest) SetAccountGroups(v []string)
- func (o *UpdateMerchantUserRequest) SetActive(v bool)
- func (o *UpdateMerchantUserRequest) SetEmail(v string)
- func (o *UpdateMerchantUserRequest) SetName(v Name2)
- func (o *UpdateMerchantUserRequest) SetRoles(v []string)
- func (o *UpdateMerchantUserRequest) SetTimeZoneCode(v string)
- func (o UpdateMerchantUserRequest) ToMap() (map[string]interface{}, error)
- type UpdateMerchantWebhookRequest
- func (o *UpdateMerchantWebhookRequest) GetAcceptsExpiredCertificate() bool
- func (o *UpdateMerchantWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
- func (o *UpdateMerchantWebhookRequest) GetAcceptsSelfSignedCertificate() bool
- func (o *UpdateMerchantWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
- func (o *UpdateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
- func (o *UpdateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
- func (o *UpdateMerchantWebhookRequest) GetActive() bool
- func (o *UpdateMerchantWebhookRequest) GetActiveOk() (*bool, bool)
- func (o *UpdateMerchantWebhookRequest) GetAdditionalSettings() AdditionalSettings
- func (o *UpdateMerchantWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
- func (o *UpdateMerchantWebhookRequest) GetCommunicationFormat() string
- func (o *UpdateMerchantWebhookRequest) GetCommunicationFormatOk() (*string, bool)
- func (o *UpdateMerchantWebhookRequest) GetDescription() string
- func (o *UpdateMerchantWebhookRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateMerchantWebhookRequest) GetEncryptionProtocol() string
- func (o *UpdateMerchantWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
- func (o *UpdateMerchantWebhookRequest) GetNetworkType() string
- func (o *UpdateMerchantWebhookRequest) GetNetworkTypeOk() (*string, bool)
- func (o *UpdateMerchantWebhookRequest) GetPassword() string
- func (o *UpdateMerchantWebhookRequest) GetPasswordOk() (*string, bool)
- func (o *UpdateMerchantWebhookRequest) GetPopulateSoapActionHeader() bool
- func (o *UpdateMerchantWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
- func (o *UpdateMerchantWebhookRequest) GetUrl() string
- func (o *UpdateMerchantWebhookRequest) GetUrlOk() (*string, bool)
- func (o *UpdateMerchantWebhookRequest) GetUsername() string
- func (o *UpdateMerchantWebhookRequest) GetUsernameOk() (*string, bool)
- func (o *UpdateMerchantWebhookRequest) HasAcceptsExpiredCertificate() bool
- func (o *UpdateMerchantWebhookRequest) HasAcceptsSelfSignedCertificate() bool
- func (o *UpdateMerchantWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
- func (o *UpdateMerchantWebhookRequest) HasActive() bool
- func (o *UpdateMerchantWebhookRequest) HasAdditionalSettings() bool
- func (o *UpdateMerchantWebhookRequest) HasCommunicationFormat() bool
- func (o *UpdateMerchantWebhookRequest) HasDescription() bool
- func (o *UpdateMerchantWebhookRequest) HasEncryptionProtocol() bool
- func (o *UpdateMerchantWebhookRequest) HasNetworkType() bool
- func (o *UpdateMerchantWebhookRequest) HasPassword() bool
- func (o *UpdateMerchantWebhookRequest) HasPopulateSoapActionHeader() bool
- func (o *UpdateMerchantWebhookRequest) HasUrl() bool
- func (o *UpdateMerchantWebhookRequest) HasUsername() bool
- func (o UpdateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateMerchantWebhookRequest) SetAcceptsExpiredCertificate(v bool)
- func (o *UpdateMerchantWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
- func (o *UpdateMerchantWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
- func (o *UpdateMerchantWebhookRequest) SetActive(v bool)
- func (o *UpdateMerchantWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
- func (o *UpdateMerchantWebhookRequest) SetCommunicationFormat(v string)
- func (o *UpdateMerchantWebhookRequest) SetDescription(v string)
- func (o *UpdateMerchantWebhookRequest) SetEncryptionProtocol(v string)
- func (o *UpdateMerchantWebhookRequest) SetNetworkType(v string)
- func (o *UpdateMerchantWebhookRequest) SetPassword(v string)
- func (o *UpdateMerchantWebhookRequest) SetPopulateSoapActionHeader(v bool)
- func (o *UpdateMerchantWebhookRequest) SetUrl(v string)
- func (o *UpdateMerchantWebhookRequest) SetUsername(v string)
- func (o UpdateMerchantWebhookRequest) ToMap() (map[string]interface{}, error)
- type UpdatePaymentMethodInfo
- func (o *UpdatePaymentMethodInfo) GetBcmc() BcmcInfo
- func (o *UpdatePaymentMethodInfo) GetBcmcOk() (*BcmcInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetCartesBancaires() CartesBancairesInfo
- func (o *UpdatePaymentMethodInfo) GetCartesBancairesOk() (*CartesBancairesInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetCountries() []string
- func (o *UpdatePaymentMethodInfo) GetCountriesOk() ([]string, bool)
- func (o *UpdatePaymentMethodInfo) GetCup() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetCupOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetCurrencies() []string
- func (o *UpdatePaymentMethodInfo) GetCurrenciesOk() ([]string, bool)
- func (o *UpdatePaymentMethodInfo) GetDiners() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetDinersOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetDiscover() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetDiscoverOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetEftposAustralia() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetEftposAustraliaOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetEnabled() bool
- func (o *UpdatePaymentMethodInfo) GetEnabledOk() (*bool, bool)
- func (o *UpdatePaymentMethodInfo) GetGirocard() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetGirocardOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetIdeal() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetIdealOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetInteracCard() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetInteracCardOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetJcb() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetJcbOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetMaestro() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetMaestroOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetMc() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetMcOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) GetStoreIds() []string
- func (o *UpdatePaymentMethodInfo) GetStoreIdsOk() ([]string, bool)
- func (o *UpdatePaymentMethodInfo) GetVisa() GenericPmWithTdiInfo
- func (o *UpdatePaymentMethodInfo) GetVisaOk() (*GenericPmWithTdiInfo, bool)
- func (o *UpdatePaymentMethodInfo) HasBcmc() bool
- func (o *UpdatePaymentMethodInfo) HasCartesBancaires() bool
- func (o *UpdatePaymentMethodInfo) HasCountries() bool
- func (o *UpdatePaymentMethodInfo) HasCup() bool
- func (o *UpdatePaymentMethodInfo) HasCurrencies() bool
- func (o *UpdatePaymentMethodInfo) HasDiners() bool
- func (o *UpdatePaymentMethodInfo) HasDiscover() bool
- func (o *UpdatePaymentMethodInfo) HasEftposAustralia() bool
- func (o *UpdatePaymentMethodInfo) HasEnabled() bool
- func (o *UpdatePaymentMethodInfo) HasGirocard() bool
- func (o *UpdatePaymentMethodInfo) HasIdeal() bool
- func (o *UpdatePaymentMethodInfo) HasInteracCard() bool
- func (o *UpdatePaymentMethodInfo) HasJcb() bool
- func (o *UpdatePaymentMethodInfo) HasMaestro() bool
- func (o *UpdatePaymentMethodInfo) HasMc() bool
- func (o *UpdatePaymentMethodInfo) HasStoreIds() bool
- func (o *UpdatePaymentMethodInfo) HasVisa() bool
- func (o UpdatePaymentMethodInfo) MarshalJSON() ([]byte, error)
- func (o *UpdatePaymentMethodInfo) SetBcmc(v BcmcInfo)
- func (o *UpdatePaymentMethodInfo) SetCartesBancaires(v CartesBancairesInfo)
- func (o *UpdatePaymentMethodInfo) SetCountries(v []string)
- func (o *UpdatePaymentMethodInfo) SetCup(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetCurrencies(v []string)
- func (o *UpdatePaymentMethodInfo) SetDiners(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetDiscover(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetEftposAustralia(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetEnabled(v bool)
- func (o *UpdatePaymentMethodInfo) SetGirocard(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetIdeal(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetInteracCard(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetJcb(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetMaestro(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetMc(v GenericPmWithTdiInfo)
- func (o *UpdatePaymentMethodInfo) SetStoreIds(v []string)
- func (o *UpdatePaymentMethodInfo) SetVisa(v GenericPmWithTdiInfo)
- func (o UpdatePaymentMethodInfo) ToMap() (map[string]interface{}, error)
- type UpdatePayoutSettingsRequest
- func (o *UpdatePayoutSettingsRequest) GetEnabled() bool
- func (o *UpdatePayoutSettingsRequest) GetEnabledOk() (*bool, bool)
- func (o *UpdatePayoutSettingsRequest) HasEnabled() bool
- func (o UpdatePayoutSettingsRequest) MarshalJSON() ([]byte, error)
- func (o *UpdatePayoutSettingsRequest) SetEnabled(v bool)
- func (o UpdatePayoutSettingsRequest) ToMap() (map[string]interface{}, error)
- type UpdateSplitConfigurationLogicRequest
- func (o *UpdateSplitConfigurationLogicRequest) GetAcquiringFees() string
- func (o *UpdateSplitConfigurationLogicRequest) GetAcquiringFeesOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetAdditionalCommission() AdditionalCommission
- func (o *UpdateSplitConfigurationLogicRequest) GetAdditionalCommissionOk() (*AdditionalCommission, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetAdyenCommission() string
- func (o *UpdateSplitConfigurationLogicRequest) GetAdyenCommissionOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetAdyenFees() string
- func (o *UpdateSplitConfigurationLogicRequest) GetAdyenFeesOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetAdyenMarkup() string
- func (o *UpdateSplitConfigurationLogicRequest) GetAdyenMarkupOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetChargeback() string
- func (o *UpdateSplitConfigurationLogicRequest) GetChargebackCostAllocation() string
- func (o *UpdateSplitConfigurationLogicRequest) GetChargebackCostAllocationOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetChargebackOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetCommission() Commission
- func (o *UpdateSplitConfigurationLogicRequest) GetCommissionOk() (*Commission, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetInterchange() string
- func (o *UpdateSplitConfigurationLogicRequest) GetInterchangeOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetPaymentFee() string
- func (o *UpdateSplitConfigurationLogicRequest) GetPaymentFeeOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetRemainder() string
- func (o *UpdateSplitConfigurationLogicRequest) GetRemainderOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetSchemeFee() string
- func (o *UpdateSplitConfigurationLogicRequest) GetSchemeFeeOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetSplitLogicId() string
- func (o *UpdateSplitConfigurationLogicRequest) GetSplitLogicIdOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetSurcharge() string
- func (o *UpdateSplitConfigurationLogicRequest) GetSurchargeOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) GetTip() string
- func (o *UpdateSplitConfigurationLogicRequest) GetTipOk() (*string, bool)
- func (o *UpdateSplitConfigurationLogicRequest) HasAcquiringFees() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasAdditionalCommission() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasAdyenCommission() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasAdyenFees() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasAdyenMarkup() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasChargeback() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasChargebackCostAllocation() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasInterchange() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasPaymentFee() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasRemainder() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasSchemeFee() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasSplitLogicId() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasSurcharge() bool
- func (o *UpdateSplitConfigurationLogicRequest) HasTip() bool
- func (o UpdateSplitConfigurationLogicRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateSplitConfigurationLogicRequest) SetAcquiringFees(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetAdditionalCommission(v AdditionalCommission)
- func (o *UpdateSplitConfigurationLogicRequest) SetAdyenCommission(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetAdyenFees(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetAdyenMarkup(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetChargeback(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetChargebackCostAllocation(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetCommission(v Commission)
- func (o *UpdateSplitConfigurationLogicRequest) SetInterchange(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetPaymentFee(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetRemainder(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetSchemeFee(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetSplitLogicId(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetSurcharge(v string)
- func (o *UpdateSplitConfigurationLogicRequest) SetTip(v string)
- func (o UpdateSplitConfigurationLogicRequest) ToMap() (map[string]interface{}, error)
- type UpdateSplitConfigurationRequest
- func (o *UpdateSplitConfigurationRequest) GetDescription() string
- func (o *UpdateSplitConfigurationRequest) GetDescriptionOk() (*string, bool)
- func (o UpdateSplitConfigurationRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateSplitConfigurationRequest) SetDescription(v string)
- func (o UpdateSplitConfigurationRequest) ToMap() (map[string]interface{}, error)
- type UpdateSplitConfigurationRuleRequest
- func (o *UpdateSplitConfigurationRuleRequest) GetCurrency() string
- func (o *UpdateSplitConfigurationRuleRequest) GetCurrencyOk() (*string, bool)
- func (o *UpdateSplitConfigurationRuleRequest) GetFundingSource() string
- func (o *UpdateSplitConfigurationRuleRequest) GetFundingSourceOk() (*string, bool)
- func (o *UpdateSplitConfigurationRuleRequest) GetPaymentMethod() string
- func (o *UpdateSplitConfigurationRuleRequest) GetPaymentMethodOk() (*string, bool)
- func (o *UpdateSplitConfigurationRuleRequest) GetShopperInteraction() string
- func (o *UpdateSplitConfigurationRuleRequest) GetShopperInteractionOk() (*string, bool)
- func (o *UpdateSplitConfigurationRuleRequest) HasFundingSource() bool
- func (o UpdateSplitConfigurationRuleRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateSplitConfigurationRuleRequest) SetCurrency(v string)
- func (o *UpdateSplitConfigurationRuleRequest) SetFundingSource(v string)
- func (o *UpdateSplitConfigurationRuleRequest) SetPaymentMethod(v string)
- func (o *UpdateSplitConfigurationRuleRequest) SetShopperInteraction(v string)
- func (o UpdateSplitConfigurationRuleRequest) ToMap() (map[string]interface{}, error)
- type UpdateStoreRequest
- func (o *UpdateStoreRequest) GetAddress() UpdatableAddress
- func (o *UpdateStoreRequest) GetAddressOk() (*UpdatableAddress, bool)
- func (o *UpdateStoreRequest) GetBusinessLineIds() []string
- func (o *UpdateStoreRequest) GetBusinessLineIdsOk() ([]string, bool)
- func (o *UpdateStoreRequest) GetDescription() string
- func (o *UpdateStoreRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateStoreRequest) GetExternalReferenceId() string
- func (o *UpdateStoreRequest) GetExternalReferenceIdOk() (*string, bool)
- func (o *UpdateStoreRequest) GetSplitConfiguration() StoreSplitConfiguration
- func (o *UpdateStoreRequest) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
- func (o *UpdateStoreRequest) GetStatus() string
- func (o *UpdateStoreRequest) GetStatusOk() (*string, bool)
- func (o *UpdateStoreRequest) HasAddress() bool
- func (o *UpdateStoreRequest) HasBusinessLineIds() bool
- func (o *UpdateStoreRequest) HasDescription() bool
- func (o *UpdateStoreRequest) HasExternalReferenceId() bool
- func (o *UpdateStoreRequest) HasSplitConfiguration() bool
- func (o *UpdateStoreRequest) HasStatus() bool
- func (o UpdateStoreRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateStoreRequest) SetAddress(v UpdatableAddress)
- func (o *UpdateStoreRequest) SetBusinessLineIds(v []string)
- func (o *UpdateStoreRequest) SetDescription(v string)
- func (o *UpdateStoreRequest) SetExternalReferenceId(v string)
- func (o *UpdateStoreRequest) SetSplitConfiguration(v StoreSplitConfiguration)
- func (o *UpdateStoreRequest) SetStatus(v string)
- func (o UpdateStoreRequest) ToMap() (map[string]interface{}, error)
- type UploadAndroidAppResponse
- func (o *UploadAndroidAppResponse) GetId() string
- func (o *UploadAndroidAppResponse) GetIdOk() (*string, bool)
- func (o *UploadAndroidAppResponse) HasId() bool
- func (o UploadAndroidAppResponse) MarshalJSON() ([]byte, error)
- func (o *UploadAndroidAppResponse) SetId(v string)
- func (o UploadAndroidAppResponse) ToMap() (map[string]interface{}, error)
- type Url
- func (o *Url) GetEncrypted() bool
- func (o *Url) GetEncryptedOk() (*bool, bool)
- func (o *Url) GetPassword() string
- func (o *Url) GetPasswordOk() (*string, bool)
- func (o *Url) GetUrl() string
- func (o *Url) GetUrlOk() (*string, bool)
- func (o *Url) GetUsername() string
- func (o *Url) GetUsernameOk() (*string, bool)
- func (o *Url) HasEncrypted() bool
- func (o *Url) HasPassword() bool
- func (o *Url) HasUrl() bool
- func (o *Url) HasUsername() bool
- func (o Url) MarshalJSON() ([]byte, error)
- func (o *Url) SetEncrypted(v bool)
- func (o *Url) SetPassword(v string)
- func (o *Url) SetUrl(v string)
- func (o *Url) SetUsername(v string)
- func (o Url) ToMap() (map[string]interface{}, error)
- type User
- func (o *User) GetAccountGroups() []string
- func (o *User) GetAccountGroupsOk() ([]string, bool)
- func (o *User) GetActive() bool
- func (o *User) GetActiveOk() (*bool, bool)
- func (o *User) GetApps() []string
- func (o *User) GetAppsOk() ([]string, bool)
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetLinks() Links
- func (o *User) GetLinksOk() (*Links, bool)
- func (o *User) GetName() Name
- func (o *User) GetNameOk() (*Name, bool)
- func (o *User) GetRoles() []string
- func (o *User) GetRolesOk() ([]string, bool)
- func (o *User) GetTimeZoneCode() string
- func (o *User) GetTimeZoneCodeOk() (*string, bool)
- func (o *User) GetUsername() string
- func (o *User) GetUsernameOk() (*string, bool)
- func (o *User) HasAccountGroups() bool
- func (o *User) HasActive() bool
- func (o *User) HasApps() bool
- func (o *User) HasLinks() bool
- func (o *User) HasName() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetAccountGroups(v []string)
- func (o *User) SetActive(v bool)
- func (o *User) SetApps(v []string)
- func (o *User) SetEmail(v string)
- func (o *User) SetId(v string)
- func (o *User) SetLinks(v Links)
- func (o *User) SetName(v Name)
- func (o *User) SetRoles(v []string)
- func (o *User) SetTimeZoneCode(v string)
- func (o *User) SetUsername(v string)
- func (o User) ToMap() (map[string]interface{}, error)
- type UsersCompanyLevelApi
- func (a *UsersCompanyLevelApi) CreateNewUser(ctx context.Context, r UsersCompanyLevelApiCreateNewUserInput) (CreateCompanyUserResponse, *http.Response, error)
- func (a *UsersCompanyLevelApi) CreateNewUserInput(companyId string) UsersCompanyLevelApiCreateNewUserInput
- func (a *UsersCompanyLevelApi) GetUserDetails(ctx context.Context, r UsersCompanyLevelApiGetUserDetailsInput) (CompanyUser, *http.Response, error)
- func (a *UsersCompanyLevelApi) GetUserDetailsInput(companyId string, userId string) UsersCompanyLevelApiGetUserDetailsInput
- func (a *UsersCompanyLevelApi) ListUsers(ctx context.Context, r UsersCompanyLevelApiListUsersInput) (ListCompanyUsersResponse, *http.Response, error)
- func (a *UsersCompanyLevelApi) ListUsersInput(companyId string) UsersCompanyLevelApiListUsersInput
- func (a *UsersCompanyLevelApi) UpdateUserDetails(ctx context.Context, r UsersCompanyLevelApiUpdateUserDetailsInput) (CompanyUser, *http.Response, error)
- func (a *UsersCompanyLevelApi) UpdateUserDetailsInput(companyId string, userId string) UsersCompanyLevelApiUpdateUserDetailsInput
- type UsersCompanyLevelApiCreateNewUserInput
- type UsersCompanyLevelApiGetUserDetailsInput
- type UsersCompanyLevelApiListUsersInput
- func (r UsersCompanyLevelApiListUsersInput) PageNumber(pageNumber int32) UsersCompanyLevelApiListUsersInput
- func (r UsersCompanyLevelApiListUsersInput) PageSize(pageSize int32) UsersCompanyLevelApiListUsersInput
- func (r UsersCompanyLevelApiListUsersInput) Username(username string) UsersCompanyLevelApiListUsersInput
- type UsersCompanyLevelApiUpdateUserDetailsInput
- type UsersMerchantLevelApi
- func (a *UsersMerchantLevelApi) CreateNewUser(ctx context.Context, r UsersMerchantLevelApiCreateNewUserInput) (CreateUserResponse, *http.Response, error)
- func (a *UsersMerchantLevelApi) CreateNewUserInput(merchantId string) UsersMerchantLevelApiCreateNewUserInput
- func (a *UsersMerchantLevelApi) GetUserDetails(ctx context.Context, r UsersMerchantLevelApiGetUserDetailsInput) (User, *http.Response, error)
- func (a *UsersMerchantLevelApi) GetUserDetailsInput(merchantId string, userId string) UsersMerchantLevelApiGetUserDetailsInput
- func (a *UsersMerchantLevelApi) ListUsers(ctx context.Context, r UsersMerchantLevelApiListUsersInput) (ListMerchantUsersResponse, *http.Response, error)
- func (a *UsersMerchantLevelApi) ListUsersInput(merchantId string) UsersMerchantLevelApiListUsersInput
- func (a *UsersMerchantLevelApi) UpdateUser(ctx context.Context, r UsersMerchantLevelApiUpdateUserInput) (User, *http.Response, error)
- func (a *UsersMerchantLevelApi) UpdateUserInput(merchantId string, userId string) UsersMerchantLevelApiUpdateUserInput
- type UsersMerchantLevelApiCreateNewUserInput
- type UsersMerchantLevelApiGetUserDetailsInput
- type UsersMerchantLevelApiListUsersInput
- func (r UsersMerchantLevelApiListUsersInput) PageNumber(pageNumber int32) UsersMerchantLevelApiListUsersInput
- func (r UsersMerchantLevelApiListUsersInput) PageSize(pageSize int32) UsersMerchantLevelApiListUsersInput
- func (r UsersMerchantLevelApiListUsersInput) Username(username string) UsersMerchantLevelApiListUsersInput
- type UsersMerchantLevelApiUpdateUserInput
- type VippsInfo
- func (o *VippsInfo) GetLogo() string
- func (o *VippsInfo) GetLogoOk() (*string, bool)
- func (o *VippsInfo) GetSubscriptionCancelUrl() string
- func (o *VippsInfo) GetSubscriptionCancelUrlOk() (*string, bool)
- func (o *VippsInfo) HasSubscriptionCancelUrl() bool
- func (o VippsInfo) MarshalJSON() ([]byte, error)
- func (o *VippsInfo) SetLogo(v string)
- func (o *VippsInfo) SetSubscriptionCancelUrl(v string)
- func (o VippsInfo) ToMap() (map[string]interface{}, error)
- type Webhook
- func (o *Webhook) GetAcceptsExpiredCertificate() bool
- func (o *Webhook) GetAcceptsExpiredCertificateOk() (*bool, bool)
- func (o *Webhook) GetAcceptsSelfSignedCertificate() bool
- func (o *Webhook) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
- func (o *Webhook) GetAcceptsUntrustedRootCertificate() bool
- func (o *Webhook) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
- func (o *Webhook) GetAccountReference() string
- func (o *Webhook) GetAccountReferenceOk() (*string, bool)
- func (o *Webhook) GetActive() bool
- func (o *Webhook) GetActiveOk() (*bool, bool)
- func (o *Webhook) GetAdditionalSettings() AdditionalSettingsResponse
- func (o *Webhook) GetAdditionalSettingsOk() (*AdditionalSettingsResponse, bool)
- func (o *Webhook) GetCertificateAlias() string
- func (o *Webhook) GetCertificateAliasOk() (*string, bool)
- func (o *Webhook) GetCommunicationFormat() string
- func (o *Webhook) GetCommunicationFormatOk() (*string, bool)
- func (o *Webhook) GetDescription() string
- func (o *Webhook) GetDescriptionOk() (*string, bool)
- func (o *Webhook) GetEncryptionProtocol() string
- func (o *Webhook) GetEncryptionProtocolOk() (*string, bool)
- func (o *Webhook) GetFilterMerchantAccountType() string
- func (o *Webhook) GetFilterMerchantAccountTypeOk() (*string, bool)
- func (o *Webhook) GetFilterMerchantAccounts() []string
- func (o *Webhook) GetFilterMerchantAccountsOk() ([]string, bool)
- func (o *Webhook) GetHasError() bool
- func (o *Webhook) GetHasErrorOk() (*bool, bool)
- func (o *Webhook) GetHasPassword() bool
- func (o *Webhook) GetHasPasswordOk() (*bool, bool)
- func (o *Webhook) GetHmacKeyCheckValue() string
- func (o *Webhook) GetHmacKeyCheckValueOk() (*string, bool)
- func (o *Webhook) GetId() string
- func (o *Webhook) GetIdOk() (*string, bool)
- func (o *Webhook) GetLinks() WebhookLinks
- func (o *Webhook) GetLinksOk() (*WebhookLinks, bool)
- func (o *Webhook) GetNetworkType() string
- func (o *Webhook) GetNetworkTypeOk() (*string, bool)
- func (o *Webhook) GetPopulateSoapActionHeader() bool
- func (o *Webhook) GetPopulateSoapActionHeaderOk() (*bool, bool)
- func (o *Webhook) GetType() string
- func (o *Webhook) GetTypeOk() (*string, bool)
- func (o *Webhook) GetUrl() string
- func (o *Webhook) GetUrlOk() (*string, bool)
- func (o *Webhook) GetUsername() string
- func (o *Webhook) GetUsernameOk() (*string, bool)
- func (o *Webhook) HasAcceptsExpiredCertificate() bool
- func (o *Webhook) HasAcceptsSelfSignedCertificate() bool
- func (o *Webhook) HasAcceptsUntrustedRootCertificate() bool
- func (o *Webhook) HasAccountReference() bool
- func (o *Webhook) HasAdditionalSettings() bool
- func (o *Webhook) HasCertificateAlias() bool
- func (o *Webhook) HasDescription() bool
- func (o *Webhook) HasEncryptionProtocol() bool
- func (o *Webhook) HasFilterMerchantAccountType() bool
- func (o *Webhook) HasFilterMerchantAccounts() bool
- func (o *Webhook) HasHasError() bool
- func (o *Webhook) HasHasPassword() bool
- func (o *Webhook) HasHmacKeyCheckValue() bool
- func (o *Webhook) HasId() bool
- func (o *Webhook) HasLinks() bool
- func (o *Webhook) HasNetworkType() bool
- func (o *Webhook) HasPopulateSoapActionHeader() bool
- func (o *Webhook) HasUsername() bool
- func (o Webhook) MarshalJSON() ([]byte, error)
- func (o *Webhook) SetAcceptsExpiredCertificate(v bool)
- func (o *Webhook) SetAcceptsSelfSignedCertificate(v bool)
- func (o *Webhook) SetAcceptsUntrustedRootCertificate(v bool)
- func (o *Webhook) SetAccountReference(v string)
- func (o *Webhook) SetActive(v bool)
- func (o *Webhook) SetAdditionalSettings(v AdditionalSettingsResponse)
- func (o *Webhook) SetCertificateAlias(v string)
- func (o *Webhook) SetCommunicationFormat(v string)
- func (o *Webhook) SetDescription(v string)
- func (o *Webhook) SetEncryptionProtocol(v string)
- func (o *Webhook) SetFilterMerchantAccountType(v string)
- func (o *Webhook) SetFilterMerchantAccounts(v []string)
- func (o *Webhook) SetHasError(v bool)
- func (o *Webhook) SetHasPassword(v bool)
- func (o *Webhook) SetHmacKeyCheckValue(v string)
- func (o *Webhook) SetId(v string)
- func (o *Webhook) SetLinks(v WebhookLinks)
- func (o *Webhook) SetNetworkType(v string)
- func (o *Webhook) SetPopulateSoapActionHeader(v bool)
- func (o *Webhook) SetType(v string)
- func (o *Webhook) SetUrl(v string)
- func (o *Webhook) SetUsername(v string)
- func (o Webhook) ToMap() (map[string]interface{}, error)
- type WebhookLinks
- func (o *WebhookLinks) GetCompany() LinksElement
- func (o *WebhookLinks) GetCompanyOk() (*LinksElement, bool)
- func (o *WebhookLinks) GetGenerateHmac() LinksElement
- func (o *WebhookLinks) GetGenerateHmacOk() (*LinksElement, bool)
- func (o *WebhookLinks) GetMerchant() LinksElement
- func (o *WebhookLinks) GetMerchantOk() (*LinksElement, bool)
- func (o *WebhookLinks) GetSelf() LinksElement
- func (o *WebhookLinks) GetSelfOk() (*LinksElement, bool)
- func (o *WebhookLinks) GetTestWebhook() LinksElement
- func (o *WebhookLinks) GetTestWebhookOk() (*LinksElement, bool)
- func (o *WebhookLinks) HasCompany() bool
- func (o *WebhookLinks) HasMerchant() bool
- func (o WebhookLinks) MarshalJSON() ([]byte, error)
- func (o *WebhookLinks) SetCompany(v LinksElement)
- func (o *WebhookLinks) SetGenerateHmac(v LinksElement)
- func (o *WebhookLinks) SetMerchant(v LinksElement)
- func (o *WebhookLinks) SetSelf(v LinksElement)
- func (o *WebhookLinks) SetTestWebhook(v LinksElement)
- func (o WebhookLinks) ToMap() (map[string]interface{}, error)
- type WebhooksCompanyLevelApi
- func (a *WebhooksCompanyLevelApi) GenerateHmacKey(ctx context.Context, r WebhooksCompanyLevelApiGenerateHmacKeyInput) (GenerateHmacKeyResponse, *http.Response, error)
- func (a *WebhooksCompanyLevelApi) GenerateHmacKeyInput(companyId string, webhookId string) WebhooksCompanyLevelApiGenerateHmacKeyInput
- func (a *WebhooksCompanyLevelApi) GetWebhook(ctx context.Context, r WebhooksCompanyLevelApiGetWebhookInput) (Webhook, *http.Response, error)
- func (a *WebhooksCompanyLevelApi) GetWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiGetWebhookInput
- func (a *WebhooksCompanyLevelApi) ListAllWebhooks(ctx context.Context, r WebhooksCompanyLevelApiListAllWebhooksInput) (ListWebhooksResponse, *http.Response, error)
- func (a *WebhooksCompanyLevelApi) ListAllWebhooksInput(companyId string) WebhooksCompanyLevelApiListAllWebhooksInput
- func (a *WebhooksCompanyLevelApi) RemoveWebhook(ctx context.Context, r WebhooksCompanyLevelApiRemoveWebhookInput) (*http.Response, error)
- func (a *WebhooksCompanyLevelApi) RemoveWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiRemoveWebhookInput
- func (a *WebhooksCompanyLevelApi) SetUpWebhook(ctx context.Context, r WebhooksCompanyLevelApiSetUpWebhookInput) (Webhook, *http.Response, error)
- func (a *WebhooksCompanyLevelApi) SetUpWebhookInput(companyId string) WebhooksCompanyLevelApiSetUpWebhookInput
- func (a *WebhooksCompanyLevelApi) TestWebhook(ctx context.Context, r WebhooksCompanyLevelApiTestWebhookInput) (TestWebhookResponse, *http.Response, error)
- func (a *WebhooksCompanyLevelApi) TestWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiTestWebhookInput
- func (a *WebhooksCompanyLevelApi) UpdateWebhook(ctx context.Context, r WebhooksCompanyLevelApiUpdateWebhookInput) (Webhook, *http.Response, error)
- func (a *WebhooksCompanyLevelApi) UpdateWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiUpdateWebhookInput
- type WebhooksCompanyLevelApiGenerateHmacKeyInput
- type WebhooksCompanyLevelApiGetWebhookInput
- type WebhooksCompanyLevelApiListAllWebhooksInput
- type WebhooksCompanyLevelApiRemoveWebhookInput
- type WebhooksCompanyLevelApiSetUpWebhookInput
- type WebhooksCompanyLevelApiTestWebhookInput
- type WebhooksCompanyLevelApiUpdateWebhookInput
- type WebhooksMerchantLevelApi
- func (a *WebhooksMerchantLevelApi) GenerateHmacKey(ctx context.Context, r WebhooksMerchantLevelApiGenerateHmacKeyInput) (GenerateHmacKeyResponse, *http.Response, error)
- func (a *WebhooksMerchantLevelApi) GenerateHmacKeyInput(merchantId string, webhookId string) WebhooksMerchantLevelApiGenerateHmacKeyInput
- func (a *WebhooksMerchantLevelApi) GetWebhook(ctx context.Context, r WebhooksMerchantLevelApiGetWebhookInput) (Webhook, *http.Response, error)
- func (a *WebhooksMerchantLevelApi) GetWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiGetWebhookInput
- func (a *WebhooksMerchantLevelApi) ListAllWebhooks(ctx context.Context, r WebhooksMerchantLevelApiListAllWebhooksInput) (ListWebhooksResponse, *http.Response, error)
- func (a *WebhooksMerchantLevelApi) ListAllWebhooksInput(merchantId string) WebhooksMerchantLevelApiListAllWebhooksInput
- func (a *WebhooksMerchantLevelApi) RemoveWebhook(ctx context.Context, r WebhooksMerchantLevelApiRemoveWebhookInput) (*http.Response, error)
- func (a *WebhooksMerchantLevelApi) RemoveWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiRemoveWebhookInput
- func (a *WebhooksMerchantLevelApi) SetUpWebhook(ctx context.Context, r WebhooksMerchantLevelApiSetUpWebhookInput) (Webhook, *http.Response, error)
- func (a *WebhooksMerchantLevelApi) SetUpWebhookInput(merchantId string) WebhooksMerchantLevelApiSetUpWebhookInput
- func (a *WebhooksMerchantLevelApi) TestWebhook(ctx context.Context, r WebhooksMerchantLevelApiTestWebhookInput) (TestWebhookResponse, *http.Response, error)
- func (a *WebhooksMerchantLevelApi) TestWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiTestWebhookInput
- func (a *WebhooksMerchantLevelApi) UpdateWebhook(ctx context.Context, r WebhooksMerchantLevelApiUpdateWebhookInput) (Webhook, *http.Response, error)
- func (a *WebhooksMerchantLevelApi) UpdateWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiUpdateWebhookInput
- type WebhooksMerchantLevelApiGenerateHmacKeyInput
- type WebhooksMerchantLevelApiGetWebhookInput
- type WebhooksMerchantLevelApiListAllWebhooksInput
- type WebhooksMerchantLevelApiRemoveWebhookInput
- type WebhooksMerchantLevelApiSetUpWebhookInput
- type WebhooksMerchantLevelApiTestWebhookInput
- type WebhooksMerchantLevelApiUpdateWebhookInput
- type WifiProfiles
- func (o *WifiProfiles) GetProfiles() []Profile
- func (o *WifiProfiles) GetProfilesOk() ([]Profile, bool)
- func (o *WifiProfiles) GetSettings() Settings
- func (o *WifiProfiles) GetSettingsOk() (*Settings, bool)
- func (o *WifiProfiles) HasProfiles() bool
- func (o *WifiProfiles) HasSettings() bool
- func (o WifiProfiles) MarshalJSON() ([]byte, error)
- func (o *WifiProfiles) SetProfiles(v []Profile)
- func (o *WifiProfiles) SetSettings(v Settings)
- func (o WifiProfiles) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct { APICredentialsCompanyLevelApi *APICredentialsCompanyLevelApi APICredentialsMerchantLevelApi *APICredentialsMerchantLevelApi APIKeyCompanyLevelApi *APIKeyCompanyLevelApi APIKeyMerchantLevelApi *APIKeyMerchantLevelApi AccountCompanyLevelApi *AccountCompanyLevelApi AccountMerchantLevelApi *AccountMerchantLevelApi AccountStoreLevelApi *AccountStoreLevelApi AllowedOriginsCompanyLevelApi *AllowedOriginsCompanyLevelApi AllowedOriginsMerchantLevelApi *AllowedOriginsMerchantLevelApi AndroidFilesCompanyLevelApi *AndroidFilesCompanyLevelApi ClientKeyCompanyLevelApi *ClientKeyCompanyLevelApi ClientKeyMerchantLevelApi *ClientKeyMerchantLevelApi MyAPICredentialApi *MyAPICredentialApi PaymentMethodsMerchantLevelApi *PaymentMethodsMerchantLevelApi PayoutSettingsMerchantLevelApi *PayoutSettingsMerchantLevelApi SplitConfigurationMerchantLevelApi *SplitConfigurationMerchantLevelApi TerminalActionsCompanyLevelApi *TerminalActionsCompanyLevelApi TerminalActionsTerminalLevelApi *TerminalActionsTerminalLevelApi TerminalOrdersCompanyLevelApi *TerminalOrdersCompanyLevelApi TerminalOrdersMerchantLevelApi *TerminalOrdersMerchantLevelApi TerminalSettingsCompanyLevelApi *TerminalSettingsCompanyLevelApi TerminalSettingsMerchantLevelApi *TerminalSettingsMerchantLevelApi TerminalSettingsStoreLevelApi *TerminalSettingsStoreLevelApi TerminalSettingsTerminalLevelApi *TerminalSettingsTerminalLevelApi TerminalsTerminalLevelApi *TerminalsTerminalLevelApi UsersCompanyLevelApi *UsersCompanyLevelApi UsersMerchantLevelApi *UsersMerchantLevelApi WebhooksCompanyLevelApi *WebhooksCompanyLevelApi WebhooksMerchantLevelApi *WebhooksMerchantLevelApi // contains filtered or unexported fields }
APIClient manages communication with the Management API API v3 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
NewAPIClient creates a new API client.
type APICredentialsCompanyLevelApi ¶
APICredentialsCompanyLevelApi service
func (*APICredentialsCompanyLevelApi) CreateApiCredential ¶
func (a *APICredentialsCompanyLevelApi) CreateApiCredential(ctx context.Context, r APICredentialsCompanyLevelApiCreateApiCredentialInput) (CreateCompanyApiCredentialResponse, *http.Response, error)
CreateApiCredential Create an API credential.
Creates an [API credential](https://docs.adyen.com/development-resources/api-credentials) for the company account identified in the path. In the request, you can specify which merchant accounts the new API credential will have access to, as well as its roles and allowed origins.
The response includes several types of authentication details: * [API key](https://docs.adyen.com/development-resources/api-authentication#api-key-authentication): used for API request authentication. * [Client key](https://docs.adyen.com/development-resources/client-side-authentication#how-it-works): public key used for client-side authentication. * [Username and password](https://docs.adyen.com/development-resources/api-authentication#using-basic-authentication): used for basic authentication.
> Make sure you store the API key securely in your system. You won't be able to retrieve it later.
If your API key is lost or compromised, you need to [generate a new API key](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/companies/{companyId}/apiCredentials/{apiCredentialId}/generateApiKey).
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsCompanyLevelApiCreateApiCredentialInput - Request parameters, see CreateApiCredentialInput @return CreateCompanyApiCredentialResponse, *http.Response, error
func (*APICredentialsCompanyLevelApi) CreateApiCredentialInput ¶
func (a *APICredentialsCompanyLevelApi) CreateApiCredentialInput(companyId string) APICredentialsCompanyLevelApiCreateApiCredentialInput
Prepare a request for CreateApiCredential @param companyId The unique identifier of the company account. @return APICredentialsCompanyLevelApiCreateApiCredentialInput
func (*APICredentialsCompanyLevelApi) GetApiCredential ¶
func (a *APICredentialsCompanyLevelApi) GetApiCredential(ctx context.Context, r APICredentialsCompanyLevelApiGetApiCredentialInput) (CompanyApiCredential, *http.Response, error)
GetApiCredential Get an API credential
Returns the [API credential](https://docs.adyen.com/development-resources/api-credentials) identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsCompanyLevelApiGetApiCredentialInput - Request parameters, see GetApiCredentialInput @return CompanyApiCredential, *http.Response, error
func (*APICredentialsCompanyLevelApi) GetApiCredentialInput ¶
func (a *APICredentialsCompanyLevelApi) GetApiCredentialInput(companyId string, apiCredentialId string) APICredentialsCompanyLevelApiGetApiCredentialInput
Prepare a request for GetApiCredential @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential. @return APICredentialsCompanyLevelApiGetApiCredentialInput
func (*APICredentialsCompanyLevelApi) ListApiCredentials ¶
func (a *APICredentialsCompanyLevelApi) ListApiCredentials(ctx context.Context, r APICredentialsCompanyLevelApiListApiCredentialsInput) (ListCompanyApiCredentialsResponse, *http.Response, error)
ListApiCredentials Get a list of API credentials
Returns the list of [API credentials](https://docs.adyen.com/development-resources/api-credentials) for the company account. The list is grouped into pages as defined by the query parameters.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsCompanyLevelApiListApiCredentialsInput - Request parameters, see ListApiCredentialsInput @return ListCompanyApiCredentialsResponse, *http.Response, error
func (*APICredentialsCompanyLevelApi) ListApiCredentialsInput ¶
func (a *APICredentialsCompanyLevelApi) ListApiCredentialsInput(companyId string) APICredentialsCompanyLevelApiListApiCredentialsInput
Prepare a request for ListApiCredentials @param companyId The unique identifier of the company account. @return APICredentialsCompanyLevelApiListApiCredentialsInput
func (*APICredentialsCompanyLevelApi) UpdateApiCredential ¶
func (a *APICredentialsCompanyLevelApi) UpdateApiCredential(ctx context.Context, r APICredentialsCompanyLevelApiUpdateApiCredentialInput) (CompanyApiCredential, *http.Response, error)
UpdateApiCredential Update an API credential.
Changes the API credential's roles, merchant account access, or allowed origins. The request has the new values for the fields you want to change. The response contains the full updated API credential, including the new values from the request.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsCompanyLevelApiUpdateApiCredentialInput - Request parameters, see UpdateApiCredentialInput @return CompanyApiCredential, *http.Response, error
func (*APICredentialsCompanyLevelApi) UpdateApiCredentialInput ¶
func (a *APICredentialsCompanyLevelApi) UpdateApiCredentialInput(companyId string, apiCredentialId string) APICredentialsCompanyLevelApiUpdateApiCredentialInput
Prepare a request for UpdateApiCredential @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential. @return APICredentialsCompanyLevelApiUpdateApiCredentialInput
type APICredentialsCompanyLevelApiCreateApiCredentialInput ¶
type APICredentialsCompanyLevelApiCreateApiCredentialInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsCompanyLevelApi.CreateApiCredential
func (APICredentialsCompanyLevelApiCreateApiCredentialInput) CreateCompanyApiCredentialRequest ¶
func (r APICredentialsCompanyLevelApiCreateApiCredentialInput) CreateCompanyApiCredentialRequest(createCompanyApiCredentialRequest CreateCompanyApiCredentialRequest) APICredentialsCompanyLevelApiCreateApiCredentialInput
type APICredentialsCompanyLevelApiGetApiCredentialInput ¶
type APICredentialsCompanyLevelApiGetApiCredentialInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsCompanyLevelApi.GetApiCredential
type APICredentialsCompanyLevelApiListApiCredentialsInput ¶
type APICredentialsCompanyLevelApiListApiCredentialsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsCompanyLevelApi.ListApiCredentials
func (APICredentialsCompanyLevelApiListApiCredentialsInput) PageNumber ¶
func (r APICredentialsCompanyLevelApiListApiCredentialsInput) PageNumber(pageNumber int32) APICredentialsCompanyLevelApiListApiCredentialsInput
The number of the page to fetch.
func (APICredentialsCompanyLevelApiListApiCredentialsInput) PageSize ¶
func (r APICredentialsCompanyLevelApiListApiCredentialsInput) PageSize(pageSize int32) APICredentialsCompanyLevelApiListApiCredentialsInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
type APICredentialsCompanyLevelApiUpdateApiCredentialInput ¶
type APICredentialsCompanyLevelApiUpdateApiCredentialInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsCompanyLevelApi.UpdateApiCredential
func (APICredentialsCompanyLevelApiUpdateApiCredentialInput) UpdateCompanyApiCredentialRequest ¶
func (r APICredentialsCompanyLevelApiUpdateApiCredentialInput) UpdateCompanyApiCredentialRequest(updateCompanyApiCredentialRequest UpdateCompanyApiCredentialRequest) APICredentialsCompanyLevelApiUpdateApiCredentialInput
type APICredentialsMerchantLevelApi ¶
APICredentialsMerchantLevelApi service
func (*APICredentialsMerchantLevelApi) CreateApiCredential ¶
func (a *APICredentialsMerchantLevelApi) CreateApiCredential(ctx context.Context, r APICredentialsMerchantLevelApiCreateApiCredentialInput) (CreateApiCredentialResponse, *http.Response, error)
CreateApiCredential Create an API credential
Creates an [API credential](https://docs.adyen.com/development-resources/api-credentials) for the company account identified in the path. In the request, you can specify the roles and allowed origins for the new API credential.
The response includes the: * [API key](https://docs.adyen.com/development-resources/api-authentication#api-key-authentication): used for API request authentication. * [Client key](https://docs.adyen.com/development-resources/client-side-authentication#how-it-works): public key used for client-side authentication. * [Username and password](https://docs.adyen.com/development-resources/api-authentication#using-basic-authentication): used for basic authentication.
> Make sure you store the API key securely in your system. You won't be able to retrieve it later.
If your API key is lost or compromised, you need to [generate a new API key](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/apiCredentials/{apiCredentialId}/generateApiKey).
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsMerchantLevelApiCreateApiCredentialInput - Request parameters, see CreateApiCredentialInput @return CreateApiCredentialResponse, *http.Response, error
func (*APICredentialsMerchantLevelApi) CreateApiCredentialInput ¶
func (a *APICredentialsMerchantLevelApi) CreateApiCredentialInput(merchantId string) APICredentialsMerchantLevelApiCreateApiCredentialInput
Prepare a request for CreateApiCredential @param merchantId The unique identifier of the merchant account. @return APICredentialsMerchantLevelApiCreateApiCredentialInput
func (*APICredentialsMerchantLevelApi) GetApiCredential ¶
func (a *APICredentialsMerchantLevelApi) GetApiCredential(ctx context.Context, r APICredentialsMerchantLevelApiGetApiCredentialInput) (ApiCredential, *http.Response, error)
GetApiCredential Get an API credential
Returns the [API credential](https://docs.adyen.com/development-resources/api-credentials) identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsMerchantLevelApiGetApiCredentialInput - Request parameters, see GetApiCredentialInput @return ApiCredential, *http.Response, error
func (*APICredentialsMerchantLevelApi) GetApiCredentialInput ¶
func (a *APICredentialsMerchantLevelApi) GetApiCredentialInput(merchantId string, apiCredentialId string) APICredentialsMerchantLevelApiGetApiCredentialInput
Prepare a request for GetApiCredential @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential. @return APICredentialsMerchantLevelApiGetApiCredentialInput
func (*APICredentialsMerchantLevelApi) ListApiCredentials ¶
func (a *APICredentialsMerchantLevelApi) ListApiCredentials(ctx context.Context, r APICredentialsMerchantLevelApiListApiCredentialsInput) (ListMerchantApiCredentialsResponse, *http.Response, error)
ListApiCredentials Get a list of API credentials
Returns the list of [API credentials](https://docs.adyen.com/development-resources/api-credentials) for the merchant account. The list is grouped into pages as defined by the query parameters.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsMerchantLevelApiListApiCredentialsInput - Request parameters, see ListApiCredentialsInput @return ListMerchantApiCredentialsResponse, *http.Response, error
func (*APICredentialsMerchantLevelApi) ListApiCredentialsInput ¶
func (a *APICredentialsMerchantLevelApi) ListApiCredentialsInput(merchantId string) APICredentialsMerchantLevelApiListApiCredentialsInput
Prepare a request for ListApiCredentials @param merchantId The unique identifier of the merchant account. @return APICredentialsMerchantLevelApiListApiCredentialsInput
func (*APICredentialsMerchantLevelApi) UpdateApiCredential ¶
func (a *APICredentialsMerchantLevelApi) UpdateApiCredential(ctx context.Context, r APICredentialsMerchantLevelApiUpdateApiCredentialInput) (ApiCredential, *http.Response, error)
UpdateApiCredential Update an API credential
Changes the API credential's roles, or allowed origins. The request has the new values for the fields you want to change. The response contains the full updated API credential, including the new values from the request.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APICredentialsMerchantLevelApiUpdateApiCredentialInput - Request parameters, see UpdateApiCredentialInput @return ApiCredential, *http.Response, error
func (*APICredentialsMerchantLevelApi) UpdateApiCredentialInput ¶
func (a *APICredentialsMerchantLevelApi) UpdateApiCredentialInput(merchantId string, apiCredentialId string) APICredentialsMerchantLevelApiUpdateApiCredentialInput
Prepare a request for UpdateApiCredential @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential. @return APICredentialsMerchantLevelApiUpdateApiCredentialInput
type APICredentialsMerchantLevelApiCreateApiCredentialInput ¶
type APICredentialsMerchantLevelApiCreateApiCredentialInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsMerchantLevelApi.CreateApiCredential
func (APICredentialsMerchantLevelApiCreateApiCredentialInput) CreateMerchantApiCredentialRequest ¶
func (r APICredentialsMerchantLevelApiCreateApiCredentialInput) CreateMerchantApiCredentialRequest(createMerchantApiCredentialRequest CreateMerchantApiCredentialRequest) APICredentialsMerchantLevelApiCreateApiCredentialInput
type APICredentialsMerchantLevelApiGetApiCredentialInput ¶
type APICredentialsMerchantLevelApiGetApiCredentialInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsMerchantLevelApi.GetApiCredential
type APICredentialsMerchantLevelApiListApiCredentialsInput ¶
type APICredentialsMerchantLevelApiListApiCredentialsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsMerchantLevelApi.ListApiCredentials
func (APICredentialsMerchantLevelApiListApiCredentialsInput) PageNumber ¶
func (r APICredentialsMerchantLevelApiListApiCredentialsInput) PageNumber(pageNumber int32) APICredentialsMerchantLevelApiListApiCredentialsInput
The number of the page to fetch.
func (APICredentialsMerchantLevelApiListApiCredentialsInput) PageSize ¶
func (r APICredentialsMerchantLevelApiListApiCredentialsInput) PageSize(pageSize int32) APICredentialsMerchantLevelApiListApiCredentialsInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
type APICredentialsMerchantLevelApiUpdateApiCredentialInput ¶
type APICredentialsMerchantLevelApiUpdateApiCredentialInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APICredentialsMerchantLevelApi.UpdateApiCredential
func (APICredentialsMerchantLevelApiUpdateApiCredentialInput) UpdateMerchantApiCredentialRequest ¶
func (r APICredentialsMerchantLevelApiUpdateApiCredentialInput) UpdateMerchantApiCredentialRequest(updateMerchantApiCredentialRequest UpdateMerchantApiCredentialRequest) APICredentialsMerchantLevelApiUpdateApiCredentialInput
type APIKeyCompanyLevelApi ¶
APIKeyCompanyLevelApi service
func (*APIKeyCompanyLevelApi) GenerateNewApiKey ¶
func (a *APIKeyCompanyLevelApi) GenerateNewApiKey(ctx context.Context, r APIKeyCompanyLevelApiGenerateNewApiKeyInput) (GenerateApiKeyResponse, *http.Response, error)
GenerateNewApiKey Generate new API key
Returns a new API key for the API credential. You can use the new API key a few minutes after generating it. The old API key stops working 24 hours after generating a new one.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APIKeyCompanyLevelApiGenerateNewApiKeyInput - Request parameters, see GenerateNewApiKeyInput @return GenerateApiKeyResponse, *http.Response, error
func (*APIKeyCompanyLevelApi) GenerateNewApiKeyInput ¶
func (a *APIKeyCompanyLevelApi) GenerateNewApiKeyInput(companyId string, apiCredentialId string) APIKeyCompanyLevelApiGenerateNewApiKeyInput
Prepare a request for GenerateNewApiKey @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential. @return APIKeyCompanyLevelApiGenerateNewApiKeyInput
type APIKeyCompanyLevelApiGenerateNewApiKeyInput ¶
type APIKeyCompanyLevelApiGenerateNewApiKeyInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APIKeyCompanyLevelApi.GenerateNewApiKey
type APIKeyMerchantLevelApi ¶
APIKeyMerchantLevelApi service
func (*APIKeyMerchantLevelApi) GenerateNewApiKey ¶
func (a *APIKeyMerchantLevelApi) GenerateNewApiKey(ctx context.Context, r APIKeyMerchantLevelApiGenerateNewApiKeyInput) (GenerateApiKeyResponse, *http.Response, error)
GenerateNewApiKey Generate new API key
Returns a new API key for the API credential. You can use the new API key a few minutes after generating it. The old API key stops working 24 hours after generating a new one.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r APIKeyMerchantLevelApiGenerateNewApiKeyInput - Request parameters, see GenerateNewApiKeyInput @return GenerateApiKeyResponse, *http.Response, error
func (*APIKeyMerchantLevelApi) GenerateNewApiKeyInput ¶
func (a *APIKeyMerchantLevelApi) GenerateNewApiKeyInput(merchantId string, apiCredentialId string) APIKeyMerchantLevelApiGenerateNewApiKeyInput
Prepare a request for GenerateNewApiKey @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential. @return APIKeyMerchantLevelApiGenerateNewApiKeyInput
type APIKeyMerchantLevelApiGenerateNewApiKeyInput ¶
type APIKeyMerchantLevelApiGenerateNewApiKeyInput struct {
// contains filtered or unexported fields
}
All parameters accepted by APIKeyMerchantLevelApi.GenerateNewApiKey
type AccountCompanyLevelApi ¶
AccountCompanyLevelApi service
func (*AccountCompanyLevelApi) GetCompanyAccount ¶
func (a *AccountCompanyLevelApi) GetCompanyAccount(ctx context.Context, r AccountCompanyLevelApiGetCompanyAccountInput) (Company, *http.Response, error)
GetCompanyAccount Get a company account
Returns the company account specified in the path. Your API credential must have access to the company account.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Account read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountCompanyLevelApiGetCompanyAccountInput - Request parameters, see GetCompanyAccountInput @return Company, *http.Response, error
func (*AccountCompanyLevelApi) GetCompanyAccountInput ¶
func (a *AccountCompanyLevelApi) GetCompanyAccountInput(companyId string) AccountCompanyLevelApiGetCompanyAccountInput
Prepare a request for GetCompanyAccount @param companyId The unique identifier of the company account. @return AccountCompanyLevelApiGetCompanyAccountInput
func (*AccountCompanyLevelApi) ListCompanyAccounts ¶
func (a *AccountCompanyLevelApi) ListCompanyAccounts(ctx context.Context, r AccountCompanyLevelApiListCompanyAccountsInput) (ListCompanyResponse, *http.Response, error)
ListCompanyAccounts Get a list of company accounts
Returns the list of company accounts that your API credential has access to. The list is grouped into pages as defined by the query parameters.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Account read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountCompanyLevelApiListCompanyAccountsInput - Request parameters, see ListCompanyAccountsInput @return ListCompanyResponse, *http.Response, error
func (*AccountCompanyLevelApi) ListCompanyAccountsInput ¶
func (a *AccountCompanyLevelApi) ListCompanyAccountsInput() AccountCompanyLevelApiListCompanyAccountsInput
Prepare a request for ListCompanyAccounts
@return AccountCompanyLevelApiListCompanyAccountsInput
func (*AccountCompanyLevelApi) ListMerchantAccounts ¶
func (a *AccountCompanyLevelApi) ListMerchantAccounts(ctx context.Context, r AccountCompanyLevelApiListMerchantAccountsInput) (ListMerchantResponse, *http.Response, error)
ListMerchantAccounts Get a list of merchant accounts
Returns the list of merchant accounts under the company account specified in the path. The list only includes merchant accounts that your API credential has access to. The list is grouped into pages as defined by the query parameters.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Account read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountCompanyLevelApiListMerchantAccountsInput - Request parameters, see ListMerchantAccountsInput @return ListMerchantResponse, *http.Response, error
func (*AccountCompanyLevelApi) ListMerchantAccountsInput ¶
func (a *AccountCompanyLevelApi) ListMerchantAccountsInput(companyId string) AccountCompanyLevelApiListMerchantAccountsInput
Prepare a request for ListMerchantAccounts @param companyId The unique identifier of the company account. @return AccountCompanyLevelApiListMerchantAccountsInput
type AccountCompanyLevelApiGetCompanyAccountInput ¶
type AccountCompanyLevelApiGetCompanyAccountInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountCompanyLevelApi.GetCompanyAccount
type AccountCompanyLevelApiListCompanyAccountsInput ¶
type AccountCompanyLevelApiListCompanyAccountsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountCompanyLevelApi.ListCompanyAccounts
func (AccountCompanyLevelApiListCompanyAccountsInput) PageNumber ¶
func (r AccountCompanyLevelApiListCompanyAccountsInput) PageNumber(pageNumber int32) AccountCompanyLevelApiListCompanyAccountsInput
The number of the page to fetch.
func (AccountCompanyLevelApiListCompanyAccountsInput) PageSize ¶
func (r AccountCompanyLevelApiListCompanyAccountsInput) PageSize(pageSize int32) AccountCompanyLevelApiListCompanyAccountsInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
type AccountCompanyLevelApiListMerchantAccountsInput ¶
type AccountCompanyLevelApiListMerchantAccountsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountCompanyLevelApi.ListMerchantAccounts
func (AccountCompanyLevelApiListMerchantAccountsInput) PageNumber ¶
func (r AccountCompanyLevelApiListMerchantAccountsInput) PageNumber(pageNumber int32) AccountCompanyLevelApiListMerchantAccountsInput
The number of the page to fetch.
func (AccountCompanyLevelApiListMerchantAccountsInput) PageSize ¶
func (r AccountCompanyLevelApiListMerchantAccountsInput) PageSize(pageSize int32) AccountCompanyLevelApiListMerchantAccountsInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
type AccountMerchantLevelApi ¶
AccountMerchantLevelApi service
func (*AccountMerchantLevelApi) CreateMerchantAccount ¶
func (a *AccountMerchantLevelApi) CreateMerchantAccount(ctx context.Context, r AccountMerchantLevelApiCreateMerchantAccountInput) (CreateMerchantResponse, *http.Response, error)
CreateMerchantAccount Create a merchant account
Creates a merchant account for the company account specified in the request.
Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Accounts read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountMerchantLevelApiCreateMerchantAccountInput - Request parameters, see CreateMerchantAccountInput @return CreateMerchantResponse, *http.Response, error
func (*AccountMerchantLevelApi) CreateMerchantAccountInput ¶
func (a *AccountMerchantLevelApi) CreateMerchantAccountInput() AccountMerchantLevelApiCreateMerchantAccountInput
Prepare a request for CreateMerchantAccount
@return AccountMerchantLevelApiCreateMerchantAccountInput
func (*AccountMerchantLevelApi) GetMerchantAccount ¶
func (a *AccountMerchantLevelApi) GetMerchantAccount(ctx context.Context, r AccountMerchantLevelApiGetMerchantAccountInput) (Merchant, *http.Response, error)
GetMerchantAccount Get a merchant account
Returns the merchant account specified in the path. Your API credential must have access to the merchant account.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Account read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountMerchantLevelApiGetMerchantAccountInput - Request parameters, see GetMerchantAccountInput @return Merchant, *http.Response, error
func (*AccountMerchantLevelApi) GetMerchantAccountInput ¶
func (a *AccountMerchantLevelApi) GetMerchantAccountInput(merchantId string) AccountMerchantLevelApiGetMerchantAccountInput
Prepare a request for GetMerchantAccount @param merchantId The unique identifier of the merchant account. @return AccountMerchantLevelApiGetMerchantAccountInput
func (*AccountMerchantLevelApi) ListMerchantAccounts ¶
func (a *AccountMerchantLevelApi) ListMerchantAccounts(ctx context.Context, r AccountMerchantLevelApiListMerchantAccountsInput) (ListMerchantResponse, *http.Response, error)
ListMerchantAccounts Get a list of merchant accounts
Returns the list of merchant accounts that your API credential has access to. The list is grouped into pages as defined by the query parameters.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Account read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountMerchantLevelApiListMerchantAccountsInput - Request parameters, see ListMerchantAccountsInput @return ListMerchantResponse, *http.Response, error
func (*AccountMerchantLevelApi) ListMerchantAccountsInput ¶
func (a *AccountMerchantLevelApi) ListMerchantAccountsInput() AccountMerchantLevelApiListMerchantAccountsInput
Prepare a request for ListMerchantAccounts
@return AccountMerchantLevelApiListMerchantAccountsInput
func (*AccountMerchantLevelApi) RequestToActivateMerchantAccount ¶
func (a *AccountMerchantLevelApi) RequestToActivateMerchantAccount(ctx context.Context, r AccountMerchantLevelApiRequestToActivateMerchantAccountInput) (RequestActivationResponse, *http.Response, error)
RequestToActivateMerchantAccount Request to activate a merchant account
Sends a request to activate the merchant account identified in the path.
You get the result of the activation asynchronously through a [`merchant.updated`](https://docs.adyen.com/api-explorer/ManagementNotification/latest/post/merchant.updated) webhook. Once the merchant account is activated, you can start using it to accept payments and payouts.
Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Accounts read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountMerchantLevelApiRequestToActivateMerchantAccountInput - Request parameters, see RequestToActivateMerchantAccountInput @return RequestActivationResponse, *http.Response, error
func (*AccountMerchantLevelApi) RequestToActivateMerchantAccountInput ¶
func (a *AccountMerchantLevelApi) RequestToActivateMerchantAccountInput(merchantId string) AccountMerchantLevelApiRequestToActivateMerchantAccountInput
Prepare a request for RequestToActivateMerchantAccount @param merchantId The unique identifier of the merchant account. @return AccountMerchantLevelApiRequestToActivateMerchantAccountInput
type AccountMerchantLevelApiCreateMerchantAccountInput ¶
type AccountMerchantLevelApiCreateMerchantAccountInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountMerchantLevelApi.CreateMerchantAccount
func (AccountMerchantLevelApiCreateMerchantAccountInput) CreateMerchantRequest ¶
func (r AccountMerchantLevelApiCreateMerchantAccountInput) CreateMerchantRequest(createMerchantRequest CreateMerchantRequest) AccountMerchantLevelApiCreateMerchantAccountInput
type AccountMerchantLevelApiGetMerchantAccountInput ¶
type AccountMerchantLevelApiGetMerchantAccountInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountMerchantLevelApi.GetMerchantAccount
type AccountMerchantLevelApiListMerchantAccountsInput ¶
type AccountMerchantLevelApiListMerchantAccountsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountMerchantLevelApi.ListMerchantAccounts
func (AccountMerchantLevelApiListMerchantAccountsInput) PageNumber ¶
func (r AccountMerchantLevelApiListMerchantAccountsInput) PageNumber(pageNumber int32) AccountMerchantLevelApiListMerchantAccountsInput
The number of the page to fetch.
func (AccountMerchantLevelApiListMerchantAccountsInput) PageSize ¶
func (r AccountMerchantLevelApiListMerchantAccountsInput) PageSize(pageSize int32) AccountMerchantLevelApiListMerchantAccountsInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
type AccountMerchantLevelApiRequestToActivateMerchantAccountInput ¶
type AccountMerchantLevelApiRequestToActivateMerchantAccountInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountMerchantLevelApi.RequestToActivateMerchantAccount
type AccountStoreLevelApi ¶
AccountStoreLevelApi service
func (*AccountStoreLevelApi) CreateStore ¶
func (a *AccountStoreLevelApi) CreateStore(ctx context.Context, r AccountStoreLevelApiCreateStoreInput) (Store, *http.Response, error)
CreateStore Create a store
Creates a store for the merchant account specified in the request.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiCreateStoreInput - Request parameters, see CreateStoreInput @return Store, *http.Response, error
func (*AccountStoreLevelApi) CreateStoreByMerchantId ¶
func (a *AccountStoreLevelApi) CreateStoreByMerchantId(ctx context.Context, r AccountStoreLevelApiCreateStoreByMerchantIdInput) (Store, *http.Response, error)
CreateStoreByMerchantId Create a store
Creates a store for the merchant account identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiCreateStoreByMerchantIdInput - Request parameters, see CreateStoreByMerchantIdInput @return Store, *http.Response, error
func (*AccountStoreLevelApi) CreateStoreByMerchantIdInput ¶
func (a *AccountStoreLevelApi) CreateStoreByMerchantIdInput(merchantId string) AccountStoreLevelApiCreateStoreByMerchantIdInput
Prepare a request for CreateStoreByMerchantId @param merchantId The unique identifier of the merchant account. @return AccountStoreLevelApiCreateStoreByMerchantIdInput
func (*AccountStoreLevelApi) CreateStoreInput ¶
func (a *AccountStoreLevelApi) CreateStoreInput() AccountStoreLevelApiCreateStoreInput
Prepare a request for CreateStore
@return AccountStoreLevelApiCreateStoreInput
func (*AccountStoreLevelApi) GetStore ¶
func (a *AccountStoreLevelApi) GetStore(ctx context.Context, r AccountStoreLevelApiGetStoreInput) (Store, *http.Response, error)
GetStore Get a store
Returns the details of the store identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiGetStoreInput - Request parameters, see GetStoreInput @return Store, *http.Response, error
func (*AccountStoreLevelApi) GetStoreById ¶
func (a *AccountStoreLevelApi) GetStoreById(ctx context.Context, r AccountStoreLevelApiGetStoreByIdInput) (Store, *http.Response, error)
GetStoreById Get a store
Returns the details of the store identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiGetStoreByIdInput - Request parameters, see GetStoreByIdInput @return Store, *http.Response, error
func (*AccountStoreLevelApi) GetStoreByIdInput ¶
func (a *AccountStoreLevelApi) GetStoreByIdInput(storeId string) AccountStoreLevelApiGetStoreByIdInput
Prepare a request for GetStoreById @param storeId The unique identifier of the store. @return AccountStoreLevelApiGetStoreByIdInput
func (*AccountStoreLevelApi) GetStoreInput ¶
func (a *AccountStoreLevelApi) GetStoreInput(merchantId string, storeId string) AccountStoreLevelApiGetStoreInput
Prepare a request for GetStore @param merchantId The unique identifier of the merchant account.@param storeId The unique identifier of the store. @return AccountStoreLevelApiGetStoreInput
func (*AccountStoreLevelApi) ListStores ¶
func (a *AccountStoreLevelApi) ListStores(ctx context.Context, r AccountStoreLevelApiListStoresInput) (ListStoresResponse, *http.Response, error)
ListStores Get a list of stores
Returns a list of stores. The list is grouped into pages as defined by the query parameters.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiListStoresInput - Request parameters, see ListStoresInput @return ListStoresResponse, *http.Response, error
func (*AccountStoreLevelApi) ListStoresByMerchantId ¶
func (a *AccountStoreLevelApi) ListStoresByMerchantId(ctx context.Context, r AccountStoreLevelApiListStoresByMerchantIdInput) (ListStoresResponse, *http.Response, error)
ListStoresByMerchantId Get a list of stores
Returns a list of stores for the merchant account identified in the path. The list is grouped into pages as defined by the query parameters.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiListStoresByMerchantIdInput - Request parameters, see ListStoresByMerchantIdInput @return ListStoresResponse, *http.Response, error
func (*AccountStoreLevelApi) ListStoresByMerchantIdInput ¶
func (a *AccountStoreLevelApi) ListStoresByMerchantIdInput(merchantId string) AccountStoreLevelApiListStoresByMerchantIdInput
Prepare a request for ListStoresByMerchantId @param merchantId The unique identifier of the merchant account. @return AccountStoreLevelApiListStoresByMerchantIdInput
func (*AccountStoreLevelApi) ListStoresInput ¶
func (a *AccountStoreLevelApi) ListStoresInput() AccountStoreLevelApiListStoresInput
Prepare a request for ListStores
@return AccountStoreLevelApiListStoresInput
func (*AccountStoreLevelApi) UpdateStore ¶
func (a *AccountStoreLevelApi) UpdateStore(ctx context.Context, r AccountStoreLevelApiUpdateStoreInput) (Store, *http.Response, error)
UpdateStore Update a store
Updates the store identified in the path. You can only update some store parameters.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiUpdateStoreInput - Request parameters, see UpdateStoreInput @return Store, *http.Response, error
func (*AccountStoreLevelApi) UpdateStoreById ¶
func (a *AccountStoreLevelApi) UpdateStoreById(ctx context.Context, r AccountStoreLevelApiUpdateStoreByIdInput) (Store, *http.Response, error)
UpdateStoreById Update a store
Updates the store identified in the path. You can only update some store parameters.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Stores read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AccountStoreLevelApiUpdateStoreByIdInput - Request parameters, see UpdateStoreByIdInput @return Store, *http.Response, error
func (*AccountStoreLevelApi) UpdateStoreByIdInput ¶
func (a *AccountStoreLevelApi) UpdateStoreByIdInput(storeId string) AccountStoreLevelApiUpdateStoreByIdInput
Prepare a request for UpdateStoreById @param storeId The unique identifier of the store. @return AccountStoreLevelApiUpdateStoreByIdInput
func (*AccountStoreLevelApi) UpdateStoreInput ¶
func (a *AccountStoreLevelApi) UpdateStoreInput(merchantId string, storeId string) AccountStoreLevelApiUpdateStoreInput
Prepare a request for UpdateStore @param merchantId The unique identifier of the merchant account.@param storeId The unique identifier of the store. @return AccountStoreLevelApiUpdateStoreInput
type AccountStoreLevelApiCreateStoreByMerchantIdInput ¶
type AccountStoreLevelApiCreateStoreByMerchantIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.CreateStoreByMerchantId
func (AccountStoreLevelApiCreateStoreByMerchantIdInput) StoreCreationRequest ¶
func (r AccountStoreLevelApiCreateStoreByMerchantIdInput) StoreCreationRequest(storeCreationRequest StoreCreationRequest) AccountStoreLevelApiCreateStoreByMerchantIdInput
type AccountStoreLevelApiCreateStoreInput ¶
type AccountStoreLevelApiCreateStoreInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.CreateStore
func (AccountStoreLevelApiCreateStoreInput) StoreCreationWithMerchantCodeRequest ¶
func (r AccountStoreLevelApiCreateStoreInput) StoreCreationWithMerchantCodeRequest(storeCreationWithMerchantCodeRequest StoreCreationWithMerchantCodeRequest) AccountStoreLevelApiCreateStoreInput
type AccountStoreLevelApiGetStoreByIdInput ¶
type AccountStoreLevelApiGetStoreByIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.GetStoreById
type AccountStoreLevelApiGetStoreInput ¶
type AccountStoreLevelApiGetStoreInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.GetStore
type AccountStoreLevelApiListStoresByMerchantIdInput ¶
type AccountStoreLevelApiListStoresByMerchantIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.ListStoresByMerchantId
func (AccountStoreLevelApiListStoresByMerchantIdInput) PageNumber ¶
func (r AccountStoreLevelApiListStoresByMerchantIdInput) PageNumber(pageNumber int32) AccountStoreLevelApiListStoresByMerchantIdInput
The number of the page to fetch.
func (AccountStoreLevelApiListStoresByMerchantIdInput) PageSize ¶
func (r AccountStoreLevelApiListStoresByMerchantIdInput) PageSize(pageSize int32) AccountStoreLevelApiListStoresByMerchantIdInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
func (AccountStoreLevelApiListStoresByMerchantIdInput) Reference ¶
func (r AccountStoreLevelApiListStoresByMerchantIdInput) Reference(reference string) AccountStoreLevelApiListStoresByMerchantIdInput
The reference of the store.
type AccountStoreLevelApiListStoresInput ¶
type AccountStoreLevelApiListStoresInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.ListStores
func (AccountStoreLevelApiListStoresInput) MerchantId ¶
func (r AccountStoreLevelApiListStoresInput) MerchantId(merchantId string) AccountStoreLevelApiListStoresInput
The unique identifier of the merchant account.
func (AccountStoreLevelApiListStoresInput) PageNumber ¶
func (r AccountStoreLevelApiListStoresInput) PageNumber(pageNumber int32) AccountStoreLevelApiListStoresInput
The number of the page to fetch.
func (AccountStoreLevelApiListStoresInput) PageSize ¶
func (r AccountStoreLevelApiListStoresInput) PageSize(pageSize int32) AccountStoreLevelApiListStoresInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
func (AccountStoreLevelApiListStoresInput) Reference ¶
func (r AccountStoreLevelApiListStoresInput) Reference(reference string) AccountStoreLevelApiListStoresInput
The reference of the store.
type AccountStoreLevelApiUpdateStoreByIdInput ¶
type AccountStoreLevelApiUpdateStoreByIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.UpdateStoreById
func (AccountStoreLevelApiUpdateStoreByIdInput) UpdateStoreRequest ¶
func (r AccountStoreLevelApiUpdateStoreByIdInput) UpdateStoreRequest(updateStoreRequest UpdateStoreRequest) AccountStoreLevelApiUpdateStoreByIdInput
type AccountStoreLevelApiUpdateStoreInput ¶
type AccountStoreLevelApiUpdateStoreInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AccountStoreLevelApi.UpdateStore
func (AccountStoreLevelApiUpdateStoreInput) UpdateStoreRequest ¶
func (r AccountStoreLevelApiUpdateStoreInput) UpdateStoreRequest(updateStoreRequest UpdateStoreRequest) AccountStoreLevelApiUpdateStoreInput
type AdditionalCommission ¶
type AdditionalCommission struct { // Unique identifier of the balance account to which the additional commission is booked. BalanceAccountId *string `json:"balanceAccountId,omitempty"` // A fixed commission fee, in minor units. FixedAmount *int64 `json:"fixedAmount,omitempty"` // A variable commission fee, in basis points. VariablePercentage *int64 `json:"variablePercentage,omitempty"` }
AdditionalCommission struct for AdditionalCommission
func NewAdditionalCommission ¶
func NewAdditionalCommission() *AdditionalCommission
NewAdditionalCommission instantiates a new AdditionalCommission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAdditionalCommissionWithDefaults ¶
func NewAdditionalCommissionWithDefaults() *AdditionalCommission
NewAdditionalCommissionWithDefaults instantiates a new AdditionalCommission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AdditionalCommission) GetBalanceAccountId ¶
func (o *AdditionalCommission) GetBalanceAccountId() string
GetBalanceAccountId returns the BalanceAccountId field value if set, zero value otherwise.
func (*AdditionalCommission) GetBalanceAccountIdOk ¶
func (o *AdditionalCommission) GetBalanceAccountIdOk() (*string, bool)
GetBalanceAccountIdOk returns a tuple with the BalanceAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalCommission) GetFixedAmount ¶
func (o *AdditionalCommission) GetFixedAmount() int64
GetFixedAmount returns the FixedAmount field value if set, zero value otherwise.
func (*AdditionalCommission) GetFixedAmountOk ¶
func (o *AdditionalCommission) GetFixedAmountOk() (*int64, bool)
GetFixedAmountOk returns a tuple with the FixedAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalCommission) GetVariablePercentage ¶
func (o *AdditionalCommission) GetVariablePercentage() int64
GetVariablePercentage returns the VariablePercentage field value if set, zero value otherwise.
func (*AdditionalCommission) GetVariablePercentageOk ¶
func (o *AdditionalCommission) GetVariablePercentageOk() (*int64, bool)
GetVariablePercentageOk returns a tuple with the VariablePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalCommission) HasBalanceAccountId ¶
func (o *AdditionalCommission) HasBalanceAccountId() bool
HasBalanceAccountId returns a boolean if a field has been set.
func (*AdditionalCommission) HasFixedAmount ¶
func (o *AdditionalCommission) HasFixedAmount() bool
HasFixedAmount returns a boolean if a field has been set.
func (*AdditionalCommission) HasVariablePercentage ¶
func (o *AdditionalCommission) HasVariablePercentage() bool
HasVariablePercentage returns a boolean if a field has been set.
func (AdditionalCommission) MarshalJSON ¶
func (o AdditionalCommission) MarshalJSON() ([]byte, error)
func (*AdditionalCommission) SetBalanceAccountId ¶
func (o *AdditionalCommission) SetBalanceAccountId(v string)
SetBalanceAccountId gets a reference to the given string and assigns it to the BalanceAccountId field.
func (*AdditionalCommission) SetFixedAmount ¶
func (o *AdditionalCommission) SetFixedAmount(v int64)
SetFixedAmount gets a reference to the given int64 and assigns it to the FixedAmount field.
func (*AdditionalCommission) SetVariablePercentage ¶
func (o *AdditionalCommission) SetVariablePercentage(v int64)
SetVariablePercentage gets a reference to the given int64 and assigns it to the VariablePercentage field.
func (AdditionalCommission) ToMap ¶
func (o AdditionalCommission) ToMap() (map[string]interface{}, error)
type AdditionalSettings ¶
type AdditionalSettings struct { // Object containing list of event codes for which the notifcation will be sent. IncludeEventCodes []string `json:"includeEventCodes,omitempty"` // Object containing boolean key-value pairs. The key can be any [standard webhook additional setting](https://docs.adyen.com/development-resources/webhooks/additional-settings), and the value indicates if the setting is enabled. For example, `captureDelayHours`: **true** means the standard notifications you get will contain the number of hours remaining until the payment will be captured. Properties *map[string]bool `json:"properties,omitempty"` }
AdditionalSettings struct for AdditionalSettings
func NewAdditionalSettings ¶
func NewAdditionalSettings() *AdditionalSettings
NewAdditionalSettings instantiates a new AdditionalSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAdditionalSettingsWithDefaults ¶
func NewAdditionalSettingsWithDefaults() *AdditionalSettings
NewAdditionalSettingsWithDefaults instantiates a new AdditionalSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AdditionalSettings) GetIncludeEventCodes ¶
func (o *AdditionalSettings) GetIncludeEventCodes() []string
GetIncludeEventCodes returns the IncludeEventCodes field value if set, zero value otherwise.
func (*AdditionalSettings) GetIncludeEventCodesOk ¶
func (o *AdditionalSettings) GetIncludeEventCodesOk() ([]string, bool)
GetIncludeEventCodesOk returns a tuple with the IncludeEventCodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalSettings) GetProperties ¶
func (o *AdditionalSettings) GetProperties() map[string]bool
GetProperties returns the Properties field value if set, zero value otherwise.
func (*AdditionalSettings) GetPropertiesOk ¶
func (o *AdditionalSettings) GetPropertiesOk() (*map[string]bool, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalSettings) HasIncludeEventCodes ¶
func (o *AdditionalSettings) HasIncludeEventCodes() bool
HasIncludeEventCodes returns a boolean if a field has been set.
func (*AdditionalSettings) HasProperties ¶
func (o *AdditionalSettings) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (AdditionalSettings) MarshalJSON ¶
func (o AdditionalSettings) MarshalJSON() ([]byte, error)
func (*AdditionalSettings) SetIncludeEventCodes ¶
func (o *AdditionalSettings) SetIncludeEventCodes(v []string)
SetIncludeEventCodes gets a reference to the given []string and assigns it to the IncludeEventCodes field.
func (*AdditionalSettings) SetProperties ¶
func (o *AdditionalSettings) SetProperties(v map[string]bool)
SetProperties gets a reference to the given map[string]bool and assigns it to the Properties field.
func (AdditionalSettings) ToMap ¶
func (o AdditionalSettings) ToMap() (map[string]interface{}, error)
type AdditionalSettingsResponse ¶
type AdditionalSettingsResponse struct { // Object containing list of event codes for which the notifcation will not be sent. ExcludeEventCodes []string `json:"excludeEventCodes,omitempty"` // Object containing list of event codes for which the notifcation will be sent. IncludeEventCodes []string `json:"includeEventCodes,omitempty"` // Object containing boolean key-value pairs. The key can be any [standard webhook additional setting](https://docs.adyen.com/development-resources/webhooks/additional-settings), and the value indicates if the setting is enabled. For example, `captureDelayHours`: **true** means the standard notifications you get will contain the number of hours remaining until the payment will be captured. Properties *map[string]bool `json:"properties,omitempty"` }
AdditionalSettingsResponse struct for AdditionalSettingsResponse
func NewAdditionalSettingsResponse ¶
func NewAdditionalSettingsResponse() *AdditionalSettingsResponse
NewAdditionalSettingsResponse instantiates a new AdditionalSettingsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAdditionalSettingsResponseWithDefaults ¶
func NewAdditionalSettingsResponseWithDefaults() *AdditionalSettingsResponse
NewAdditionalSettingsResponseWithDefaults instantiates a new AdditionalSettingsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AdditionalSettingsResponse) GetExcludeEventCodes ¶
func (o *AdditionalSettingsResponse) GetExcludeEventCodes() []string
GetExcludeEventCodes returns the ExcludeEventCodes field value if set, zero value otherwise.
func (*AdditionalSettingsResponse) GetExcludeEventCodesOk ¶
func (o *AdditionalSettingsResponse) GetExcludeEventCodesOk() ([]string, bool)
GetExcludeEventCodesOk returns a tuple with the ExcludeEventCodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalSettingsResponse) GetIncludeEventCodes ¶
func (o *AdditionalSettingsResponse) GetIncludeEventCodes() []string
GetIncludeEventCodes returns the IncludeEventCodes field value if set, zero value otherwise.
func (*AdditionalSettingsResponse) GetIncludeEventCodesOk ¶
func (o *AdditionalSettingsResponse) GetIncludeEventCodesOk() ([]string, bool)
GetIncludeEventCodesOk returns a tuple with the IncludeEventCodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalSettingsResponse) GetProperties ¶
func (o *AdditionalSettingsResponse) GetProperties() map[string]bool
GetProperties returns the Properties field value if set, zero value otherwise.
func (*AdditionalSettingsResponse) GetPropertiesOk ¶
func (o *AdditionalSettingsResponse) GetPropertiesOk() (*map[string]bool, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalSettingsResponse) HasExcludeEventCodes ¶
func (o *AdditionalSettingsResponse) HasExcludeEventCodes() bool
HasExcludeEventCodes returns a boolean if a field has been set.
func (*AdditionalSettingsResponse) HasIncludeEventCodes ¶
func (o *AdditionalSettingsResponse) HasIncludeEventCodes() bool
HasIncludeEventCodes returns a boolean if a field has been set.
func (*AdditionalSettingsResponse) HasProperties ¶
func (o *AdditionalSettingsResponse) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (AdditionalSettingsResponse) MarshalJSON ¶
func (o AdditionalSettingsResponse) MarshalJSON() ([]byte, error)
func (*AdditionalSettingsResponse) SetExcludeEventCodes ¶
func (o *AdditionalSettingsResponse) SetExcludeEventCodes(v []string)
SetExcludeEventCodes gets a reference to the given []string and assigns it to the ExcludeEventCodes field.
func (*AdditionalSettingsResponse) SetIncludeEventCodes ¶
func (o *AdditionalSettingsResponse) SetIncludeEventCodes(v []string)
SetIncludeEventCodes gets a reference to the given []string and assigns it to the IncludeEventCodes field.
func (*AdditionalSettingsResponse) SetProperties ¶
func (o *AdditionalSettingsResponse) SetProperties(v map[string]bool)
SetProperties gets a reference to the given map[string]bool and assigns it to the Properties field.
func (AdditionalSettingsResponse) ToMap ¶
func (o AdditionalSettingsResponse) ToMap() (map[string]interface{}, error)
type Address ¶
type Address struct { // The name of the city. City *string `json:"city,omitempty"` // The name of the company. CompanyName *string `json:"companyName,omitempty"` // The two-letter country code, in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. Country *string `json:"country,omitempty"` // The postal code. PostalCode *string `json:"postalCode,omitempty"` // The state or province as defined in [ISO 3166-2](https://www.iso.org/standard/72483.html). For example, **ON** for Ontario, Canada. Applicable for the following countries: - Australia - Brazil - Canada - India - Mexico - New Zealand - United States StateOrProvince *string `json:"stateOrProvince,omitempty"` // The name of the street, and the house or building number. StreetAddress *string `json:"streetAddress,omitempty"` // Additional address details, if any. StreetAddress2 *string `json:"streetAddress2,omitempty"` }
Address struct for Address
func NewAddress ¶
func NewAddress() *Address
NewAddress instantiates a new Address object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddressWithDefaults ¶
func NewAddressWithDefaults() *Address
NewAddressWithDefaults instantiates a new Address object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Address) GetCityOk ¶
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetCompanyName ¶
GetCompanyName returns the CompanyName field value if set, zero value otherwise.
func (*Address) GetCompanyNameOk ¶
GetCompanyNameOk returns a tuple with the CompanyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetCountry ¶
GetCountry returns the Country field value if set, zero value otherwise.
func (*Address) GetCountryOk ¶
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetPostalCode ¶
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*Address) GetPostalCodeOk ¶
GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetStateOrProvince ¶
GetStateOrProvince returns the StateOrProvince field value if set, zero value otherwise.
func (*Address) GetStateOrProvinceOk ¶
GetStateOrProvinceOk returns a tuple with the StateOrProvince field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetStreetAddress ¶
GetStreetAddress returns the StreetAddress field value if set, zero value otherwise.
func (*Address) GetStreetAddress2 ¶
GetStreetAddress2 returns the StreetAddress2 field value if set, zero value otherwise.
func (*Address) GetStreetAddress2Ok ¶
GetStreetAddress2Ok returns a tuple with the StreetAddress2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetStreetAddressOk ¶
GetStreetAddressOk returns a tuple with the StreetAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) HasCompanyName ¶
HasCompanyName returns a boolean if a field has been set.
func (*Address) HasCountry ¶
HasCountry returns a boolean if a field has been set.
func (*Address) HasPostalCode ¶
HasPostalCode returns a boolean if a field has been set.
func (*Address) HasStateOrProvince ¶
HasStateOrProvince returns a boolean if a field has been set.
func (*Address) HasStreetAddress ¶
HasStreetAddress returns a boolean if a field has been set.
func (*Address) HasStreetAddress2 ¶
HasStreetAddress2 returns a boolean if a field has been set.
func (Address) MarshalJSON ¶
func (*Address) SetCity ¶
SetCity gets a reference to the given string and assigns it to the City field.
func (*Address) SetCompanyName ¶
SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.
func (*Address) SetCountry ¶
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*Address) SetPostalCode ¶
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (*Address) SetStateOrProvince ¶
SetStateOrProvince gets a reference to the given string and assigns it to the StateOrProvince field.
func (*Address) SetStreetAddress ¶
SetStreetAddress gets a reference to the given string and assigns it to the StreetAddress field.
func (*Address) SetStreetAddress2 ¶
SetStreetAddress2 gets a reference to the given string and assigns it to the StreetAddress2 field.
type AfterpayTouchInfo ¶
type AfterpayTouchInfo struct { // Support Url SupportUrl string `json:"supportUrl"` }
AfterpayTouchInfo struct for AfterpayTouchInfo
func NewAfterpayTouchInfo ¶
func NewAfterpayTouchInfo(supportUrl string) *AfterpayTouchInfo
NewAfterpayTouchInfo instantiates a new AfterpayTouchInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAfterpayTouchInfoWithDefaults ¶
func NewAfterpayTouchInfoWithDefaults() *AfterpayTouchInfo
NewAfterpayTouchInfoWithDefaults instantiates a new AfterpayTouchInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AfterpayTouchInfo) GetSupportUrl ¶
func (o *AfterpayTouchInfo) GetSupportUrl() string
GetSupportUrl returns the SupportUrl field value
func (*AfterpayTouchInfo) GetSupportUrlOk ¶
func (o *AfterpayTouchInfo) GetSupportUrlOk() (*string, bool)
GetSupportUrlOk returns a tuple with the SupportUrl field value and a boolean to check if the value has been set.
func (AfterpayTouchInfo) MarshalJSON ¶
func (o AfterpayTouchInfo) MarshalJSON() ([]byte, error)
func (*AfterpayTouchInfo) SetSupportUrl ¶
func (o *AfterpayTouchInfo) SetSupportUrl(v string)
SetSupportUrl sets field value
func (AfterpayTouchInfo) ToMap ¶
func (o AfterpayTouchInfo) ToMap() (map[string]interface{}, error)
type AllowedOrigin ¶
type AllowedOrigin struct { Links *Links `json:"_links,omitempty"` // Domain of the allowed origin. Domain string `json:"domain"` // Unique identifier of the allowed origin. Id *string `json:"id,omitempty"` }
AllowedOrigin struct for AllowedOrigin
func NewAllowedOrigin ¶
func NewAllowedOrigin(domain string) *AllowedOrigin
NewAllowedOrigin instantiates a new AllowedOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAllowedOriginWithDefaults ¶
func NewAllowedOriginWithDefaults() *AllowedOrigin
NewAllowedOriginWithDefaults instantiates a new AllowedOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AllowedOrigin) GetDomain ¶
func (o *AllowedOrigin) GetDomain() string
GetDomain returns the Domain field value
func (*AllowedOrigin) GetDomainOk ¶
func (o *AllowedOrigin) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*AllowedOrigin) GetId ¶
func (o *AllowedOrigin) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AllowedOrigin) GetIdOk ¶
func (o *AllowedOrigin) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AllowedOrigin) GetLinks ¶
func (o *AllowedOrigin) GetLinks() Links
GetLinks returns the Links field value if set, zero value otherwise.
func (*AllowedOrigin) GetLinksOk ¶
func (o *AllowedOrigin) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AllowedOrigin) HasId ¶
func (o *AllowedOrigin) HasId() bool
HasId returns a boolean if a field has been set.
func (*AllowedOrigin) HasLinks ¶
func (o *AllowedOrigin) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (AllowedOrigin) MarshalJSON ¶
func (o AllowedOrigin) MarshalJSON() ([]byte, error)
func (*AllowedOrigin) SetDomain ¶
func (o *AllowedOrigin) SetDomain(v string)
SetDomain sets field value
func (*AllowedOrigin) SetId ¶
func (o *AllowedOrigin) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*AllowedOrigin) SetLinks ¶
func (o *AllowedOrigin) SetLinks(v Links)
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (AllowedOrigin) ToMap ¶
func (o AllowedOrigin) ToMap() (map[string]interface{}, error)
type AllowedOriginsCompanyLevelApi ¶
AllowedOriginsCompanyLevelApi service
func (*AllowedOriginsCompanyLevelApi) CreateAllowedOrigin ¶
func (a *AllowedOriginsCompanyLevelApi) CreateAllowedOrigin(ctx context.Context, r AllowedOriginsCompanyLevelApiCreateAllowedOriginInput) (AllowedOriginsResponse, *http.Response, error)
CreateAllowedOrigin Create an allowed origin
Adds a new [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) to the API credential's list of allowed origins.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsCompanyLevelApiCreateAllowedOriginInput - Request parameters, see CreateAllowedOriginInput @return AllowedOriginsResponse, *http.Response, error
func (*AllowedOriginsCompanyLevelApi) CreateAllowedOriginInput ¶
func (a *AllowedOriginsCompanyLevelApi) CreateAllowedOriginInput(companyId string, apiCredentialId string) AllowedOriginsCompanyLevelApiCreateAllowedOriginInput
Prepare a request for CreateAllowedOrigin @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential. @return AllowedOriginsCompanyLevelApiCreateAllowedOriginInput
func (*AllowedOriginsCompanyLevelApi) DeleteAllowedOrigin ¶
func (a *AllowedOriginsCompanyLevelApi) DeleteAllowedOrigin(ctx context.Context, r AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput) (*http.Response, error)
DeleteAllowedOrigin Delete an allowed origin
Removes the [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) identified in the path. As soon as an allowed origin is removed, we no longer accept client-side requests from that domain.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput - Request parameters, see DeleteAllowedOriginInput @return *http.Response, error
func (*AllowedOriginsCompanyLevelApi) DeleteAllowedOriginInput ¶
func (a *AllowedOriginsCompanyLevelApi) DeleteAllowedOriginInput(companyId string, apiCredentialId string, originId string) AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput
Prepare a request for DeleteAllowedOrigin @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential.@param originId Unique identifier of the allowed origin. @return AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput
func (*AllowedOriginsCompanyLevelApi) GetAllowedOrigin ¶
func (a *AllowedOriginsCompanyLevelApi) GetAllowedOrigin(ctx context.Context, r AllowedOriginsCompanyLevelApiGetAllowedOriginInput) (AllowedOrigin, *http.Response, error)
GetAllowedOrigin Get an allowed origin
Returns the [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsCompanyLevelApiGetAllowedOriginInput - Request parameters, see GetAllowedOriginInput @return AllowedOrigin, *http.Response, error
func (*AllowedOriginsCompanyLevelApi) GetAllowedOriginInput ¶
func (a *AllowedOriginsCompanyLevelApi) GetAllowedOriginInput(companyId string, apiCredentialId string, originId string) AllowedOriginsCompanyLevelApiGetAllowedOriginInput
Prepare a request for GetAllowedOrigin @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential.@param originId Unique identifier of the allowed origin. @return AllowedOriginsCompanyLevelApiGetAllowedOriginInput
func (*AllowedOriginsCompanyLevelApi) ListAllowedOrigins ¶
func (a *AllowedOriginsCompanyLevelApi) ListAllowedOrigins(ctx context.Context, r AllowedOriginsCompanyLevelApiListAllowedOriginsInput) (AllowedOriginsResponse, *http.Response, error)
ListAllowedOrigins Get a list of allowed origins
Returns the list of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) for the API credential identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsCompanyLevelApiListAllowedOriginsInput - Request parameters, see ListAllowedOriginsInput @return AllowedOriginsResponse, *http.Response, error
func (*AllowedOriginsCompanyLevelApi) ListAllowedOriginsInput ¶
func (a *AllowedOriginsCompanyLevelApi) ListAllowedOriginsInput(companyId string, apiCredentialId string) AllowedOriginsCompanyLevelApiListAllowedOriginsInput
Prepare a request for ListAllowedOrigins @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential. @return AllowedOriginsCompanyLevelApiListAllowedOriginsInput
type AllowedOriginsCompanyLevelApiCreateAllowedOriginInput ¶
type AllowedOriginsCompanyLevelApiCreateAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsCompanyLevelApi.CreateAllowedOrigin
func (AllowedOriginsCompanyLevelApiCreateAllowedOriginInput) AllowedOrigin ¶
func (r AllowedOriginsCompanyLevelApiCreateAllowedOriginInput) AllowedOrigin(allowedOrigin AllowedOrigin) AllowedOriginsCompanyLevelApiCreateAllowedOriginInput
type AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput ¶
type AllowedOriginsCompanyLevelApiDeleteAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsCompanyLevelApi.DeleteAllowedOrigin
type AllowedOriginsCompanyLevelApiGetAllowedOriginInput ¶
type AllowedOriginsCompanyLevelApiGetAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsCompanyLevelApi.GetAllowedOrigin
type AllowedOriginsCompanyLevelApiListAllowedOriginsInput ¶
type AllowedOriginsCompanyLevelApiListAllowedOriginsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsCompanyLevelApi.ListAllowedOrigins
type AllowedOriginsMerchantLevelApi ¶
AllowedOriginsMerchantLevelApi service
func (*AllowedOriginsMerchantLevelApi) CreateAllowedOrigin ¶
func (a *AllowedOriginsMerchantLevelApi) CreateAllowedOrigin(ctx context.Context, r AllowedOriginsMerchantLevelApiCreateAllowedOriginInput) (AllowedOriginsResponse, *http.Response, error)
CreateAllowedOrigin Create an allowed origin
Adds a new [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) to the API credential's list of allowed origins.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsMerchantLevelApiCreateAllowedOriginInput - Request parameters, see CreateAllowedOriginInput @return AllowedOriginsResponse, *http.Response, error
func (*AllowedOriginsMerchantLevelApi) CreateAllowedOriginInput ¶
func (a *AllowedOriginsMerchantLevelApi) CreateAllowedOriginInput(merchantId string, apiCredentialId string) AllowedOriginsMerchantLevelApiCreateAllowedOriginInput
Prepare a request for CreateAllowedOrigin @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential. @return AllowedOriginsMerchantLevelApiCreateAllowedOriginInput
func (*AllowedOriginsMerchantLevelApi) DeleteAllowedOrigin ¶
func (a *AllowedOriginsMerchantLevelApi) DeleteAllowedOrigin(ctx context.Context, r AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput) (*http.Response, error)
DeleteAllowedOrigin Delete an allowed origin
Removes the [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) identified in the path. As soon as an allowed origin is removed, we no longer accept client-side requests from that domain.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput - Request parameters, see DeleteAllowedOriginInput @return *http.Response, error
func (*AllowedOriginsMerchantLevelApi) DeleteAllowedOriginInput ¶
func (a *AllowedOriginsMerchantLevelApi) DeleteAllowedOriginInput(merchantId string, apiCredentialId string, originId string) AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput
Prepare a request for DeleteAllowedOrigin @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential.@param originId Unique identifier of the allowed origin. @return AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput
func (*AllowedOriginsMerchantLevelApi) GetAllowedOrigin ¶
func (a *AllowedOriginsMerchantLevelApi) GetAllowedOrigin(ctx context.Context, r AllowedOriginsMerchantLevelApiGetAllowedOriginInput) (AllowedOrigin, *http.Response, error)
GetAllowedOrigin Get an allowed origin
Returns the [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsMerchantLevelApiGetAllowedOriginInput - Request parameters, see GetAllowedOriginInput @return AllowedOrigin, *http.Response, error
func (*AllowedOriginsMerchantLevelApi) GetAllowedOriginInput ¶
func (a *AllowedOriginsMerchantLevelApi) GetAllowedOriginInput(merchantId string, apiCredentialId string, originId string) AllowedOriginsMerchantLevelApiGetAllowedOriginInput
Prepare a request for GetAllowedOrigin @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential.@param originId Unique identifier of the allowed origin. @return AllowedOriginsMerchantLevelApiGetAllowedOriginInput
func (*AllowedOriginsMerchantLevelApi) ListAllowedOrigins ¶
func (a *AllowedOriginsMerchantLevelApi) ListAllowedOrigins(ctx context.Context, r AllowedOriginsMerchantLevelApiListAllowedOriginsInput) (AllowedOriginsResponse, *http.Response, error)
ListAllowedOrigins Get a list of allowed origins
Returns the list of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) for the API credential identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AllowedOriginsMerchantLevelApiListAllowedOriginsInput - Request parameters, see ListAllowedOriginsInput @return AllowedOriginsResponse, *http.Response, error
func (*AllowedOriginsMerchantLevelApi) ListAllowedOriginsInput ¶
func (a *AllowedOriginsMerchantLevelApi) ListAllowedOriginsInput(merchantId string, apiCredentialId string) AllowedOriginsMerchantLevelApiListAllowedOriginsInput
Prepare a request for ListAllowedOrigins @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential. @return AllowedOriginsMerchantLevelApiListAllowedOriginsInput
type AllowedOriginsMerchantLevelApiCreateAllowedOriginInput ¶
type AllowedOriginsMerchantLevelApiCreateAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsMerchantLevelApi.CreateAllowedOrigin
func (AllowedOriginsMerchantLevelApiCreateAllowedOriginInput) AllowedOrigin ¶
func (r AllowedOriginsMerchantLevelApiCreateAllowedOriginInput) AllowedOrigin(allowedOrigin AllowedOrigin) AllowedOriginsMerchantLevelApiCreateAllowedOriginInput
type AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput ¶
type AllowedOriginsMerchantLevelApiDeleteAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsMerchantLevelApi.DeleteAllowedOrigin
type AllowedOriginsMerchantLevelApiGetAllowedOriginInput ¶
type AllowedOriginsMerchantLevelApiGetAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsMerchantLevelApi.GetAllowedOrigin
type AllowedOriginsMerchantLevelApiListAllowedOriginsInput ¶
type AllowedOriginsMerchantLevelApiListAllowedOriginsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AllowedOriginsMerchantLevelApi.ListAllowedOrigins
type AllowedOriginsResponse ¶
type AllowedOriginsResponse struct { // List of allowed origins. Data []AllowedOrigin `json:"data,omitempty"` }
AllowedOriginsResponse struct for AllowedOriginsResponse
func NewAllowedOriginsResponse ¶
func NewAllowedOriginsResponse() *AllowedOriginsResponse
NewAllowedOriginsResponse instantiates a new AllowedOriginsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAllowedOriginsResponseWithDefaults ¶
func NewAllowedOriginsResponseWithDefaults() *AllowedOriginsResponse
NewAllowedOriginsResponseWithDefaults instantiates a new AllowedOriginsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AllowedOriginsResponse) GetData ¶
func (o *AllowedOriginsResponse) GetData() []AllowedOrigin
GetData returns the Data field value if set, zero value otherwise.
func (*AllowedOriginsResponse) GetDataOk ¶
func (o *AllowedOriginsResponse) GetDataOk() ([]AllowedOrigin, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AllowedOriginsResponse) HasData ¶
func (o *AllowedOriginsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (AllowedOriginsResponse) MarshalJSON ¶
func (o AllowedOriginsResponse) MarshalJSON() ([]byte, error)
func (*AllowedOriginsResponse) SetData ¶
func (o *AllowedOriginsResponse) SetData(v []AllowedOrigin)
SetData gets a reference to the given []AllowedOrigin and assigns it to the Data field.
func (AllowedOriginsResponse) ToMap ¶
func (o AllowedOriginsResponse) ToMap() (map[string]interface{}, error)
type Amount ¶
type Amount struct { // The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). Currency string `json:"currency"` // The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). Value int64 `json:"value"` }
Amount struct for Amount
func NewAmount ¶
NewAmount instantiates a new Amount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAmountWithDefaults ¶
func NewAmountWithDefaults() *Amount
NewAmountWithDefaults instantiates a new Amount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Amount) GetCurrency ¶
GetCurrency returns the Currency field value
func (*Amount) GetCurrencyOk ¶
GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.
func (*Amount) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (Amount) MarshalJSON ¶
type AndroidApp ¶
type AndroidApp struct { // The description that was provided when uploading the app. The description is not shown on the terminal. Description *string `json:"description,omitempty"` // The error code of the app. It exists if the status is error or invalid. ErrorCode *string `json:"errorCode,omitempty"` // The unique identifier of the app. Id string `json:"id"` // The app name that is shown on the terminal. Label *string `json:"label,omitempty"` // The package name that uniquely identifies the Android app. PackageName *string `json:"packageName,omitempty"` // The status of the app. Possible values: * `processing`: the app is being signed and converted to a format that the terminal can handle. * `error`: something went wrong. Check that the app matches the [requirements](https://docs.adyen.com/point-of-sale/android-terminals/app-requirements). * `invalid`: there is something wrong with the APK file of the app. * `ready`: the app has been signed and converted. * `archived`: the app is no longer available. Status string `json:"status"` // The version number of the app. VersionCode *int32 `json:"versionCode,omitempty"` // The app version number that is shown on the terminal. VersionName *string `json:"versionName,omitempty"` }
AndroidApp struct for AndroidApp
func NewAndroidApp ¶
func NewAndroidApp(id string, status string) *AndroidApp
NewAndroidApp instantiates a new AndroidApp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAndroidAppWithDefaults ¶
func NewAndroidAppWithDefaults() *AndroidApp
NewAndroidAppWithDefaults instantiates a new AndroidApp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AndroidApp) GetDescription ¶
func (o *AndroidApp) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AndroidApp) GetDescriptionOk ¶
func (o *AndroidApp) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidApp) GetErrorCode ¶
func (o *AndroidApp) GetErrorCode() string
GetErrorCode returns the ErrorCode field value if set, zero value otherwise.
func (*AndroidApp) GetErrorCodeOk ¶
func (o *AndroidApp) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidApp) GetIdOk ¶
func (o *AndroidApp) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AndroidApp) GetLabel ¶
func (o *AndroidApp) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*AndroidApp) GetLabelOk ¶
func (o *AndroidApp) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidApp) GetPackageName ¶
func (o *AndroidApp) GetPackageName() string
GetPackageName returns the PackageName field value if set, zero value otherwise.
func (*AndroidApp) GetPackageNameOk ¶
func (o *AndroidApp) GetPackageNameOk() (*string, bool)
GetPackageNameOk returns a tuple with the PackageName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidApp) GetStatus ¶
func (o *AndroidApp) GetStatus() string
GetStatus returns the Status field value
func (*AndroidApp) GetStatusOk ¶
func (o *AndroidApp) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AndroidApp) GetVersionCode ¶
func (o *AndroidApp) GetVersionCode() int32
GetVersionCode returns the VersionCode field value if set, zero value otherwise.
func (*AndroidApp) GetVersionCodeOk ¶
func (o *AndroidApp) GetVersionCodeOk() (*int32, bool)
GetVersionCodeOk returns a tuple with the VersionCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidApp) GetVersionName ¶
func (o *AndroidApp) GetVersionName() string
GetVersionName returns the VersionName field value if set, zero value otherwise.
func (*AndroidApp) GetVersionNameOk ¶
func (o *AndroidApp) GetVersionNameOk() (*string, bool)
GetVersionNameOk returns a tuple with the VersionName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidApp) HasDescription ¶
func (o *AndroidApp) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AndroidApp) HasErrorCode ¶
func (o *AndroidApp) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (*AndroidApp) HasLabel ¶
func (o *AndroidApp) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*AndroidApp) HasPackageName ¶
func (o *AndroidApp) HasPackageName() bool
HasPackageName returns a boolean if a field has been set.
func (*AndroidApp) HasVersionCode ¶
func (o *AndroidApp) HasVersionCode() bool
HasVersionCode returns a boolean if a field has been set.
func (*AndroidApp) HasVersionName ¶
func (o *AndroidApp) HasVersionName() bool
HasVersionName returns a boolean if a field has been set.
func (AndroidApp) MarshalJSON ¶
func (o AndroidApp) MarshalJSON() ([]byte, error)
func (*AndroidApp) SetDescription ¶
func (o *AndroidApp) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AndroidApp) SetErrorCode ¶
func (o *AndroidApp) SetErrorCode(v string)
SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.
func (*AndroidApp) SetLabel ¶
func (o *AndroidApp) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*AndroidApp) SetPackageName ¶
func (o *AndroidApp) SetPackageName(v string)
SetPackageName gets a reference to the given string and assigns it to the PackageName field.
func (*AndroidApp) SetVersionCode ¶
func (o *AndroidApp) SetVersionCode(v int32)
SetVersionCode gets a reference to the given int32 and assigns it to the VersionCode field.
func (*AndroidApp) SetVersionName ¶
func (o *AndroidApp) SetVersionName(v string)
SetVersionName gets a reference to the given string and assigns it to the VersionName field.
func (AndroidApp) ToMap ¶
func (o AndroidApp) ToMap() (map[string]interface{}, error)
type AndroidAppsResponse ¶
type AndroidAppsResponse struct { // Apps uploaded for Android payment terminals. Data []AndroidApp `json:"data,omitempty"` }
AndroidAppsResponse struct for AndroidAppsResponse
func NewAndroidAppsResponse ¶
func NewAndroidAppsResponse() *AndroidAppsResponse
NewAndroidAppsResponse instantiates a new AndroidAppsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAndroidAppsResponseWithDefaults ¶
func NewAndroidAppsResponseWithDefaults() *AndroidAppsResponse
NewAndroidAppsResponseWithDefaults instantiates a new AndroidAppsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AndroidAppsResponse) GetData ¶
func (o *AndroidAppsResponse) GetData() []AndroidApp
GetData returns the Data field value if set, zero value otherwise.
func (*AndroidAppsResponse) GetDataOk ¶
func (o *AndroidAppsResponse) GetDataOk() ([]AndroidApp, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidAppsResponse) HasData ¶
func (o *AndroidAppsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (AndroidAppsResponse) MarshalJSON ¶
func (o AndroidAppsResponse) MarshalJSON() ([]byte, error)
func (*AndroidAppsResponse) SetData ¶
func (o *AndroidAppsResponse) SetData(v []AndroidApp)
SetData gets a reference to the given []AndroidApp and assigns it to the Data field.
func (AndroidAppsResponse) ToMap ¶
func (o AndroidAppsResponse) ToMap() (map[string]interface{}, error)
type AndroidCertificate ¶
type AndroidCertificate struct { // The description that was provided when uploading the certificate. Description *string `json:"description,omitempty"` // The file format of the certificate, as indicated by the file extension. For example, **.cert** or **.pem**. Extension *string `json:"extension,omitempty"` // The unique identifier of the certificate. Id string `json:"id"` // The file name of the certificate. For example, **mycert**. Name *string `json:"name,omitempty"` // The date when the certificate stops to be valid. NotAfter *time.Time `json:"notAfter,omitempty"` // The date when the certificate starts to be valid. NotBefore *time.Time `json:"notBefore,omitempty"` // The status of the certificate. Status *string `json:"status,omitempty"` }
AndroidCertificate struct for AndroidCertificate
func NewAndroidCertificate ¶
func NewAndroidCertificate(id string) *AndroidCertificate
NewAndroidCertificate instantiates a new AndroidCertificate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAndroidCertificateWithDefaults ¶
func NewAndroidCertificateWithDefaults() *AndroidCertificate
NewAndroidCertificateWithDefaults instantiates a new AndroidCertificate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AndroidCertificate) GetDescription ¶
func (o *AndroidCertificate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AndroidCertificate) GetDescriptionOk ¶
func (o *AndroidCertificate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidCertificate) GetExtension ¶
func (o *AndroidCertificate) GetExtension() string
GetExtension returns the Extension field value if set, zero value otherwise.
func (*AndroidCertificate) GetExtensionOk ¶
func (o *AndroidCertificate) GetExtensionOk() (*string, bool)
GetExtensionOk returns a tuple with the Extension field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidCertificate) GetId ¶
func (o *AndroidCertificate) GetId() string
GetId returns the Id field value
func (*AndroidCertificate) GetIdOk ¶
func (o *AndroidCertificate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AndroidCertificate) GetName ¶
func (o *AndroidCertificate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AndroidCertificate) GetNameOk ¶
func (o *AndroidCertificate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidCertificate) GetNotAfter ¶
func (o *AndroidCertificate) GetNotAfter() time.Time
GetNotAfter returns the NotAfter field value if set, zero value otherwise.
func (*AndroidCertificate) GetNotAfterOk ¶
func (o *AndroidCertificate) GetNotAfterOk() (*time.Time, bool)
GetNotAfterOk returns a tuple with the NotAfter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidCertificate) GetNotBefore ¶
func (o *AndroidCertificate) GetNotBefore() time.Time
GetNotBefore returns the NotBefore field value if set, zero value otherwise.
func (*AndroidCertificate) GetNotBeforeOk ¶
func (o *AndroidCertificate) GetNotBeforeOk() (*time.Time, bool)
GetNotBeforeOk returns a tuple with the NotBefore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidCertificate) GetStatus ¶
func (o *AndroidCertificate) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AndroidCertificate) GetStatusOk ¶
func (o *AndroidCertificate) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidCertificate) HasDescription ¶
func (o *AndroidCertificate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AndroidCertificate) HasExtension ¶
func (o *AndroidCertificate) HasExtension() bool
HasExtension returns a boolean if a field has been set.
func (*AndroidCertificate) HasName ¶
func (o *AndroidCertificate) HasName() bool
HasName returns a boolean if a field has been set.
func (*AndroidCertificate) HasNotAfter ¶
func (o *AndroidCertificate) HasNotAfter() bool
HasNotAfter returns a boolean if a field has been set.
func (*AndroidCertificate) HasNotBefore ¶
func (o *AndroidCertificate) HasNotBefore() bool
HasNotBefore returns a boolean if a field has been set.
func (*AndroidCertificate) HasStatus ¶
func (o *AndroidCertificate) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AndroidCertificate) MarshalJSON ¶
func (o AndroidCertificate) MarshalJSON() ([]byte, error)
func (*AndroidCertificate) SetDescription ¶
func (o *AndroidCertificate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AndroidCertificate) SetExtension ¶
func (o *AndroidCertificate) SetExtension(v string)
SetExtension gets a reference to the given string and assigns it to the Extension field.
func (*AndroidCertificate) SetId ¶
func (o *AndroidCertificate) SetId(v string)
SetId sets field value
func (*AndroidCertificate) SetName ¶
func (o *AndroidCertificate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AndroidCertificate) SetNotAfter ¶
func (o *AndroidCertificate) SetNotAfter(v time.Time)
SetNotAfter gets a reference to the given time.Time and assigns it to the NotAfter field.
func (*AndroidCertificate) SetNotBefore ¶
func (o *AndroidCertificate) SetNotBefore(v time.Time)
SetNotBefore gets a reference to the given time.Time and assigns it to the NotBefore field.
func (*AndroidCertificate) SetStatus ¶
func (o *AndroidCertificate) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AndroidCertificate) ToMap ¶
func (o AndroidCertificate) ToMap() (map[string]interface{}, error)
type AndroidCertificatesResponse ¶
type AndroidCertificatesResponse struct { // Uploaded Android certificates for Android payment terminals. Data []AndroidCertificate `json:"data,omitempty"` }
AndroidCertificatesResponse struct for AndroidCertificatesResponse
func NewAndroidCertificatesResponse ¶
func NewAndroidCertificatesResponse() *AndroidCertificatesResponse
NewAndroidCertificatesResponse instantiates a new AndroidCertificatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAndroidCertificatesResponseWithDefaults ¶
func NewAndroidCertificatesResponseWithDefaults() *AndroidCertificatesResponse
NewAndroidCertificatesResponseWithDefaults instantiates a new AndroidCertificatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AndroidCertificatesResponse) GetData ¶
func (o *AndroidCertificatesResponse) GetData() []AndroidCertificate
GetData returns the Data field value if set, zero value otherwise.
func (*AndroidCertificatesResponse) GetDataOk ¶
func (o *AndroidCertificatesResponse) GetDataOk() ([]AndroidCertificate, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AndroidCertificatesResponse) HasData ¶
func (o *AndroidCertificatesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (AndroidCertificatesResponse) MarshalJSON ¶
func (o AndroidCertificatesResponse) MarshalJSON() ([]byte, error)
func (*AndroidCertificatesResponse) SetData ¶
func (o *AndroidCertificatesResponse) SetData(v []AndroidCertificate)
SetData gets a reference to the given []AndroidCertificate and assigns it to the Data field.
func (AndroidCertificatesResponse) ToMap ¶
func (o AndroidCertificatesResponse) ToMap() (map[string]interface{}, error)
type AndroidFilesCompanyLevelApi ¶
AndroidFilesCompanyLevelApi service
func (*AndroidFilesCompanyLevelApi) GetAndroidApp ¶
func (a *AndroidFilesCompanyLevelApi) GetAndroidApp(ctx context.Context, r AndroidFilesCompanyLevelApiGetAndroidAppInput) (AndroidApp, *http.Response, error)
GetAndroidApp Get Android app
Returns the details of the Android app identified in the path. These apps have been uploaded to Adyen and can be installed or uninstalled on Android payment terminals through [terminal actions](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api).
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Android files read * Management API—Android files read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AndroidFilesCompanyLevelApiGetAndroidAppInput - Request parameters, see GetAndroidAppInput @return AndroidApp, *http.Response, error
func (*AndroidFilesCompanyLevelApi) GetAndroidAppInput ¶
func (a *AndroidFilesCompanyLevelApi) GetAndroidAppInput(companyId string, id string) AndroidFilesCompanyLevelApiGetAndroidAppInput
Prepare a request for GetAndroidApp @param companyId The unique identifier of the company account.@param id The unique identifier of the app. @return AndroidFilesCompanyLevelApiGetAndroidAppInput
func (*AndroidFilesCompanyLevelApi) ListAndroidApps ¶
func (a *AndroidFilesCompanyLevelApi) ListAndroidApps(ctx context.Context, r AndroidFilesCompanyLevelApiListAndroidAppsInput) (AndroidAppsResponse, *http.Response, error)
ListAndroidApps Get a list of Android apps
Returns a list of the Android apps that are available for the company identified in the path. These apps have been uploaded to Adyen and can be installed or uninstalled on Android payment terminals through [terminal actions](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api).
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Android files read * Management API—Android files read and write * Management API—Terminal actions read * Management API—Terminal actions read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AndroidFilesCompanyLevelApiListAndroidAppsInput - Request parameters, see ListAndroidAppsInput @return AndroidAppsResponse, *http.Response, error
func (*AndroidFilesCompanyLevelApi) ListAndroidAppsInput ¶
func (a *AndroidFilesCompanyLevelApi) ListAndroidAppsInput(companyId string) AndroidFilesCompanyLevelApiListAndroidAppsInput
Prepare a request for ListAndroidApps @param companyId The unique identifier of the company account. @return AndroidFilesCompanyLevelApiListAndroidAppsInput
func (*AndroidFilesCompanyLevelApi) ListAndroidCertificates ¶
func (a *AndroidFilesCompanyLevelApi) ListAndroidCertificates(ctx context.Context, r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) (AndroidCertificatesResponse, *http.Response, error)
ListAndroidCertificates Get a list of Android certificates
Returns a list of the Android certificates that are available for the company identified in the path. Typically, these certificates enable running apps on Android payment terminals. The certifcates in the list have been uploaded to Adyen and can be installed or uninstalled on Android terminals through [terminal actions](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api).
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Android files read * Management API—Android files read and write * Management API—Terminal actions read * Management API—Terminal actions read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AndroidFilesCompanyLevelApiListAndroidCertificatesInput - Request parameters, see ListAndroidCertificatesInput @return AndroidCertificatesResponse, *http.Response, error
func (*AndroidFilesCompanyLevelApi) ListAndroidCertificatesInput ¶
func (a *AndroidFilesCompanyLevelApi) ListAndroidCertificatesInput(companyId string) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
Prepare a request for ListAndroidCertificates @param companyId The unique identifier of the company account. @return AndroidFilesCompanyLevelApiListAndroidCertificatesInput
func (*AndroidFilesCompanyLevelApi) UploadAndroidApp ¶
func (a *AndroidFilesCompanyLevelApi) UploadAndroidApp(ctx context.Context, r AndroidFilesCompanyLevelApiUploadAndroidAppInput) (*http.Response, error)
UploadAndroidApp Upload Android App
Uploads an Android APK file to Adyen. The maximum APK file size is 200 MB. To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Android files read and write
>By choosing to upload, install, or run any third-party applications on an Adyen payment terminal, you accept full responsibility and liability for any consequences of uploading, installing, or running any such applications.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r AndroidFilesCompanyLevelApiUploadAndroidAppInput - Request parameters, see UploadAndroidAppInput @return *http.Response, error
func (*AndroidFilesCompanyLevelApi) UploadAndroidAppInput ¶
func (a *AndroidFilesCompanyLevelApi) UploadAndroidAppInput(companyId string) AndroidFilesCompanyLevelApiUploadAndroidAppInput
Prepare a request for UploadAndroidApp @param companyId The unique identifier of the company account. @return AndroidFilesCompanyLevelApiUploadAndroidAppInput
type AndroidFilesCompanyLevelApiGetAndroidAppInput ¶
type AndroidFilesCompanyLevelApiGetAndroidAppInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AndroidFilesCompanyLevelApi.GetAndroidApp
type AndroidFilesCompanyLevelApiListAndroidAppsInput ¶
type AndroidFilesCompanyLevelApiListAndroidAppsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AndroidFilesCompanyLevelApi.ListAndroidApps
func (AndroidFilesCompanyLevelApiListAndroidAppsInput) PackageName ¶
func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) PackageName(packageName string) AndroidFilesCompanyLevelApiListAndroidAppsInput
The package name that uniquely identifies the Android app.
func (AndroidFilesCompanyLevelApiListAndroidAppsInput) PageNumber ¶
func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) PageNumber(pageNumber int32) AndroidFilesCompanyLevelApiListAndroidAppsInput
The number of the page to fetch.
func (AndroidFilesCompanyLevelApiListAndroidAppsInput) PageSize ¶
func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) PageSize(pageSize int32) AndroidFilesCompanyLevelApiListAndroidAppsInput
The number of items to have on a page, maximum 100. The default is 20 items on a page.
func (AndroidFilesCompanyLevelApiListAndroidAppsInput) VersionCode ¶
func (r AndroidFilesCompanyLevelApiListAndroidAppsInput) VersionCode(versionCode int32) AndroidFilesCompanyLevelApiListAndroidAppsInput
The version number of the app.
type AndroidFilesCompanyLevelApiListAndroidCertificatesInput ¶
type AndroidFilesCompanyLevelApiListAndroidCertificatesInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AndroidFilesCompanyLevelApi.ListAndroidCertificates
func (AndroidFilesCompanyLevelApiListAndroidCertificatesInput) CertificateName ¶
func (r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) CertificateName(certificateName string) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
The name of the certificate.
func (AndroidFilesCompanyLevelApiListAndroidCertificatesInput) PageNumber ¶
func (r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) PageNumber(pageNumber int32) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
The number of the page to fetch.
func (AndroidFilesCompanyLevelApiListAndroidCertificatesInput) PageSize ¶
func (r AndroidFilesCompanyLevelApiListAndroidCertificatesInput) PageSize(pageSize int32) AndroidFilesCompanyLevelApiListAndroidCertificatesInput
The number of items to have on a page, maximum 100. The default is 20 items on a page.
type AndroidFilesCompanyLevelApiUploadAndroidAppInput ¶
type AndroidFilesCompanyLevelApiUploadAndroidAppInput struct {
// contains filtered or unexported fields
}
All parameters accepted by AndroidFilesCompanyLevelApi.UploadAndroidApp
type ApiCredential ¶
type ApiCredential struct { Links *ApiCredentialLinks `json:"_links,omitempty"` // Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration. Active bool `json:"active"` // List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, you get a security error. AllowedIpAddresses []string `json:"allowedIpAddresses"` // List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential. AllowedOrigins []AllowedOrigin `json:"allowedOrigins,omitempty"` // Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations. ClientKey string `json:"clientKey"` // Description of the API credential. Description *string `json:"description,omitempty"` // Unique identifier of the API credential. Id string `json:"id"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Roles []string `json:"roles"` // The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**. Username string `json:"username"` }
ApiCredential struct for ApiCredential
func NewApiCredential ¶
func NewApiCredential(active bool, allowedIpAddresses []string, clientKey string, id string, roles []string, username string) *ApiCredential
NewApiCredential instantiates a new ApiCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiCredentialWithDefaults ¶
func NewApiCredentialWithDefaults() *ApiCredential
NewApiCredentialWithDefaults instantiates a new ApiCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiCredential) GetActive ¶
func (o *ApiCredential) GetActive() bool
GetActive returns the Active field value
func (*ApiCredential) GetActiveOk ¶
func (o *ApiCredential) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*ApiCredential) GetAllowedIpAddresses ¶
func (o *ApiCredential) GetAllowedIpAddresses() []string
GetAllowedIpAddresses returns the AllowedIpAddresses field value
func (*ApiCredential) GetAllowedIpAddressesOk ¶
func (o *ApiCredential) GetAllowedIpAddressesOk() ([]string, bool)
GetAllowedIpAddressesOk returns a tuple with the AllowedIpAddresses field value and a boolean to check if the value has been set.
func (*ApiCredential) GetAllowedOrigins ¶
func (o *ApiCredential) GetAllowedOrigins() []AllowedOrigin
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*ApiCredential) GetAllowedOriginsOk ¶
func (o *ApiCredential) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredential) GetClientKey ¶
func (o *ApiCredential) GetClientKey() string
GetClientKey returns the ClientKey field value
func (*ApiCredential) GetClientKeyOk ¶
func (o *ApiCredential) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey field value and a boolean to check if the value has been set.
func (*ApiCredential) GetDescription ¶
func (o *ApiCredential) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApiCredential) GetDescriptionOk ¶
func (o *ApiCredential) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredential) GetId ¶
func (o *ApiCredential) GetId() string
GetId returns the Id field value
func (*ApiCredential) GetIdOk ¶
func (o *ApiCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ApiCredential) GetLinks ¶
func (o *ApiCredential) GetLinks() ApiCredentialLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ApiCredential) GetLinksOk ¶
func (o *ApiCredential) GetLinksOk() (*ApiCredentialLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredential) GetRoles ¶
func (o *ApiCredential) GetRoles() []string
GetRoles returns the Roles field value
func (*ApiCredential) GetRolesOk ¶
func (o *ApiCredential) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*ApiCredential) GetUsername ¶
func (o *ApiCredential) GetUsername() string
GetUsername returns the Username field value
func (*ApiCredential) GetUsernameOk ¶
func (o *ApiCredential) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*ApiCredential) HasAllowedOrigins ¶
func (o *ApiCredential) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*ApiCredential) HasDescription ¶
func (o *ApiCredential) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApiCredential) HasLinks ¶
func (o *ApiCredential) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ApiCredential) MarshalJSON ¶
func (o ApiCredential) MarshalJSON() ([]byte, error)
func (*ApiCredential) SetActive ¶
func (o *ApiCredential) SetActive(v bool)
SetActive sets field value
func (*ApiCredential) SetAllowedIpAddresses ¶
func (o *ApiCredential) SetAllowedIpAddresses(v []string)
SetAllowedIpAddresses sets field value
func (*ApiCredential) SetAllowedOrigins ¶
func (o *ApiCredential) SetAllowedOrigins(v []AllowedOrigin)
SetAllowedOrigins gets a reference to the given []AllowedOrigin and assigns it to the AllowedOrigins field.
func (*ApiCredential) SetClientKey ¶
func (o *ApiCredential) SetClientKey(v string)
SetClientKey sets field value
func (*ApiCredential) SetDescription ¶
func (o *ApiCredential) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApiCredential) SetLinks ¶
func (o *ApiCredential) SetLinks(v ApiCredentialLinks)
SetLinks gets a reference to the given ApiCredentialLinks and assigns it to the Links field.
func (*ApiCredential) SetRoles ¶
func (o *ApiCredential) SetRoles(v []string)
SetRoles sets field value
func (*ApiCredential) SetUsername ¶
func (o *ApiCredential) SetUsername(v string)
SetUsername sets field value
func (ApiCredential) ToMap ¶
func (o ApiCredential) ToMap() (map[string]interface{}, error)
type ApiCredentialLinks ¶
type ApiCredentialLinks struct { AllowedOrigins *LinksElement `json:"allowedOrigins,omitempty"` Company *LinksElement `json:"company,omitempty"` GenerateApiKey *LinksElement `json:"generateApiKey,omitempty"` GenerateClientKey *LinksElement `json:"generateClientKey,omitempty"` Merchant *LinksElement `json:"merchant,omitempty"` Self LinksElement `json:"self"` }
ApiCredentialLinks struct for ApiCredentialLinks
func NewApiCredentialLinks ¶
func NewApiCredentialLinks(self LinksElement) *ApiCredentialLinks
NewApiCredentialLinks instantiates a new ApiCredentialLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiCredentialLinksWithDefaults ¶
func NewApiCredentialLinksWithDefaults() *ApiCredentialLinks
NewApiCredentialLinksWithDefaults instantiates a new ApiCredentialLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiCredentialLinks) GetAllowedOrigins ¶
func (o *ApiCredentialLinks) GetAllowedOrigins() LinksElement
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*ApiCredentialLinks) GetAllowedOriginsOk ¶
func (o *ApiCredentialLinks) GetAllowedOriginsOk() (*LinksElement, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredentialLinks) GetCompany ¶
func (o *ApiCredentialLinks) GetCompany() LinksElement
GetCompany returns the Company field value if set, zero value otherwise.
func (*ApiCredentialLinks) GetCompanyOk ¶
func (o *ApiCredentialLinks) GetCompanyOk() (*LinksElement, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredentialLinks) GetGenerateApiKey ¶
func (o *ApiCredentialLinks) GetGenerateApiKey() LinksElement
GetGenerateApiKey returns the GenerateApiKey field value if set, zero value otherwise.
func (*ApiCredentialLinks) GetGenerateApiKeyOk ¶
func (o *ApiCredentialLinks) GetGenerateApiKeyOk() (*LinksElement, bool)
GetGenerateApiKeyOk returns a tuple with the GenerateApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredentialLinks) GetGenerateClientKey ¶
func (o *ApiCredentialLinks) GetGenerateClientKey() LinksElement
GetGenerateClientKey returns the GenerateClientKey field value if set, zero value otherwise.
func (*ApiCredentialLinks) GetGenerateClientKeyOk ¶
func (o *ApiCredentialLinks) GetGenerateClientKeyOk() (*LinksElement, bool)
GetGenerateClientKeyOk returns a tuple with the GenerateClientKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredentialLinks) GetMerchant ¶
func (o *ApiCredentialLinks) GetMerchant() LinksElement
GetMerchant returns the Merchant field value if set, zero value otherwise.
func (*ApiCredentialLinks) GetMerchantOk ¶
func (o *ApiCredentialLinks) GetMerchantOk() (*LinksElement, bool)
GetMerchantOk returns a tuple with the Merchant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiCredentialLinks) GetSelf ¶
func (o *ApiCredentialLinks) GetSelf() LinksElement
GetSelf returns the Self field value
func (*ApiCredentialLinks) GetSelfOk ¶
func (o *ApiCredentialLinks) GetSelfOk() (*LinksElement, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*ApiCredentialLinks) HasAllowedOrigins ¶
func (o *ApiCredentialLinks) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*ApiCredentialLinks) HasCompany ¶
func (o *ApiCredentialLinks) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*ApiCredentialLinks) HasGenerateApiKey ¶
func (o *ApiCredentialLinks) HasGenerateApiKey() bool
HasGenerateApiKey returns a boolean if a field has been set.
func (*ApiCredentialLinks) HasGenerateClientKey ¶
func (o *ApiCredentialLinks) HasGenerateClientKey() bool
HasGenerateClientKey returns a boolean if a field has been set.
func (*ApiCredentialLinks) HasMerchant ¶
func (o *ApiCredentialLinks) HasMerchant() bool
HasMerchant returns a boolean if a field has been set.
func (ApiCredentialLinks) MarshalJSON ¶
func (o ApiCredentialLinks) MarshalJSON() ([]byte, error)
func (*ApiCredentialLinks) SetAllowedOrigins ¶
func (o *ApiCredentialLinks) SetAllowedOrigins(v LinksElement)
SetAllowedOrigins gets a reference to the given LinksElement and assigns it to the AllowedOrigins field.
func (*ApiCredentialLinks) SetCompany ¶
func (o *ApiCredentialLinks) SetCompany(v LinksElement)
SetCompany gets a reference to the given LinksElement and assigns it to the Company field.
func (*ApiCredentialLinks) SetGenerateApiKey ¶
func (o *ApiCredentialLinks) SetGenerateApiKey(v LinksElement)
SetGenerateApiKey gets a reference to the given LinksElement and assigns it to the GenerateApiKey field.
func (*ApiCredentialLinks) SetGenerateClientKey ¶
func (o *ApiCredentialLinks) SetGenerateClientKey(v LinksElement)
SetGenerateClientKey gets a reference to the given LinksElement and assigns it to the GenerateClientKey field.
func (*ApiCredentialLinks) SetMerchant ¶
func (o *ApiCredentialLinks) SetMerchant(v LinksElement)
SetMerchant gets a reference to the given LinksElement and assigns it to the Merchant field.
func (*ApiCredentialLinks) SetSelf ¶
func (o *ApiCredentialLinks) SetSelf(v LinksElement)
SetSelf sets field value
func (ApiCredentialLinks) ToMap ¶
func (o ApiCredentialLinks) ToMap() (map[string]interface{}, error)
type ApplePayInfo ¶
type ApplePayInfo struct { // The list of merchant domains. Maximum: 99 domains per request. For more information, see [Apple Pay documentation](https://docs.adyen.com/payment-methods/apple-pay/web-drop-in?tab=adyen-certificate-live_1#going-live). Domains []string `json:"domains"` }
ApplePayInfo struct for ApplePayInfo
func NewApplePayInfo ¶
func NewApplePayInfo(domains []string) *ApplePayInfo
NewApplePayInfo instantiates a new ApplePayInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplePayInfoWithDefaults ¶
func NewApplePayInfoWithDefaults() *ApplePayInfo
NewApplePayInfoWithDefaults instantiates a new ApplePayInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplePayInfo) GetDomains ¶
func (o *ApplePayInfo) GetDomains() []string
GetDomains returns the Domains field value
func (*ApplePayInfo) GetDomainsOk ¶
func (o *ApplePayInfo) GetDomainsOk() ([]string, bool)
GetDomainsOk returns a tuple with the Domains field value and a boolean to check if the value has been set.
func (ApplePayInfo) MarshalJSON ¶
func (o ApplePayInfo) MarshalJSON() ([]byte, error)
func (*ApplePayInfo) SetDomains ¶
func (o *ApplePayInfo) SetDomains(v []string)
SetDomains sets field value
func (ApplePayInfo) ToMap ¶
func (o ApplePayInfo) ToMap() (map[string]interface{}, error)
type BcmcInfo ¶
type BcmcInfo struct { // Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled. EnableBcmcMobile *bool `json:"enableBcmcMobile,omitempty"` TransactionDescription *TransactionDescriptionInfo `json:"transactionDescription,omitempty"` }
BcmcInfo struct for BcmcInfo
func NewBcmcInfo ¶
func NewBcmcInfo() *BcmcInfo
NewBcmcInfo instantiates a new BcmcInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBcmcInfoWithDefaults ¶
func NewBcmcInfoWithDefaults() *BcmcInfo
NewBcmcInfoWithDefaults instantiates a new BcmcInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BcmcInfo) GetEnableBcmcMobile ¶
GetEnableBcmcMobile returns the EnableBcmcMobile field value if set, zero value otherwise.
func (*BcmcInfo) GetEnableBcmcMobileOk ¶
GetEnableBcmcMobileOk returns a tuple with the EnableBcmcMobile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BcmcInfo) GetTransactionDescription ¶
func (o *BcmcInfo) GetTransactionDescription() TransactionDescriptionInfo
GetTransactionDescription returns the TransactionDescription field value if set, zero value otherwise.
func (*BcmcInfo) GetTransactionDescriptionOk ¶
func (o *BcmcInfo) GetTransactionDescriptionOk() (*TransactionDescriptionInfo, bool)
GetTransactionDescriptionOk returns a tuple with the TransactionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BcmcInfo) HasEnableBcmcMobile ¶
HasEnableBcmcMobile returns a boolean if a field has been set.
func (*BcmcInfo) HasTransactionDescription ¶
HasTransactionDescription returns a boolean if a field has been set.
func (BcmcInfo) MarshalJSON ¶
func (*BcmcInfo) SetEnableBcmcMobile ¶
SetEnableBcmcMobile gets a reference to the given bool and assigns it to the EnableBcmcMobile field.
func (*BcmcInfo) SetTransactionDescription ¶
func (o *BcmcInfo) SetTransactionDescription(v TransactionDescriptionInfo)
SetTransactionDescription gets a reference to the given TransactionDescriptionInfo and assigns it to the TransactionDescription field.
type BillingEntitiesResponse ¶
type BillingEntitiesResponse struct { // List of legal entities that can be used for the billing of orders. Data []BillingEntity `json:"data,omitempty"` }
BillingEntitiesResponse struct for BillingEntitiesResponse
func NewBillingEntitiesResponse ¶
func NewBillingEntitiesResponse() *BillingEntitiesResponse
NewBillingEntitiesResponse instantiates a new BillingEntitiesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEntitiesResponseWithDefaults ¶
func NewBillingEntitiesResponseWithDefaults() *BillingEntitiesResponse
NewBillingEntitiesResponseWithDefaults instantiates a new BillingEntitiesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEntitiesResponse) GetData ¶
func (o *BillingEntitiesResponse) GetData() []BillingEntity
GetData returns the Data field value if set, zero value otherwise.
func (*BillingEntitiesResponse) GetDataOk ¶
func (o *BillingEntitiesResponse) GetDataOk() ([]BillingEntity, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEntitiesResponse) HasData ¶
func (o *BillingEntitiesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (BillingEntitiesResponse) MarshalJSON ¶
func (o BillingEntitiesResponse) MarshalJSON() ([]byte, error)
func (*BillingEntitiesResponse) SetData ¶
func (o *BillingEntitiesResponse) SetData(v []BillingEntity)
SetData gets a reference to the given []BillingEntity and assigns it to the Data field.
func (BillingEntitiesResponse) ToMap ¶
func (o BillingEntitiesResponse) ToMap() (map[string]interface{}, error)
type BillingEntity ¶
type BillingEntity struct { Address *Address `json:"address,omitempty"` // The email address of the billing entity. Email *string `json:"email,omitempty"` // The unique identifier of the billing entity, for use as `billingEntityId` when creating an order. Id *string `json:"id,omitempty"` // The unique name of the billing entity. Name *string `json:"name,omitempty"` // The tax number of the billing entity. TaxId *string `json:"taxId,omitempty"` }
BillingEntity struct for BillingEntity
func NewBillingEntity ¶
func NewBillingEntity() *BillingEntity
NewBillingEntity instantiates a new BillingEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEntityWithDefaults ¶
func NewBillingEntityWithDefaults() *BillingEntity
NewBillingEntityWithDefaults instantiates a new BillingEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEntity) GetAddress ¶
func (o *BillingEntity) GetAddress() Address
GetAddress returns the Address field value if set, zero value otherwise.
func (*BillingEntity) GetAddressOk ¶
func (o *BillingEntity) GetAddressOk() (*Address, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEntity) GetEmail ¶
func (o *BillingEntity) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*BillingEntity) GetEmailOk ¶
func (o *BillingEntity) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEntity) GetId ¶
func (o *BillingEntity) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingEntity) GetIdOk ¶
func (o *BillingEntity) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEntity) GetName ¶
func (o *BillingEntity) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BillingEntity) GetNameOk ¶
func (o *BillingEntity) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEntity) GetTaxId ¶
func (o *BillingEntity) GetTaxId() string
GetTaxId returns the TaxId field value if set, zero value otherwise.
func (*BillingEntity) GetTaxIdOk ¶
func (o *BillingEntity) GetTaxIdOk() (*string, bool)
GetTaxIdOk returns a tuple with the TaxId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEntity) HasAddress ¶
func (o *BillingEntity) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*BillingEntity) HasEmail ¶
func (o *BillingEntity) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*BillingEntity) HasId ¶
func (o *BillingEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingEntity) HasName ¶
func (o *BillingEntity) HasName() bool
HasName returns a boolean if a field has been set.
func (*BillingEntity) HasTaxId ¶
func (o *BillingEntity) HasTaxId() bool
HasTaxId returns a boolean if a field has been set.
func (BillingEntity) MarshalJSON ¶
func (o BillingEntity) MarshalJSON() ([]byte, error)
func (*BillingEntity) SetAddress ¶
func (o *BillingEntity) SetAddress(v Address)
SetAddress gets a reference to the given Address and assigns it to the Address field.
func (*BillingEntity) SetEmail ¶
func (o *BillingEntity) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*BillingEntity) SetId ¶
func (o *BillingEntity) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingEntity) SetName ¶
func (o *BillingEntity) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*BillingEntity) SetTaxId ¶
func (o *BillingEntity) SetTaxId(v string)
SetTaxId gets a reference to the given string and assigns it to the TaxId field.
func (BillingEntity) ToMap ¶
func (o BillingEntity) ToMap() (map[string]interface{}, error)
type CardholderReceipt ¶
type CardholderReceipt struct { // A custom header to show on the shopper receipt for an authorised transaction. Allows one or two comma-separated header lines, and blank lines. For example, `header,header,filler` HeaderForAuthorizedReceipt *string `json:"headerForAuthorizedReceipt,omitempty"` }
CardholderReceipt struct for CardholderReceipt
func NewCardholderReceipt ¶
func NewCardholderReceipt() *CardholderReceipt
NewCardholderReceipt instantiates a new CardholderReceipt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCardholderReceiptWithDefaults ¶
func NewCardholderReceiptWithDefaults() *CardholderReceipt
NewCardholderReceiptWithDefaults instantiates a new CardholderReceipt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CardholderReceipt) GetHeaderForAuthorizedReceipt ¶
func (o *CardholderReceipt) GetHeaderForAuthorizedReceipt() string
GetHeaderForAuthorizedReceipt returns the HeaderForAuthorizedReceipt field value if set, zero value otherwise.
func (*CardholderReceipt) GetHeaderForAuthorizedReceiptOk ¶
func (o *CardholderReceipt) GetHeaderForAuthorizedReceiptOk() (*string, bool)
GetHeaderForAuthorizedReceiptOk returns a tuple with the HeaderForAuthorizedReceipt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardholderReceipt) HasHeaderForAuthorizedReceipt ¶
func (o *CardholderReceipt) HasHeaderForAuthorizedReceipt() bool
HasHeaderForAuthorizedReceipt returns a boolean if a field has been set.
func (CardholderReceipt) MarshalJSON ¶
func (o CardholderReceipt) MarshalJSON() ([]byte, error)
func (*CardholderReceipt) SetHeaderForAuthorizedReceipt ¶
func (o *CardholderReceipt) SetHeaderForAuthorizedReceipt(v string)
SetHeaderForAuthorizedReceipt gets a reference to the given string and assigns it to the HeaderForAuthorizedReceipt field.
func (CardholderReceipt) ToMap ¶
func (o CardholderReceipt) ToMap() (map[string]interface{}, error)
type CartesBancairesInfo ¶
type CartesBancairesInfo struct { // Cartes Bancaires SIRET. Format: 14 digits. Siret string `json:"siret"` TransactionDescription *TransactionDescriptionInfo `json:"transactionDescription,omitempty"` }
CartesBancairesInfo struct for CartesBancairesInfo
func NewCartesBancairesInfo ¶
func NewCartesBancairesInfo(siret string) *CartesBancairesInfo
NewCartesBancairesInfo instantiates a new CartesBancairesInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCartesBancairesInfoWithDefaults ¶
func NewCartesBancairesInfoWithDefaults() *CartesBancairesInfo
NewCartesBancairesInfoWithDefaults instantiates a new CartesBancairesInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CartesBancairesInfo) GetSiret ¶
func (o *CartesBancairesInfo) GetSiret() string
GetSiret returns the Siret field value
func (*CartesBancairesInfo) GetSiretOk ¶
func (o *CartesBancairesInfo) GetSiretOk() (*string, bool)
GetSiretOk returns a tuple with the Siret field value and a boolean to check if the value has been set.
func (*CartesBancairesInfo) GetTransactionDescription ¶
func (o *CartesBancairesInfo) GetTransactionDescription() TransactionDescriptionInfo
GetTransactionDescription returns the TransactionDescription field value if set, zero value otherwise.
func (*CartesBancairesInfo) GetTransactionDescriptionOk ¶
func (o *CartesBancairesInfo) GetTransactionDescriptionOk() (*TransactionDescriptionInfo, bool)
GetTransactionDescriptionOk returns a tuple with the TransactionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CartesBancairesInfo) HasTransactionDescription ¶
func (o *CartesBancairesInfo) HasTransactionDescription() bool
HasTransactionDescription returns a boolean if a field has been set.
func (CartesBancairesInfo) MarshalJSON ¶
func (o CartesBancairesInfo) MarshalJSON() ([]byte, error)
func (*CartesBancairesInfo) SetSiret ¶
func (o *CartesBancairesInfo) SetSiret(v string)
SetSiret sets field value
func (*CartesBancairesInfo) SetTransactionDescription ¶
func (o *CartesBancairesInfo) SetTransactionDescription(v TransactionDescriptionInfo)
SetTransactionDescription gets a reference to the given TransactionDescriptionInfo and assigns it to the TransactionDescription field.
func (CartesBancairesInfo) ToMap ¶
func (o CartesBancairesInfo) ToMap() (map[string]interface{}, error)
type ClearpayInfo ¶
type ClearpayInfo struct { // Support Url SupportUrl string `json:"supportUrl"` }
ClearpayInfo struct for ClearpayInfo
func NewClearpayInfo ¶
func NewClearpayInfo(supportUrl string) *ClearpayInfo
NewClearpayInfo instantiates a new ClearpayInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewClearpayInfoWithDefaults ¶
func NewClearpayInfoWithDefaults() *ClearpayInfo
NewClearpayInfoWithDefaults instantiates a new ClearpayInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ClearpayInfo) GetSupportUrl ¶
func (o *ClearpayInfo) GetSupportUrl() string
GetSupportUrl returns the SupportUrl field value
func (*ClearpayInfo) GetSupportUrlOk ¶
func (o *ClearpayInfo) GetSupportUrlOk() (*string, bool)
GetSupportUrlOk returns a tuple with the SupportUrl field value and a boolean to check if the value has been set.
func (ClearpayInfo) MarshalJSON ¶
func (o ClearpayInfo) MarshalJSON() ([]byte, error)
func (*ClearpayInfo) SetSupportUrl ¶
func (o *ClearpayInfo) SetSupportUrl(v string)
SetSupportUrl sets field value
func (ClearpayInfo) ToMap ¶
func (o ClearpayInfo) ToMap() (map[string]interface{}, error)
type ClientKeyCompanyLevelApi ¶
ClientKeyCompanyLevelApi service
func (*ClientKeyCompanyLevelApi) GenerateNewClientKey ¶
func (a *ClientKeyCompanyLevelApi) GenerateNewClientKey(ctx context.Context, r ClientKeyCompanyLevelApiGenerateNewClientKeyInput) (GenerateClientKeyResponse, *http.Response, error)
GenerateNewClientKey Generate new client key
Returns a new [client key](https://docs.adyen.com/development-resources/client-side-authentication#how-it-works) for the API credential identified in the path. You can use the new client key a few minutes after generating it. The old client key stops working 24 hours after generating a new one.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r ClientKeyCompanyLevelApiGenerateNewClientKeyInput - Request parameters, see GenerateNewClientKeyInput @return GenerateClientKeyResponse, *http.Response, error
func (*ClientKeyCompanyLevelApi) GenerateNewClientKeyInput ¶
func (a *ClientKeyCompanyLevelApi) GenerateNewClientKeyInput(companyId string, apiCredentialId string) ClientKeyCompanyLevelApiGenerateNewClientKeyInput
Prepare a request for GenerateNewClientKey @param companyId The unique identifier of the company account.@param apiCredentialId Unique identifier of the API credential. @return ClientKeyCompanyLevelApiGenerateNewClientKeyInput
type ClientKeyCompanyLevelApiGenerateNewClientKeyInput ¶
type ClientKeyCompanyLevelApiGenerateNewClientKeyInput struct {
// contains filtered or unexported fields
}
All parameters accepted by ClientKeyCompanyLevelApi.GenerateNewClientKey
type ClientKeyMerchantLevelApi ¶
ClientKeyMerchantLevelApi service
func (*ClientKeyMerchantLevelApi) GenerateNewClientKey ¶
func (a *ClientKeyMerchantLevelApi) GenerateNewClientKey(ctx context.Context, r ClientKeyMerchantLevelApiGenerateNewClientKeyInput) (GenerateClientKeyResponse, *http.Response, error)
GenerateNewClientKey Generate new client key
Returns a new [client key](https://docs.adyen.com/development-resources/client-side-authentication#how-it-works) for the API credential identified in the path. You can use the new client key a few minutes after generating it. The old client key stops working 24 hours after generating a new one.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r ClientKeyMerchantLevelApiGenerateNewClientKeyInput - Request parameters, see GenerateNewClientKeyInput @return GenerateClientKeyResponse, *http.Response, error
func (*ClientKeyMerchantLevelApi) GenerateNewClientKeyInput ¶
func (a *ClientKeyMerchantLevelApi) GenerateNewClientKeyInput(merchantId string, apiCredentialId string) ClientKeyMerchantLevelApiGenerateNewClientKeyInput
Prepare a request for GenerateNewClientKey @param merchantId The unique identifier of the merchant account.@param apiCredentialId Unique identifier of the API credential. @return ClientKeyMerchantLevelApiGenerateNewClientKeyInput
type ClientKeyMerchantLevelApiGenerateNewClientKeyInput ¶
type ClientKeyMerchantLevelApiGenerateNewClientKeyInput struct {
// contains filtered or unexported fields
}
All parameters accepted by ClientKeyMerchantLevelApi.GenerateNewClientKey
type Commission ¶
type Commission struct { // A fixed commission fee, in minor units. FixedAmount *int64 `json:"fixedAmount,omitempty"` // A variable commission fee, in basis points. VariablePercentage *int64 `json:"variablePercentage,omitempty"` }
Commission struct for Commission
func NewCommission ¶
func NewCommission() *Commission
NewCommission instantiates a new Commission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommissionWithDefaults ¶
func NewCommissionWithDefaults() *Commission
NewCommissionWithDefaults instantiates a new Commission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Commission) GetFixedAmount ¶
func (o *Commission) GetFixedAmount() int64
GetFixedAmount returns the FixedAmount field value if set, zero value otherwise.
func (*Commission) GetFixedAmountOk ¶
func (o *Commission) GetFixedAmountOk() (*int64, bool)
GetFixedAmountOk returns a tuple with the FixedAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commission) GetVariablePercentage ¶
func (o *Commission) GetVariablePercentage() int64
GetVariablePercentage returns the VariablePercentage field value if set, zero value otherwise.
func (*Commission) GetVariablePercentageOk ¶
func (o *Commission) GetVariablePercentageOk() (*int64, bool)
GetVariablePercentageOk returns a tuple with the VariablePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commission) HasFixedAmount ¶
func (o *Commission) HasFixedAmount() bool
HasFixedAmount returns a boolean if a field has been set.
func (*Commission) HasVariablePercentage ¶
func (o *Commission) HasVariablePercentage() bool
HasVariablePercentage returns a boolean if a field has been set.
func (Commission) MarshalJSON ¶
func (o Commission) MarshalJSON() ([]byte, error)
func (*Commission) SetFixedAmount ¶
func (o *Commission) SetFixedAmount(v int64)
SetFixedAmount gets a reference to the given int64 and assigns it to the FixedAmount field.
func (*Commission) SetVariablePercentage ¶
func (o *Commission) SetVariablePercentage(v int64)
SetVariablePercentage gets a reference to the given int64 and assigns it to the VariablePercentage field.
func (Commission) ToMap ¶
func (o Commission) ToMap() (map[string]interface{}, error)
type Company ¶
type Company struct { Links *CompanyLinks `json:"_links,omitempty"` // List of available data centers. Adyen has several data centers around the world.In the URL that you use for making API requests, we recommend you use the live URL prefix from the data center closest to your shoppers. DataCenters []DataCenter `json:"dataCenters,omitempty"` // Your description for the company account, maximum 300 characters Description *string `json:"description,omitempty"` // The unique identifier of the company account. Id *string `json:"id,omitempty"` // The legal or trading name of the company. Name *string `json:"name,omitempty"` // Your reference to the account Reference *string `json:"reference,omitempty"` // The status of the company account. Possible values: * **Active**: Users can log in. Processing and payout capabilities depend on the status of the merchant account. * **Inactive**: Users can log in. Payment processing and payouts are disabled. * **Closed**: The company account is closed and this cannot be reversed. Users cannot log in. Payment processing and payouts are disabled. Status *string `json:"status,omitempty"` }
Company struct for Company
func NewCompany ¶
func NewCompany() *Company
NewCompany instantiates a new Company object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompanyWithDefaults ¶
func NewCompanyWithDefaults() *Company
NewCompanyWithDefaults instantiates a new Company object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Company) GetDataCenters ¶
func (o *Company) GetDataCenters() []DataCenter
GetDataCenters returns the DataCenters field value if set, zero value otherwise.
func (*Company) GetDataCentersOk ¶
func (o *Company) GetDataCentersOk() ([]DataCenter, bool)
GetDataCentersOk returns a tuple with the DataCenters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Company) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Company) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Company) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Company) GetLinks ¶
func (o *Company) GetLinks() CompanyLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*Company) GetLinksOk ¶
func (o *Company) GetLinksOk() (*CompanyLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Company) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Company) GetReference ¶
GetReference returns the Reference field value if set, zero value otherwise.
func (*Company) GetReferenceOk ¶
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Company) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Company) HasDataCenters ¶
HasDataCenters returns a boolean if a field has been set.
func (*Company) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Company) HasReference ¶
HasReference returns a boolean if a field has been set.
func (Company) MarshalJSON ¶
func (*Company) SetDataCenters ¶
func (o *Company) SetDataCenters(v []DataCenter)
SetDataCenters gets a reference to the given []DataCenter and assigns it to the DataCenters field.
func (*Company) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Company) SetLinks ¶
func (o *Company) SetLinks(v CompanyLinks)
SetLinks gets a reference to the given CompanyLinks and assigns it to the Links field.
func (*Company) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Company) SetReference ¶
SetReference gets a reference to the given string and assigns it to the Reference field.
type CompanyApiCredential ¶
type CompanyApiCredential struct { Links *ApiCredentialLinks `json:"_links,omitempty"` // Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration. Active bool `json:"active"` // List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, you get a security error. AllowedIpAddresses []string `json:"allowedIpAddresses"` // List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential. AllowedOrigins []AllowedOrigin `json:"allowedOrigins,omitempty"` // List of merchant accounts that the API credential has explicit access to. If the credential has access to a company, this implies access to all merchant accounts and no merchants for that company will be included. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations. ClientKey string `json:"clientKey"` // Description of the API credential. Description *string `json:"description,omitempty"` // Unique identifier of the API credential. Id string `json:"id"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Roles []string `json:"roles"` // The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**. Username string `json:"username"` }
CompanyApiCredential struct for CompanyApiCredential
func NewCompanyApiCredential ¶
func NewCompanyApiCredential(active bool, allowedIpAddresses []string, clientKey string, id string, roles []string, username string) *CompanyApiCredential
NewCompanyApiCredential instantiates a new CompanyApiCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompanyApiCredentialWithDefaults ¶
func NewCompanyApiCredentialWithDefaults() *CompanyApiCredential
NewCompanyApiCredentialWithDefaults instantiates a new CompanyApiCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CompanyApiCredential) GetActive ¶
func (o *CompanyApiCredential) GetActive() bool
GetActive returns the Active field value
func (*CompanyApiCredential) GetActiveOk ¶
func (o *CompanyApiCredential) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetAllowedIpAddresses ¶
func (o *CompanyApiCredential) GetAllowedIpAddresses() []string
GetAllowedIpAddresses returns the AllowedIpAddresses field value
func (*CompanyApiCredential) GetAllowedIpAddressesOk ¶
func (o *CompanyApiCredential) GetAllowedIpAddressesOk() ([]string, bool)
GetAllowedIpAddressesOk returns a tuple with the AllowedIpAddresses field value and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetAllowedOrigins ¶
func (o *CompanyApiCredential) GetAllowedOrigins() []AllowedOrigin
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*CompanyApiCredential) GetAllowedOriginsOk ¶
func (o *CompanyApiCredential) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetAssociatedMerchantAccounts ¶
func (o *CompanyApiCredential) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*CompanyApiCredential) GetAssociatedMerchantAccountsOk ¶
func (o *CompanyApiCredential) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetClientKey ¶
func (o *CompanyApiCredential) GetClientKey() string
GetClientKey returns the ClientKey field value
func (*CompanyApiCredential) GetClientKeyOk ¶
func (o *CompanyApiCredential) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey field value and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetDescription ¶
func (o *CompanyApiCredential) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CompanyApiCredential) GetDescriptionOk ¶
func (o *CompanyApiCredential) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetId ¶
func (o *CompanyApiCredential) GetId() string
GetId returns the Id field value
func (*CompanyApiCredential) GetIdOk ¶
func (o *CompanyApiCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetLinks ¶
func (o *CompanyApiCredential) GetLinks() ApiCredentialLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*CompanyApiCredential) GetLinksOk ¶
func (o *CompanyApiCredential) GetLinksOk() (*ApiCredentialLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetRoles ¶
func (o *CompanyApiCredential) GetRoles() []string
GetRoles returns the Roles field value
func (*CompanyApiCredential) GetRolesOk ¶
func (o *CompanyApiCredential) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*CompanyApiCredential) GetUsername ¶
func (o *CompanyApiCredential) GetUsername() string
GetUsername returns the Username field value
func (*CompanyApiCredential) GetUsernameOk ¶
func (o *CompanyApiCredential) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CompanyApiCredential) HasAllowedOrigins ¶
func (o *CompanyApiCredential) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*CompanyApiCredential) HasAssociatedMerchantAccounts ¶
func (o *CompanyApiCredential) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*CompanyApiCredential) HasDescription ¶
func (o *CompanyApiCredential) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CompanyApiCredential) HasLinks ¶
func (o *CompanyApiCredential) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (CompanyApiCredential) MarshalJSON ¶
func (o CompanyApiCredential) MarshalJSON() ([]byte, error)
func (*CompanyApiCredential) SetActive ¶
func (o *CompanyApiCredential) SetActive(v bool)
SetActive sets field value
func (*CompanyApiCredential) SetAllowedIpAddresses ¶
func (o *CompanyApiCredential) SetAllowedIpAddresses(v []string)
SetAllowedIpAddresses sets field value
func (*CompanyApiCredential) SetAllowedOrigins ¶
func (o *CompanyApiCredential) SetAllowedOrigins(v []AllowedOrigin)
SetAllowedOrigins gets a reference to the given []AllowedOrigin and assigns it to the AllowedOrigins field.
func (*CompanyApiCredential) SetAssociatedMerchantAccounts ¶
func (o *CompanyApiCredential) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*CompanyApiCredential) SetClientKey ¶
func (o *CompanyApiCredential) SetClientKey(v string)
SetClientKey sets field value
func (*CompanyApiCredential) SetDescription ¶
func (o *CompanyApiCredential) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CompanyApiCredential) SetId ¶
func (o *CompanyApiCredential) SetId(v string)
SetId sets field value
func (*CompanyApiCredential) SetLinks ¶
func (o *CompanyApiCredential) SetLinks(v ApiCredentialLinks)
SetLinks gets a reference to the given ApiCredentialLinks and assigns it to the Links field.
func (*CompanyApiCredential) SetRoles ¶
func (o *CompanyApiCredential) SetRoles(v []string)
SetRoles sets field value
func (*CompanyApiCredential) SetUsername ¶
func (o *CompanyApiCredential) SetUsername(v string)
SetUsername sets field value
func (CompanyApiCredential) ToMap ¶
func (o CompanyApiCredential) ToMap() (map[string]interface{}, error)
type CompanyLinks ¶
type CompanyLinks struct { ApiCredentials *LinksElement `json:"apiCredentials,omitempty"` Self LinksElement `json:"self"` Users *LinksElement `json:"users,omitempty"` Webhooks *LinksElement `json:"webhooks,omitempty"` }
CompanyLinks struct for CompanyLinks
func NewCompanyLinks ¶
func NewCompanyLinks(self LinksElement) *CompanyLinks
NewCompanyLinks instantiates a new CompanyLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompanyLinksWithDefaults ¶
func NewCompanyLinksWithDefaults() *CompanyLinks
NewCompanyLinksWithDefaults instantiates a new CompanyLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CompanyLinks) GetApiCredentials ¶
func (o *CompanyLinks) GetApiCredentials() LinksElement
GetApiCredentials returns the ApiCredentials field value if set, zero value otherwise.
func (*CompanyLinks) GetApiCredentialsOk ¶
func (o *CompanyLinks) GetApiCredentialsOk() (*LinksElement, bool)
GetApiCredentialsOk returns a tuple with the ApiCredentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyLinks) GetSelf ¶
func (o *CompanyLinks) GetSelf() LinksElement
GetSelf returns the Self field value
func (*CompanyLinks) GetSelfOk ¶
func (o *CompanyLinks) GetSelfOk() (*LinksElement, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*CompanyLinks) GetUsers ¶
func (o *CompanyLinks) GetUsers() LinksElement
GetUsers returns the Users field value if set, zero value otherwise.
func (*CompanyLinks) GetUsersOk ¶
func (o *CompanyLinks) GetUsersOk() (*LinksElement, bool)
GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyLinks) GetWebhooks ¶
func (o *CompanyLinks) GetWebhooks() LinksElement
GetWebhooks returns the Webhooks field value if set, zero value otherwise.
func (*CompanyLinks) GetWebhooksOk ¶
func (o *CompanyLinks) GetWebhooksOk() (*LinksElement, bool)
GetWebhooksOk returns a tuple with the Webhooks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyLinks) HasApiCredentials ¶
func (o *CompanyLinks) HasApiCredentials() bool
HasApiCredentials returns a boolean if a field has been set.
func (*CompanyLinks) HasUsers ¶
func (o *CompanyLinks) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (*CompanyLinks) HasWebhooks ¶
func (o *CompanyLinks) HasWebhooks() bool
HasWebhooks returns a boolean if a field has been set.
func (CompanyLinks) MarshalJSON ¶
func (o CompanyLinks) MarshalJSON() ([]byte, error)
func (*CompanyLinks) SetApiCredentials ¶
func (o *CompanyLinks) SetApiCredentials(v LinksElement)
SetApiCredentials gets a reference to the given LinksElement and assigns it to the ApiCredentials field.
func (*CompanyLinks) SetSelf ¶
func (o *CompanyLinks) SetSelf(v LinksElement)
SetSelf sets field value
func (*CompanyLinks) SetUsers ¶
func (o *CompanyLinks) SetUsers(v LinksElement)
SetUsers gets a reference to the given LinksElement and assigns it to the Users field.
func (*CompanyLinks) SetWebhooks ¶
func (o *CompanyLinks) SetWebhooks(v LinksElement)
SetWebhooks gets a reference to the given LinksElement and assigns it to the Webhooks field.
func (CompanyLinks) ToMap ¶
func (o CompanyLinks) ToMap() (map[string]interface{}, error)
type CompanyUser ¶
type CompanyUser struct { Links *Links `json:"_links,omitempty"` // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // Indicates whether this user is active. Active *bool `json:"active,omitempty"` // Set of apps available to this user Apps []string `json:"apps,omitempty"` // The list of [merchant accounts](https://docs.adyen.com/account/account-structure#merchant-accounts) associated with this user. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // The email address of the user. Email string `json:"email"` // The unique identifier of the user. Id string `json:"id"` Name *Name `json:"name,omitempty"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode string `json:"timeZoneCode"` // The username for this user. Username string `json:"username"` }
CompanyUser struct for CompanyUser
func NewCompanyUser ¶
func NewCompanyUser(email string, id string, roles []string, timeZoneCode string, username string) *CompanyUser
NewCompanyUser instantiates a new CompanyUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompanyUserWithDefaults ¶
func NewCompanyUserWithDefaults() *CompanyUser
NewCompanyUserWithDefaults instantiates a new CompanyUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CompanyUser) GetAccountGroups ¶
func (o *CompanyUser) GetAccountGroups() []string
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*CompanyUser) GetAccountGroupsOk ¶
func (o *CompanyUser) GetAccountGroupsOk() ([]string, bool)
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyUser) GetActive ¶
func (o *CompanyUser) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*CompanyUser) GetActiveOk ¶
func (o *CompanyUser) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyUser) GetApps ¶
func (o *CompanyUser) GetApps() []string
GetApps returns the Apps field value if set, zero value otherwise.
func (*CompanyUser) GetAppsOk ¶
func (o *CompanyUser) GetAppsOk() ([]string, bool)
GetAppsOk returns a tuple with the Apps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyUser) GetAssociatedMerchantAccounts ¶
func (o *CompanyUser) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*CompanyUser) GetAssociatedMerchantAccountsOk ¶
func (o *CompanyUser) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyUser) GetEmail ¶
func (o *CompanyUser) GetEmail() string
GetEmail returns the Email field value
func (*CompanyUser) GetEmailOk ¶
func (o *CompanyUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CompanyUser) GetIdOk ¶
func (o *CompanyUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CompanyUser) GetLinks ¶
func (o *CompanyUser) GetLinks() Links
GetLinks returns the Links field value if set, zero value otherwise.
func (*CompanyUser) GetLinksOk ¶
func (o *CompanyUser) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyUser) GetName ¶
func (o *CompanyUser) GetName() Name
GetName returns the Name field value if set, zero value otherwise.
func (*CompanyUser) GetNameOk ¶
func (o *CompanyUser) GetNameOk() (*Name, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompanyUser) GetRoles ¶
func (o *CompanyUser) GetRoles() []string
GetRoles returns the Roles field value
func (*CompanyUser) GetRolesOk ¶
func (o *CompanyUser) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*CompanyUser) GetTimeZoneCode ¶
func (o *CompanyUser) GetTimeZoneCode() string
GetTimeZoneCode returns the TimeZoneCode field value
func (*CompanyUser) GetTimeZoneCodeOk ¶
func (o *CompanyUser) GetTimeZoneCodeOk() (*string, bool)
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value and a boolean to check if the value has been set.
func (*CompanyUser) GetUsername ¶
func (o *CompanyUser) GetUsername() string
GetUsername returns the Username field value
func (*CompanyUser) GetUsernameOk ¶
func (o *CompanyUser) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CompanyUser) HasAccountGroups ¶
func (o *CompanyUser) HasAccountGroups() bool
HasAccountGroups returns a boolean if a field has been set.
func (*CompanyUser) HasActive ¶
func (o *CompanyUser) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*CompanyUser) HasApps ¶
func (o *CompanyUser) HasApps() bool
HasApps returns a boolean if a field has been set.
func (*CompanyUser) HasAssociatedMerchantAccounts ¶
func (o *CompanyUser) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*CompanyUser) HasLinks ¶
func (o *CompanyUser) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*CompanyUser) HasName ¶
func (o *CompanyUser) HasName() bool
HasName returns a boolean if a field has been set.
func (CompanyUser) MarshalJSON ¶
func (o CompanyUser) MarshalJSON() ([]byte, error)
func (*CompanyUser) SetAccountGroups ¶
func (o *CompanyUser) SetAccountGroups(v []string)
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*CompanyUser) SetActive ¶
func (o *CompanyUser) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*CompanyUser) SetApps ¶
func (o *CompanyUser) SetApps(v []string)
SetApps gets a reference to the given []string and assigns it to the Apps field.
func (*CompanyUser) SetAssociatedMerchantAccounts ¶
func (o *CompanyUser) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*CompanyUser) SetLinks ¶
func (o *CompanyUser) SetLinks(v Links)
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (*CompanyUser) SetName ¶
func (o *CompanyUser) SetName(v Name)
SetName gets a reference to the given Name and assigns it to the Name field.
func (*CompanyUser) SetTimeZoneCode ¶
func (o *CompanyUser) SetTimeZoneCode(v string)
SetTimeZoneCode sets field value
func (*CompanyUser) SetUsername ¶
func (o *CompanyUser) SetUsername(v string)
SetUsername sets field value
func (CompanyUser) ToMap ¶
func (o CompanyUser) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct { // Payment method, like **eftpos_australia** or **mc**. See the [possible values](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api). Brand string `json:"brand"` // Currency, and surcharge percentage or amount. Currencies []Currency `json:"currencies"` // Funding source. Possible values: * **Credit** * **Debit** Sources []string `json:"sources,omitempty"` }
Configuration struct for Configuration
func NewConfiguration ¶
func NewConfiguration(brand string, currencies []Currency) *Configuration
NewConfiguration instantiates a new Configuration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationWithDefaults ¶
func NewConfigurationWithDefaults() *Configuration
NewConfigurationWithDefaults instantiates a new Configuration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Configuration) GetBrand ¶
func (o *Configuration) GetBrand() string
GetBrand returns the Brand field value
func (*Configuration) GetBrandOk ¶
func (o *Configuration) GetBrandOk() (*string, bool)
GetBrandOk returns a tuple with the Brand field value and a boolean to check if the value has been set.
func (*Configuration) GetCurrencies ¶
func (o *Configuration) GetCurrencies() []Currency
GetCurrencies returns the Currencies field value
func (*Configuration) GetCurrenciesOk ¶
func (o *Configuration) GetCurrenciesOk() ([]Currency, bool)
GetCurrenciesOk returns a tuple with the Currencies field value and a boolean to check if the value has been set.
func (*Configuration) GetSources ¶
func (o *Configuration) GetSources() []string
GetSources returns the Sources field value if set, zero value otherwise.
func (*Configuration) GetSourcesOk ¶
func (o *Configuration) GetSourcesOk() ([]string, bool)
GetSourcesOk returns a tuple with the Sources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Configuration) HasSources ¶
func (o *Configuration) HasSources() bool
HasSources returns a boolean if a field has been set.
func (Configuration) MarshalJSON ¶
func (o Configuration) MarshalJSON() ([]byte, error)
func (*Configuration) SetBrand ¶
func (o *Configuration) SetBrand(v string)
SetBrand sets field value
func (*Configuration) SetCurrencies ¶
func (o *Configuration) SetCurrencies(v []Currency)
SetCurrencies sets field value
func (*Configuration) SetSources ¶
func (o *Configuration) SetSources(v []string)
SetSources gets a reference to the given []string and assigns it to the Sources field.
func (Configuration) ToMap ¶
func (o Configuration) ToMap() (map[string]interface{}, error)
type Connectivity ¶
type Connectivity struct { // Indicates the status of the SIM card in the payment terminal. Can be updated and received only at terminal level, and only for models that support cellular connectivity. Possible values: * **ACTIVATED**: the SIM card is activated. Cellular connectivity may still need to be enabled on the terminal itself, in the **Network** settings. * **INVENTORY**: the SIM card is not activated. The terminal can't use cellular connectivity. SimcardStatus *string `json:"simcardStatus,omitempty"` }
Connectivity struct for Connectivity
func NewConnectivity ¶
func NewConnectivity() *Connectivity
NewConnectivity instantiates a new Connectivity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectivityWithDefaults ¶
func NewConnectivityWithDefaults() *Connectivity
NewConnectivityWithDefaults instantiates a new Connectivity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Connectivity) GetSimcardStatus ¶
func (o *Connectivity) GetSimcardStatus() string
GetSimcardStatus returns the SimcardStatus field value if set, zero value otherwise.
func (*Connectivity) GetSimcardStatusOk ¶
func (o *Connectivity) GetSimcardStatusOk() (*string, bool)
GetSimcardStatusOk returns a tuple with the SimcardStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connectivity) HasSimcardStatus ¶
func (o *Connectivity) HasSimcardStatus() bool
HasSimcardStatus returns a boolean if a field has been set.
func (Connectivity) MarshalJSON ¶
func (o Connectivity) MarshalJSON() ([]byte, error)
func (*Connectivity) SetSimcardStatus ¶
func (o *Connectivity) SetSimcardStatus(v string)
SetSimcardStatus gets a reference to the given string and assigns it to the SimcardStatus field.
func (Connectivity) ToMap ¶
func (o Connectivity) ToMap() (map[string]interface{}, error)
type Contact ¶
type Contact struct { // The individual's email address. Email *string `json:"email,omitempty"` // The individual's first name. FirstName *string `json:"firstName,omitempty"` // The infix in the individual's name, if any. Infix *string `json:"infix,omitempty"` // The individual's last name. LastName *string `json:"lastName,omitempty"` // The individual's phone number, specified as 10-14 digits with an optional `+` prefix. PhoneNumber *string `json:"phoneNumber,omitempty"` }
Contact struct for Contact
func NewContact ¶
func NewContact() *Contact
NewContact instantiates a new Contact object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContactWithDefaults ¶
func NewContactWithDefaults() *Contact
NewContactWithDefaults instantiates a new Contact object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Contact) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contact) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*Contact) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contact) GetInfixOk ¶
GetInfixOk returns a tuple with the Infix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contact) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*Contact) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contact) GetPhoneNumber ¶
GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.
func (*Contact) GetPhoneNumberOk ¶
GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contact) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*Contact) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (*Contact) HasPhoneNumber ¶
HasPhoneNumber returns a boolean if a field has been set.
func (Contact) MarshalJSON ¶
func (*Contact) SetEmail ¶
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*Contact) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*Contact) SetInfix ¶
SetInfix gets a reference to the given string and assigns it to the Infix field.
func (*Contact) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*Contact) SetPhoneNumber ¶
SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.
type CreateAllowedOriginRequest ¶
type CreateAllowedOriginRequest struct { Links *Links `json:"_links,omitempty"` // Domain of the allowed origin. Domain string `json:"domain"` // Unique identifier of the allowed origin. Id *string `json:"id,omitempty"` }
CreateAllowedOriginRequest struct for CreateAllowedOriginRequest
func NewCreateAllowedOriginRequest ¶
func NewCreateAllowedOriginRequest(domain string) *CreateAllowedOriginRequest
NewCreateAllowedOriginRequest instantiates a new CreateAllowedOriginRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateAllowedOriginRequestWithDefaults ¶
func NewCreateAllowedOriginRequestWithDefaults() *CreateAllowedOriginRequest
NewCreateAllowedOriginRequestWithDefaults instantiates a new CreateAllowedOriginRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateAllowedOriginRequest) GetDomain ¶
func (o *CreateAllowedOriginRequest) GetDomain() string
GetDomain returns the Domain field value
func (*CreateAllowedOriginRequest) GetDomainOk ¶
func (o *CreateAllowedOriginRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*CreateAllowedOriginRequest) GetId ¶
func (o *CreateAllowedOriginRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateAllowedOriginRequest) GetIdOk ¶
func (o *CreateAllowedOriginRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateAllowedOriginRequest) GetLinks ¶
func (o *CreateAllowedOriginRequest) GetLinks() Links
GetLinks returns the Links field value if set, zero value otherwise.
func (*CreateAllowedOriginRequest) GetLinksOk ¶
func (o *CreateAllowedOriginRequest) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateAllowedOriginRequest) HasId ¶
func (o *CreateAllowedOriginRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateAllowedOriginRequest) HasLinks ¶
func (o *CreateAllowedOriginRequest) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (CreateAllowedOriginRequest) MarshalJSON ¶
func (o CreateAllowedOriginRequest) MarshalJSON() ([]byte, error)
func (*CreateAllowedOriginRequest) SetDomain ¶
func (o *CreateAllowedOriginRequest) SetDomain(v string)
SetDomain sets field value
func (*CreateAllowedOriginRequest) SetId ¶
func (o *CreateAllowedOriginRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreateAllowedOriginRequest) SetLinks ¶
func (o *CreateAllowedOriginRequest) SetLinks(v Links)
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (CreateAllowedOriginRequest) ToMap ¶
func (o CreateAllowedOriginRequest) ToMap() (map[string]interface{}, error)
type CreateApiCredentialResponse ¶
type CreateApiCredentialResponse struct { Links *ApiCredentialLinks `json:"_links,omitempty"` // Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration. Active bool `json:"active"` // List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, you get a security error. AllowedIpAddresses []string `json:"allowedIpAddresses"` // List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential. AllowedOrigins []AllowedOrigin `json:"allowedOrigins,omitempty"` // The API key for the API credential that was created. ApiKey string `json:"apiKey"` // Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations. ClientKey string `json:"clientKey"` // Description of the API credential. Description *string `json:"description,omitempty"` // Unique identifier of the API credential. Id string `json:"id"` // The password for the API credential that was created. Password string `json:"password"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Roles []string `json:"roles"` // The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**. Username string `json:"username"` }
CreateApiCredentialResponse struct for CreateApiCredentialResponse
func NewCreateApiCredentialResponse ¶
func NewCreateApiCredentialResponse(active bool, allowedIpAddresses []string, apiKey string, clientKey string, id string, password string, roles []string, username string) *CreateApiCredentialResponse
NewCreateApiCredentialResponse instantiates a new CreateApiCredentialResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiCredentialResponseWithDefaults ¶
func NewCreateApiCredentialResponseWithDefaults() *CreateApiCredentialResponse
NewCreateApiCredentialResponseWithDefaults instantiates a new CreateApiCredentialResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiCredentialResponse) GetActive ¶
func (o *CreateApiCredentialResponse) GetActive() bool
GetActive returns the Active field value
func (*CreateApiCredentialResponse) GetActiveOk ¶
func (o *CreateApiCredentialResponse) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetAllowedIpAddresses ¶
func (o *CreateApiCredentialResponse) GetAllowedIpAddresses() []string
GetAllowedIpAddresses returns the AllowedIpAddresses field value
func (*CreateApiCredentialResponse) GetAllowedIpAddressesOk ¶
func (o *CreateApiCredentialResponse) GetAllowedIpAddressesOk() ([]string, bool)
GetAllowedIpAddressesOk returns a tuple with the AllowedIpAddresses field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetAllowedOrigins ¶
func (o *CreateApiCredentialResponse) GetAllowedOrigins() []AllowedOrigin
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*CreateApiCredentialResponse) GetAllowedOriginsOk ¶
func (o *CreateApiCredentialResponse) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetApiKey ¶
func (o *CreateApiCredentialResponse) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*CreateApiCredentialResponse) GetApiKeyOk ¶
func (o *CreateApiCredentialResponse) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetClientKey ¶
func (o *CreateApiCredentialResponse) GetClientKey() string
GetClientKey returns the ClientKey field value
func (*CreateApiCredentialResponse) GetClientKeyOk ¶
func (o *CreateApiCredentialResponse) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetDescription ¶
func (o *CreateApiCredentialResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateApiCredentialResponse) GetDescriptionOk ¶
func (o *CreateApiCredentialResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetId ¶
func (o *CreateApiCredentialResponse) GetId() string
GetId returns the Id field value
func (*CreateApiCredentialResponse) GetIdOk ¶
func (o *CreateApiCredentialResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetLinks ¶
func (o *CreateApiCredentialResponse) GetLinks() ApiCredentialLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*CreateApiCredentialResponse) GetLinksOk ¶
func (o *CreateApiCredentialResponse) GetLinksOk() (*ApiCredentialLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetPassword ¶
func (o *CreateApiCredentialResponse) GetPassword() string
GetPassword returns the Password field value
func (*CreateApiCredentialResponse) GetPasswordOk ¶
func (o *CreateApiCredentialResponse) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetRoles ¶
func (o *CreateApiCredentialResponse) GetRoles() []string
GetRoles returns the Roles field value
func (*CreateApiCredentialResponse) GetRolesOk ¶
func (o *CreateApiCredentialResponse) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) GetUsername ¶
func (o *CreateApiCredentialResponse) GetUsername() string
GetUsername returns the Username field value
func (*CreateApiCredentialResponse) GetUsernameOk ¶
func (o *CreateApiCredentialResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CreateApiCredentialResponse) HasAllowedOrigins ¶
func (o *CreateApiCredentialResponse) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*CreateApiCredentialResponse) HasDescription ¶
func (o *CreateApiCredentialResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateApiCredentialResponse) HasLinks ¶
func (o *CreateApiCredentialResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (CreateApiCredentialResponse) MarshalJSON ¶
func (o CreateApiCredentialResponse) MarshalJSON() ([]byte, error)
func (*CreateApiCredentialResponse) SetActive ¶
func (o *CreateApiCredentialResponse) SetActive(v bool)
SetActive sets field value
func (*CreateApiCredentialResponse) SetAllowedIpAddresses ¶
func (o *CreateApiCredentialResponse) SetAllowedIpAddresses(v []string)
SetAllowedIpAddresses sets field value
func (*CreateApiCredentialResponse) SetAllowedOrigins ¶
func (o *CreateApiCredentialResponse) SetAllowedOrigins(v []AllowedOrigin)
SetAllowedOrigins gets a reference to the given []AllowedOrigin and assigns it to the AllowedOrigins field.
func (*CreateApiCredentialResponse) SetApiKey ¶
func (o *CreateApiCredentialResponse) SetApiKey(v string)
SetApiKey sets field value
func (*CreateApiCredentialResponse) SetClientKey ¶
func (o *CreateApiCredentialResponse) SetClientKey(v string)
SetClientKey sets field value
func (*CreateApiCredentialResponse) SetDescription ¶
func (o *CreateApiCredentialResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateApiCredentialResponse) SetId ¶
func (o *CreateApiCredentialResponse) SetId(v string)
SetId sets field value
func (*CreateApiCredentialResponse) SetLinks ¶
func (o *CreateApiCredentialResponse) SetLinks(v ApiCredentialLinks)
SetLinks gets a reference to the given ApiCredentialLinks and assigns it to the Links field.
func (*CreateApiCredentialResponse) SetPassword ¶
func (o *CreateApiCredentialResponse) SetPassword(v string)
SetPassword sets field value
func (*CreateApiCredentialResponse) SetRoles ¶
func (o *CreateApiCredentialResponse) SetRoles(v []string)
SetRoles sets field value
func (*CreateApiCredentialResponse) SetUsername ¶
func (o *CreateApiCredentialResponse) SetUsername(v string)
SetUsername sets field value
func (CreateApiCredentialResponse) ToMap ¶
func (o CreateApiCredentialResponse) ToMap() (map[string]interface{}, error)
type CreateCompanyApiCredentialRequest ¶
type CreateCompanyApiCredentialRequest struct { // List of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) for the new API credential. AllowedOrigins []string `json:"allowedOrigins,omitempty"` // List of merchant accounts that the API credential has access to. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // Description of the API credential. Description *string `json:"description,omitempty"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Only roles assigned to 'ws@Company.<CompanyName>' can be assigned to other API credentials. Roles []string `json:"roles,omitempty"` }
CreateCompanyApiCredentialRequest struct for CreateCompanyApiCredentialRequest
func NewCreateCompanyApiCredentialRequest ¶
func NewCreateCompanyApiCredentialRequest() *CreateCompanyApiCredentialRequest
NewCreateCompanyApiCredentialRequest instantiates a new CreateCompanyApiCredentialRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateCompanyApiCredentialRequestWithDefaults ¶
func NewCreateCompanyApiCredentialRequestWithDefaults() *CreateCompanyApiCredentialRequest
NewCreateCompanyApiCredentialRequestWithDefaults instantiates a new CreateCompanyApiCredentialRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateCompanyApiCredentialRequest) GetAllowedOrigins ¶
func (o *CreateCompanyApiCredentialRequest) GetAllowedOrigins() []string
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*CreateCompanyApiCredentialRequest) GetAllowedOriginsOk ¶
func (o *CreateCompanyApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialRequest) GetAssociatedMerchantAccounts ¶
func (o *CreateCompanyApiCredentialRequest) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*CreateCompanyApiCredentialRequest) GetAssociatedMerchantAccountsOk ¶
func (o *CreateCompanyApiCredentialRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialRequest) GetDescription ¶
func (o *CreateCompanyApiCredentialRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateCompanyApiCredentialRequest) GetDescriptionOk ¶
func (o *CreateCompanyApiCredentialRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialRequest) GetRoles ¶
func (o *CreateCompanyApiCredentialRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*CreateCompanyApiCredentialRequest) GetRolesOk ¶
func (o *CreateCompanyApiCredentialRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialRequest) HasAllowedOrigins ¶
func (o *CreateCompanyApiCredentialRequest) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*CreateCompanyApiCredentialRequest) HasAssociatedMerchantAccounts ¶
func (o *CreateCompanyApiCredentialRequest) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*CreateCompanyApiCredentialRequest) HasDescription ¶
func (o *CreateCompanyApiCredentialRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateCompanyApiCredentialRequest) HasRoles ¶
func (o *CreateCompanyApiCredentialRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (CreateCompanyApiCredentialRequest) MarshalJSON ¶
func (o CreateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*CreateCompanyApiCredentialRequest) SetAllowedOrigins ¶
func (o *CreateCompanyApiCredentialRequest) SetAllowedOrigins(v []string)
SetAllowedOrigins gets a reference to the given []string and assigns it to the AllowedOrigins field.
func (*CreateCompanyApiCredentialRequest) SetAssociatedMerchantAccounts ¶
func (o *CreateCompanyApiCredentialRequest) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*CreateCompanyApiCredentialRequest) SetDescription ¶
func (o *CreateCompanyApiCredentialRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateCompanyApiCredentialRequest) SetRoles ¶
func (o *CreateCompanyApiCredentialRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (CreateCompanyApiCredentialRequest) ToMap ¶
func (o CreateCompanyApiCredentialRequest) ToMap() (map[string]interface{}, error)
type CreateCompanyApiCredentialResponse ¶
type CreateCompanyApiCredentialResponse struct { Links *ApiCredentialLinks `json:"_links,omitempty"` // Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration. Active bool `json:"active"` // List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, you get a security error. AllowedIpAddresses []string `json:"allowedIpAddresses"` // List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential. AllowedOrigins []AllowedOrigin `json:"allowedOrigins,omitempty"` // The API key for the API credential that was created. ApiKey string `json:"apiKey"` // List of merchant accounts that the API credential has access to. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts"` // Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations. ClientKey string `json:"clientKey"` // Description of the API credential. Description *string `json:"description,omitempty"` // Unique identifier of the API credential. Id string `json:"id"` // The password for the API credential that was created. Password string `json:"password"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Roles []string `json:"roles"` // The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**. Username string `json:"username"` }
CreateCompanyApiCredentialResponse struct for CreateCompanyApiCredentialResponse
func NewCreateCompanyApiCredentialResponse ¶
func NewCreateCompanyApiCredentialResponse(active bool, allowedIpAddresses []string, apiKey string, associatedMerchantAccounts []string, clientKey string, id string, password string, roles []string, username string) *CreateCompanyApiCredentialResponse
NewCreateCompanyApiCredentialResponse instantiates a new CreateCompanyApiCredentialResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateCompanyApiCredentialResponseWithDefaults ¶
func NewCreateCompanyApiCredentialResponseWithDefaults() *CreateCompanyApiCredentialResponse
NewCreateCompanyApiCredentialResponseWithDefaults instantiates a new CreateCompanyApiCredentialResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateCompanyApiCredentialResponse) GetActive ¶
func (o *CreateCompanyApiCredentialResponse) GetActive() bool
GetActive returns the Active field value
func (*CreateCompanyApiCredentialResponse) GetActiveOk ¶
func (o *CreateCompanyApiCredentialResponse) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetAllowedIpAddresses ¶
func (o *CreateCompanyApiCredentialResponse) GetAllowedIpAddresses() []string
GetAllowedIpAddresses returns the AllowedIpAddresses field value
func (*CreateCompanyApiCredentialResponse) GetAllowedIpAddressesOk ¶
func (o *CreateCompanyApiCredentialResponse) GetAllowedIpAddressesOk() ([]string, bool)
GetAllowedIpAddressesOk returns a tuple with the AllowedIpAddresses field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetAllowedOrigins ¶
func (o *CreateCompanyApiCredentialResponse) GetAllowedOrigins() []AllowedOrigin
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*CreateCompanyApiCredentialResponse) GetAllowedOriginsOk ¶
func (o *CreateCompanyApiCredentialResponse) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetApiKey ¶
func (o *CreateCompanyApiCredentialResponse) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*CreateCompanyApiCredentialResponse) GetApiKeyOk ¶
func (o *CreateCompanyApiCredentialResponse) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetAssociatedMerchantAccounts ¶
func (o *CreateCompanyApiCredentialResponse) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value
func (*CreateCompanyApiCredentialResponse) GetAssociatedMerchantAccountsOk ¶
func (o *CreateCompanyApiCredentialResponse) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetClientKey ¶
func (o *CreateCompanyApiCredentialResponse) GetClientKey() string
GetClientKey returns the ClientKey field value
func (*CreateCompanyApiCredentialResponse) GetClientKeyOk ¶
func (o *CreateCompanyApiCredentialResponse) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetDescription ¶
func (o *CreateCompanyApiCredentialResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateCompanyApiCredentialResponse) GetDescriptionOk ¶
func (o *CreateCompanyApiCredentialResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetId ¶
func (o *CreateCompanyApiCredentialResponse) GetId() string
GetId returns the Id field value
func (*CreateCompanyApiCredentialResponse) GetIdOk ¶
func (o *CreateCompanyApiCredentialResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetLinks ¶
func (o *CreateCompanyApiCredentialResponse) GetLinks() ApiCredentialLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*CreateCompanyApiCredentialResponse) GetLinksOk ¶
func (o *CreateCompanyApiCredentialResponse) GetLinksOk() (*ApiCredentialLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetPassword ¶
func (o *CreateCompanyApiCredentialResponse) GetPassword() string
GetPassword returns the Password field value
func (*CreateCompanyApiCredentialResponse) GetPasswordOk ¶
func (o *CreateCompanyApiCredentialResponse) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetRoles ¶
func (o *CreateCompanyApiCredentialResponse) GetRoles() []string
GetRoles returns the Roles field value
func (*CreateCompanyApiCredentialResponse) GetRolesOk ¶
func (o *CreateCompanyApiCredentialResponse) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) GetUsername ¶
func (o *CreateCompanyApiCredentialResponse) GetUsername() string
GetUsername returns the Username field value
func (*CreateCompanyApiCredentialResponse) GetUsernameOk ¶
func (o *CreateCompanyApiCredentialResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CreateCompanyApiCredentialResponse) HasAllowedOrigins ¶
func (o *CreateCompanyApiCredentialResponse) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*CreateCompanyApiCredentialResponse) HasDescription ¶
func (o *CreateCompanyApiCredentialResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateCompanyApiCredentialResponse) HasLinks ¶
func (o *CreateCompanyApiCredentialResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (CreateCompanyApiCredentialResponse) MarshalJSON ¶
func (o CreateCompanyApiCredentialResponse) MarshalJSON() ([]byte, error)
func (*CreateCompanyApiCredentialResponse) SetActive ¶
func (o *CreateCompanyApiCredentialResponse) SetActive(v bool)
SetActive sets field value
func (*CreateCompanyApiCredentialResponse) SetAllowedIpAddresses ¶
func (o *CreateCompanyApiCredentialResponse) SetAllowedIpAddresses(v []string)
SetAllowedIpAddresses sets field value
func (*CreateCompanyApiCredentialResponse) SetAllowedOrigins ¶
func (o *CreateCompanyApiCredentialResponse) SetAllowedOrigins(v []AllowedOrigin)
SetAllowedOrigins gets a reference to the given []AllowedOrigin and assigns it to the AllowedOrigins field.
func (*CreateCompanyApiCredentialResponse) SetApiKey ¶
func (o *CreateCompanyApiCredentialResponse) SetApiKey(v string)
SetApiKey sets field value
func (*CreateCompanyApiCredentialResponse) SetAssociatedMerchantAccounts ¶
func (o *CreateCompanyApiCredentialResponse) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts sets field value
func (*CreateCompanyApiCredentialResponse) SetClientKey ¶
func (o *CreateCompanyApiCredentialResponse) SetClientKey(v string)
SetClientKey sets field value
func (*CreateCompanyApiCredentialResponse) SetDescription ¶
func (o *CreateCompanyApiCredentialResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateCompanyApiCredentialResponse) SetId ¶
func (o *CreateCompanyApiCredentialResponse) SetId(v string)
SetId sets field value
func (*CreateCompanyApiCredentialResponse) SetLinks ¶
func (o *CreateCompanyApiCredentialResponse) SetLinks(v ApiCredentialLinks)
SetLinks gets a reference to the given ApiCredentialLinks and assigns it to the Links field.
func (*CreateCompanyApiCredentialResponse) SetPassword ¶
func (o *CreateCompanyApiCredentialResponse) SetPassword(v string)
SetPassword sets field value
func (*CreateCompanyApiCredentialResponse) SetRoles ¶
func (o *CreateCompanyApiCredentialResponse) SetRoles(v []string)
SetRoles sets field value
func (*CreateCompanyApiCredentialResponse) SetUsername ¶
func (o *CreateCompanyApiCredentialResponse) SetUsername(v string)
SetUsername sets field value
func (CreateCompanyApiCredentialResponse) ToMap ¶
func (o CreateCompanyApiCredentialResponse) ToMap() (map[string]interface{}, error)
type CreateCompanyUserRequest ¶
type CreateCompanyUserRequest struct { // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // The list of [merchant accounts](https://docs.adyen.com/account/account-structure#merchant-accounts) associated with this user. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // The email address of the user. Email string `json:"email"` Name Name `json:"name"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles,omitempty"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode *string `json:"timeZoneCode,omitempty"` // The user's email address that will be their username. Must be the same as the one in the `email` field. Username string `json:"username"` }
CreateCompanyUserRequest struct for CreateCompanyUserRequest
func NewCreateCompanyUserRequest ¶
func NewCreateCompanyUserRequest(email string, name Name, username string) *CreateCompanyUserRequest
NewCreateCompanyUserRequest instantiates a new CreateCompanyUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateCompanyUserRequestWithDefaults ¶
func NewCreateCompanyUserRequestWithDefaults() *CreateCompanyUserRequest
NewCreateCompanyUserRequestWithDefaults instantiates a new CreateCompanyUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateCompanyUserRequest) GetAccountGroups ¶
func (o *CreateCompanyUserRequest) GetAccountGroups() []string
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*CreateCompanyUserRequest) GetAccountGroupsOk ¶
func (o *CreateCompanyUserRequest) GetAccountGroupsOk() ([]string, bool)
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserRequest) GetAssociatedMerchantAccounts ¶
func (o *CreateCompanyUserRequest) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*CreateCompanyUserRequest) GetAssociatedMerchantAccountsOk ¶
func (o *CreateCompanyUserRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserRequest) GetEmail ¶
func (o *CreateCompanyUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*CreateCompanyUserRequest) GetEmailOk ¶
func (o *CreateCompanyUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateCompanyUserRequest) GetName ¶
func (o *CreateCompanyUserRequest) GetName() Name
GetName returns the Name field value
func (*CreateCompanyUserRequest) GetNameOk ¶
func (o *CreateCompanyUserRequest) GetNameOk() (*Name, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateCompanyUserRequest) GetRoles ¶
func (o *CreateCompanyUserRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*CreateCompanyUserRequest) GetRolesOk ¶
func (o *CreateCompanyUserRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserRequest) GetTimeZoneCode ¶
func (o *CreateCompanyUserRequest) GetTimeZoneCode() string
GetTimeZoneCode returns the TimeZoneCode field value if set, zero value otherwise.
func (*CreateCompanyUserRequest) GetTimeZoneCodeOk ¶
func (o *CreateCompanyUserRequest) GetTimeZoneCodeOk() (*string, bool)
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserRequest) GetUsername ¶
func (o *CreateCompanyUserRequest) GetUsername() string
GetUsername returns the Username field value
func (*CreateCompanyUserRequest) GetUsernameOk ¶
func (o *CreateCompanyUserRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CreateCompanyUserRequest) HasAccountGroups ¶
func (o *CreateCompanyUserRequest) HasAccountGroups() bool
HasAccountGroups returns a boolean if a field has been set.
func (*CreateCompanyUserRequest) HasAssociatedMerchantAccounts ¶
func (o *CreateCompanyUserRequest) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*CreateCompanyUserRequest) HasRoles ¶
func (o *CreateCompanyUserRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*CreateCompanyUserRequest) HasTimeZoneCode ¶
func (o *CreateCompanyUserRequest) HasTimeZoneCode() bool
HasTimeZoneCode returns a boolean if a field has been set.
func (CreateCompanyUserRequest) MarshalJSON ¶
func (o CreateCompanyUserRequest) MarshalJSON() ([]byte, error)
func (*CreateCompanyUserRequest) SetAccountGroups ¶
func (o *CreateCompanyUserRequest) SetAccountGroups(v []string)
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*CreateCompanyUserRequest) SetAssociatedMerchantAccounts ¶
func (o *CreateCompanyUserRequest) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*CreateCompanyUserRequest) SetEmail ¶
func (o *CreateCompanyUserRequest) SetEmail(v string)
SetEmail sets field value
func (*CreateCompanyUserRequest) SetName ¶
func (o *CreateCompanyUserRequest) SetName(v Name)
SetName sets field value
func (*CreateCompanyUserRequest) SetRoles ¶
func (o *CreateCompanyUserRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*CreateCompanyUserRequest) SetTimeZoneCode ¶
func (o *CreateCompanyUserRequest) SetTimeZoneCode(v string)
SetTimeZoneCode gets a reference to the given string and assigns it to the TimeZoneCode field.
func (*CreateCompanyUserRequest) SetUsername ¶
func (o *CreateCompanyUserRequest) SetUsername(v string)
SetUsername sets field value
func (CreateCompanyUserRequest) ToMap ¶
func (o CreateCompanyUserRequest) ToMap() (map[string]interface{}, error)
type CreateCompanyUserResponse ¶
type CreateCompanyUserResponse struct { Links *Links `json:"_links,omitempty"` // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // Indicates whether this user is active. Active *bool `json:"active,omitempty"` // Set of apps available to this user Apps []string `json:"apps,omitempty"` // The list of [merchant accounts](https://docs.adyen.com/account/account-structure#merchant-accounts) associated with this user. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // The email address of the user. Email string `json:"email"` // The unique identifier of the user. Id string `json:"id"` Name *Name `json:"name,omitempty"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode string `json:"timeZoneCode"` // The username for this user. Username string `json:"username"` }
CreateCompanyUserResponse struct for CreateCompanyUserResponse
func NewCreateCompanyUserResponse ¶
func NewCreateCompanyUserResponse(email string, id string, roles []string, timeZoneCode string, username string) *CreateCompanyUserResponse
NewCreateCompanyUserResponse instantiates a new CreateCompanyUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateCompanyUserResponseWithDefaults ¶
func NewCreateCompanyUserResponseWithDefaults() *CreateCompanyUserResponse
NewCreateCompanyUserResponseWithDefaults instantiates a new CreateCompanyUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateCompanyUserResponse) GetAccountGroups ¶
func (o *CreateCompanyUserResponse) GetAccountGroups() []string
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*CreateCompanyUserResponse) GetAccountGroupsOk ¶
func (o *CreateCompanyUserResponse) GetAccountGroupsOk() ([]string, bool)
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetActive ¶
func (o *CreateCompanyUserResponse) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*CreateCompanyUserResponse) GetActiveOk ¶
func (o *CreateCompanyUserResponse) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetApps ¶
func (o *CreateCompanyUserResponse) GetApps() []string
GetApps returns the Apps field value if set, zero value otherwise.
func (*CreateCompanyUserResponse) GetAppsOk ¶
func (o *CreateCompanyUserResponse) GetAppsOk() ([]string, bool)
GetAppsOk returns a tuple with the Apps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetAssociatedMerchantAccounts ¶
func (o *CreateCompanyUserResponse) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*CreateCompanyUserResponse) GetAssociatedMerchantAccountsOk ¶
func (o *CreateCompanyUserResponse) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetEmail ¶
func (o *CreateCompanyUserResponse) GetEmail() string
GetEmail returns the Email field value
func (*CreateCompanyUserResponse) GetEmailOk ¶
func (o *CreateCompanyUserResponse) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetId ¶
func (o *CreateCompanyUserResponse) GetId() string
GetId returns the Id field value
func (*CreateCompanyUserResponse) GetIdOk ¶
func (o *CreateCompanyUserResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetLinks ¶
func (o *CreateCompanyUserResponse) GetLinks() Links
GetLinks returns the Links field value if set, zero value otherwise.
func (*CreateCompanyUserResponse) GetLinksOk ¶
func (o *CreateCompanyUserResponse) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetName ¶
func (o *CreateCompanyUserResponse) GetName() Name
GetName returns the Name field value if set, zero value otherwise.
func (*CreateCompanyUserResponse) GetNameOk ¶
func (o *CreateCompanyUserResponse) GetNameOk() (*Name, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetRoles ¶
func (o *CreateCompanyUserResponse) GetRoles() []string
GetRoles returns the Roles field value
func (*CreateCompanyUserResponse) GetRolesOk ¶
func (o *CreateCompanyUserResponse) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetTimeZoneCode ¶
func (o *CreateCompanyUserResponse) GetTimeZoneCode() string
GetTimeZoneCode returns the TimeZoneCode field value
func (*CreateCompanyUserResponse) GetTimeZoneCodeOk ¶
func (o *CreateCompanyUserResponse) GetTimeZoneCodeOk() (*string, bool)
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) GetUsername ¶
func (o *CreateCompanyUserResponse) GetUsername() string
GetUsername returns the Username field value
func (*CreateCompanyUserResponse) GetUsernameOk ¶
func (o *CreateCompanyUserResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CreateCompanyUserResponse) HasAccountGroups ¶
func (o *CreateCompanyUserResponse) HasAccountGroups() bool
HasAccountGroups returns a boolean if a field has been set.
func (*CreateCompanyUserResponse) HasActive ¶
func (o *CreateCompanyUserResponse) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*CreateCompanyUserResponse) HasApps ¶
func (o *CreateCompanyUserResponse) HasApps() bool
HasApps returns a boolean if a field has been set.
func (*CreateCompanyUserResponse) HasAssociatedMerchantAccounts ¶
func (o *CreateCompanyUserResponse) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*CreateCompanyUserResponse) HasLinks ¶
func (o *CreateCompanyUserResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*CreateCompanyUserResponse) HasName ¶
func (o *CreateCompanyUserResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (CreateCompanyUserResponse) MarshalJSON ¶
func (o CreateCompanyUserResponse) MarshalJSON() ([]byte, error)
func (*CreateCompanyUserResponse) SetAccountGroups ¶
func (o *CreateCompanyUserResponse) SetAccountGroups(v []string)
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*CreateCompanyUserResponse) SetActive ¶
func (o *CreateCompanyUserResponse) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*CreateCompanyUserResponse) SetApps ¶
func (o *CreateCompanyUserResponse) SetApps(v []string)
SetApps gets a reference to the given []string and assigns it to the Apps field.
func (*CreateCompanyUserResponse) SetAssociatedMerchantAccounts ¶
func (o *CreateCompanyUserResponse) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*CreateCompanyUserResponse) SetEmail ¶
func (o *CreateCompanyUserResponse) SetEmail(v string)
SetEmail sets field value
func (*CreateCompanyUserResponse) SetId ¶
func (o *CreateCompanyUserResponse) SetId(v string)
SetId sets field value
func (*CreateCompanyUserResponse) SetLinks ¶
func (o *CreateCompanyUserResponse) SetLinks(v Links)
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (*CreateCompanyUserResponse) SetName ¶
func (o *CreateCompanyUserResponse) SetName(v Name)
SetName gets a reference to the given Name and assigns it to the Name field.
func (*CreateCompanyUserResponse) SetRoles ¶
func (o *CreateCompanyUserResponse) SetRoles(v []string)
SetRoles sets field value
func (*CreateCompanyUserResponse) SetTimeZoneCode ¶
func (o *CreateCompanyUserResponse) SetTimeZoneCode(v string)
SetTimeZoneCode sets field value
func (*CreateCompanyUserResponse) SetUsername ¶
func (o *CreateCompanyUserResponse) SetUsername(v string)
SetUsername sets field value
func (CreateCompanyUserResponse) ToMap ¶
func (o CreateCompanyUserResponse) ToMap() (map[string]interface{}, error)
type CreateCompanyWebhookRequest ¶
type CreateCompanyWebhookRequest struct { // Indicates if expired SSL certificates are accepted. Default value: **false**. AcceptsExpiredCertificate *bool `json:"acceptsExpiredCertificate,omitempty"` // Indicates if self-signed SSL certificates are accepted. Default value: **false**. AcceptsSelfSignedCertificate *bool `json:"acceptsSelfSignedCertificate,omitempty"` // Indicates if untrusted SSL certificates are accepted. Default value: **false**. AcceptsUntrustedRootCertificate *bool `json:"acceptsUntrustedRootCertificate,omitempty"` // Indicates if the webhook configuration is active. The field must be **true** for us to send webhooks about events related an account. Active bool `json:"active"` AdditionalSettings *AdditionalSettings `json:"additionalSettings,omitempty"` // Format or protocol for receiving webhooks. Possible values: * **soap** * **http** * **json** CommunicationFormat string `json:"communicationFormat"` // Your description for this webhook configuration. Description *string `json:"description,omitempty"` // SSL version to access the public webhook URL specified in the `url` field. Possible values: * **TLSv1.3** * **TLSv1.2** * **HTTP** - Only allowed on Test environment. If not specified, the webhook will use `sslVersion`: **TLSv1.2**. EncryptionProtocol *string `json:"encryptionProtocol,omitempty"` // Shows how merchant accounts are filtered when configuring the webhook. Possible values: * **allAccounts** : Includes all merchant accounts, and does not require specifying `filterMerchantAccounts`. * **includeAccounts** : The webhook is configured for the merchant accounts listed in `filterMerchantAccounts`. * **excludeAccounts** : The webhook is not configured for the merchant accounts listed in `filterMerchantAccounts`. FilterMerchantAccountType string `json:"filterMerchantAccountType"` // A list of merchant account names that are included or excluded from receiving the webhook. Inclusion or exclusion is based on the value defined for `filterMerchantAccountType`. Required if `filterMerchantAccountType` is either: * **includeAccounts** * **excludeAccounts** Not needed for `filterMerchantAccountType`: **allAccounts**. FilterMerchantAccounts []string `json:"filterMerchantAccounts"` // Network type for Terminal API notification webhooks. Possible values: * **public** * **local** Default Value: **public**. NetworkType *string `json:"networkType,omitempty"` // Password to access the webhook URL. Password *string `json:"password,omitempty"` // Indicates if the SOAP action header needs to be populated. Default value: **false**. Only applies if `communicationFormat`: **soap**. PopulateSoapActionHeader *bool `json:"populateSoapActionHeader,omitempty"` // The type of webhook that is being created. Possible values are: - **standard** - **account-settings-notification** - **banktransfer-notification** - **boletobancario-notification** - **directdebit-notification** - **ach-notification-of-change-notification** - **pending-notification** - **ideal-notification** - **ideal-pending-notification** - **report-notification** - **rreq-notification** Find out more about [standard notification webhooks](https://docs.adyen.com/development-resources/webhooks/understand-notifications#event-codes) and [other types of notifications](https://docs.adyen.com/development-resources/webhooks/understand-notifications#other-notifications). Type string `json:"type"` // Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**. Url string `json:"url"` // Username to access the webhook URL. Username *string `json:"username,omitempty"` }
CreateCompanyWebhookRequest struct for CreateCompanyWebhookRequest
func NewCreateCompanyWebhookRequest ¶
func NewCreateCompanyWebhookRequest(active bool, communicationFormat string, filterMerchantAccountType string, filterMerchantAccounts []string, type_ string, url string) *CreateCompanyWebhookRequest
NewCreateCompanyWebhookRequest instantiates a new CreateCompanyWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateCompanyWebhookRequestWithDefaults ¶
func NewCreateCompanyWebhookRequestWithDefaults() *CreateCompanyWebhookRequest
NewCreateCompanyWebhookRequestWithDefaults instantiates a new CreateCompanyWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateCompanyWebhookRequest) GetAcceptsExpiredCertificate ¶
func (o *CreateCompanyWebhookRequest) GetAcceptsExpiredCertificate() bool
GetAcceptsExpiredCertificate returns the AcceptsExpiredCertificate field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetAcceptsExpiredCertificateOk ¶
func (o *CreateCompanyWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
GetAcceptsExpiredCertificateOk returns a tuple with the AcceptsExpiredCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetAcceptsSelfSignedCertificate ¶
func (o *CreateCompanyWebhookRequest) GetAcceptsSelfSignedCertificate() bool
GetAcceptsSelfSignedCertificate returns the AcceptsSelfSignedCertificate field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetAcceptsSelfSignedCertificateOk ¶
func (o *CreateCompanyWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
GetAcceptsSelfSignedCertificateOk returns a tuple with the AcceptsSelfSignedCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificate ¶
func (o *CreateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
GetAcceptsUntrustedRootCertificate returns the AcceptsUntrustedRootCertificate field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificateOk ¶
func (o *CreateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
GetAcceptsUntrustedRootCertificateOk returns a tuple with the AcceptsUntrustedRootCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetActive ¶
func (o *CreateCompanyWebhookRequest) GetActive() bool
GetActive returns the Active field value
func (*CreateCompanyWebhookRequest) GetActiveOk ¶
func (o *CreateCompanyWebhookRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetAdditionalSettings ¶
func (o *CreateCompanyWebhookRequest) GetAdditionalSettings() AdditionalSettings
GetAdditionalSettings returns the AdditionalSettings field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetAdditionalSettingsOk ¶
func (o *CreateCompanyWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
GetAdditionalSettingsOk returns a tuple with the AdditionalSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetCommunicationFormat ¶
func (o *CreateCompanyWebhookRequest) GetCommunicationFormat() string
GetCommunicationFormat returns the CommunicationFormat field value
func (*CreateCompanyWebhookRequest) GetCommunicationFormatOk ¶
func (o *CreateCompanyWebhookRequest) GetCommunicationFormatOk() (*string, bool)
GetCommunicationFormatOk returns a tuple with the CommunicationFormat field value and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetDescription ¶
func (o *CreateCompanyWebhookRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetDescriptionOk ¶
func (o *CreateCompanyWebhookRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetEncryptionProtocol ¶
func (o *CreateCompanyWebhookRequest) GetEncryptionProtocol() string
GetEncryptionProtocol returns the EncryptionProtocol field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetEncryptionProtocolOk ¶
func (o *CreateCompanyWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
GetEncryptionProtocolOk returns a tuple with the EncryptionProtocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetFilterMerchantAccountType ¶
func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccountType() string
GetFilterMerchantAccountType returns the FilterMerchantAccountType field value
func (*CreateCompanyWebhookRequest) GetFilterMerchantAccountTypeOk ¶
func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccountTypeOk() (*string, bool)
GetFilterMerchantAccountTypeOk returns a tuple with the FilterMerchantAccountType field value and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetFilterMerchantAccounts ¶
func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccounts() []string
GetFilterMerchantAccounts returns the FilterMerchantAccounts field value
func (*CreateCompanyWebhookRequest) GetFilterMerchantAccountsOk ¶
func (o *CreateCompanyWebhookRequest) GetFilterMerchantAccountsOk() ([]string, bool)
GetFilterMerchantAccountsOk returns a tuple with the FilterMerchantAccounts field value and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetNetworkType ¶
func (o *CreateCompanyWebhookRequest) GetNetworkType() string
GetNetworkType returns the NetworkType field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetNetworkTypeOk ¶
func (o *CreateCompanyWebhookRequest) GetNetworkTypeOk() (*string, bool)
GetNetworkTypeOk returns a tuple with the NetworkType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetPassword ¶
func (o *CreateCompanyWebhookRequest) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetPasswordOk ¶
func (o *CreateCompanyWebhookRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetPopulateSoapActionHeader ¶
func (o *CreateCompanyWebhookRequest) GetPopulateSoapActionHeader() bool
GetPopulateSoapActionHeader returns the PopulateSoapActionHeader field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetPopulateSoapActionHeaderOk ¶
func (o *CreateCompanyWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
GetPopulateSoapActionHeaderOk returns a tuple with the PopulateSoapActionHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetType ¶
func (o *CreateCompanyWebhookRequest) GetType() string
GetType returns the Type field value
func (*CreateCompanyWebhookRequest) GetTypeOk ¶
func (o *CreateCompanyWebhookRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetUrl ¶
func (o *CreateCompanyWebhookRequest) GetUrl() string
GetUrl returns the Url field value
func (*CreateCompanyWebhookRequest) GetUrlOk ¶
func (o *CreateCompanyWebhookRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) GetUsername ¶
func (o *CreateCompanyWebhookRequest) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*CreateCompanyWebhookRequest) GetUsernameOk ¶
func (o *CreateCompanyWebhookRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCompanyWebhookRequest) HasAcceptsExpiredCertificate ¶
func (o *CreateCompanyWebhookRequest) HasAcceptsExpiredCertificate() bool
HasAcceptsExpiredCertificate returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasAcceptsSelfSignedCertificate ¶
func (o *CreateCompanyWebhookRequest) HasAcceptsSelfSignedCertificate() bool
HasAcceptsSelfSignedCertificate returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasAcceptsUntrustedRootCertificate ¶
func (o *CreateCompanyWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
HasAcceptsUntrustedRootCertificate returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasAdditionalSettings ¶
func (o *CreateCompanyWebhookRequest) HasAdditionalSettings() bool
HasAdditionalSettings returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasDescription ¶
func (o *CreateCompanyWebhookRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasEncryptionProtocol ¶
func (o *CreateCompanyWebhookRequest) HasEncryptionProtocol() bool
HasEncryptionProtocol returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasNetworkType ¶
func (o *CreateCompanyWebhookRequest) HasNetworkType() bool
HasNetworkType returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasPassword ¶
func (o *CreateCompanyWebhookRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasPopulateSoapActionHeader ¶
func (o *CreateCompanyWebhookRequest) HasPopulateSoapActionHeader() bool
HasPopulateSoapActionHeader returns a boolean if a field has been set.
func (*CreateCompanyWebhookRequest) HasUsername ¶
func (o *CreateCompanyWebhookRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (CreateCompanyWebhookRequest) MarshalJSON ¶
func (o CreateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
func (*CreateCompanyWebhookRequest) SetAcceptsExpiredCertificate ¶
func (o *CreateCompanyWebhookRequest) SetAcceptsExpiredCertificate(v bool)
SetAcceptsExpiredCertificate gets a reference to the given bool and assigns it to the AcceptsExpiredCertificate field.
func (*CreateCompanyWebhookRequest) SetAcceptsSelfSignedCertificate ¶
func (o *CreateCompanyWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
SetAcceptsSelfSignedCertificate gets a reference to the given bool and assigns it to the AcceptsSelfSignedCertificate field.
func (*CreateCompanyWebhookRequest) SetAcceptsUntrustedRootCertificate ¶
func (o *CreateCompanyWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
SetAcceptsUntrustedRootCertificate gets a reference to the given bool and assigns it to the AcceptsUntrustedRootCertificate field.
func (*CreateCompanyWebhookRequest) SetActive ¶
func (o *CreateCompanyWebhookRequest) SetActive(v bool)
SetActive sets field value
func (*CreateCompanyWebhookRequest) SetAdditionalSettings ¶
func (o *CreateCompanyWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
SetAdditionalSettings gets a reference to the given AdditionalSettings and assigns it to the AdditionalSettings field.
func (*CreateCompanyWebhookRequest) SetCommunicationFormat ¶
func (o *CreateCompanyWebhookRequest) SetCommunicationFormat(v string)
SetCommunicationFormat sets field value
func (*CreateCompanyWebhookRequest) SetDescription ¶
func (o *CreateCompanyWebhookRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateCompanyWebhookRequest) SetEncryptionProtocol ¶
func (o *CreateCompanyWebhookRequest) SetEncryptionProtocol(v string)
SetEncryptionProtocol gets a reference to the given string and assigns it to the EncryptionProtocol field.
func (*CreateCompanyWebhookRequest) SetFilterMerchantAccountType ¶
func (o *CreateCompanyWebhookRequest) SetFilterMerchantAccountType(v string)
SetFilterMerchantAccountType sets field value
func (*CreateCompanyWebhookRequest) SetFilterMerchantAccounts ¶
func (o *CreateCompanyWebhookRequest) SetFilterMerchantAccounts(v []string)
SetFilterMerchantAccounts sets field value
func (*CreateCompanyWebhookRequest) SetNetworkType ¶
func (o *CreateCompanyWebhookRequest) SetNetworkType(v string)
SetNetworkType gets a reference to the given string and assigns it to the NetworkType field.
func (*CreateCompanyWebhookRequest) SetPassword ¶
func (o *CreateCompanyWebhookRequest) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*CreateCompanyWebhookRequest) SetPopulateSoapActionHeader ¶
func (o *CreateCompanyWebhookRequest) SetPopulateSoapActionHeader(v bool)
SetPopulateSoapActionHeader gets a reference to the given bool and assigns it to the PopulateSoapActionHeader field.
func (*CreateCompanyWebhookRequest) SetType ¶
func (o *CreateCompanyWebhookRequest) SetType(v string)
SetType sets field value
func (*CreateCompanyWebhookRequest) SetUrl ¶
func (o *CreateCompanyWebhookRequest) SetUrl(v string)
SetUrl sets field value
func (*CreateCompanyWebhookRequest) SetUsername ¶
func (o *CreateCompanyWebhookRequest) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (CreateCompanyWebhookRequest) ToMap ¶
func (o CreateCompanyWebhookRequest) ToMap() (map[string]interface{}, error)
type CreateMerchantApiCredentialRequest ¶
type CreateMerchantApiCredentialRequest struct { // The list of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) for the new API credential. AllowedOrigins []string `json:"allowedOrigins,omitempty"` // Description of the API credential. Description *string `json:"description,omitempty"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Only roles assigned to 'ws@Company.<CompanyName>' can be assigned to other API credentials. Roles []string `json:"roles,omitempty"` }
CreateMerchantApiCredentialRequest struct for CreateMerchantApiCredentialRequest
func NewCreateMerchantApiCredentialRequest ¶
func NewCreateMerchantApiCredentialRequest() *CreateMerchantApiCredentialRequest
NewCreateMerchantApiCredentialRequest instantiates a new CreateMerchantApiCredentialRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateMerchantApiCredentialRequestWithDefaults ¶
func NewCreateMerchantApiCredentialRequestWithDefaults() *CreateMerchantApiCredentialRequest
NewCreateMerchantApiCredentialRequestWithDefaults instantiates a new CreateMerchantApiCredentialRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateMerchantApiCredentialRequest) GetAllowedOrigins ¶
func (o *CreateMerchantApiCredentialRequest) GetAllowedOrigins() []string
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*CreateMerchantApiCredentialRequest) GetAllowedOriginsOk ¶
func (o *CreateMerchantApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantApiCredentialRequest) GetDescription ¶
func (o *CreateMerchantApiCredentialRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateMerchantApiCredentialRequest) GetDescriptionOk ¶
func (o *CreateMerchantApiCredentialRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantApiCredentialRequest) GetRoles ¶
func (o *CreateMerchantApiCredentialRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*CreateMerchantApiCredentialRequest) GetRolesOk ¶
func (o *CreateMerchantApiCredentialRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantApiCredentialRequest) HasAllowedOrigins ¶
func (o *CreateMerchantApiCredentialRequest) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*CreateMerchantApiCredentialRequest) HasDescription ¶
func (o *CreateMerchantApiCredentialRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateMerchantApiCredentialRequest) HasRoles ¶
func (o *CreateMerchantApiCredentialRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (CreateMerchantApiCredentialRequest) MarshalJSON ¶
func (o CreateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*CreateMerchantApiCredentialRequest) SetAllowedOrigins ¶
func (o *CreateMerchantApiCredentialRequest) SetAllowedOrigins(v []string)
SetAllowedOrigins gets a reference to the given []string and assigns it to the AllowedOrigins field.
func (*CreateMerchantApiCredentialRequest) SetDescription ¶
func (o *CreateMerchantApiCredentialRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateMerchantApiCredentialRequest) SetRoles ¶
func (o *CreateMerchantApiCredentialRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (CreateMerchantApiCredentialRequest) ToMap ¶
func (o CreateMerchantApiCredentialRequest) ToMap() (map[string]interface{}, error)
type CreateMerchantRequest ¶
type CreateMerchantRequest struct { // The unique identifier of the [business line](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines). Required for an Adyen for Platforms Manage integration. BusinessLineId *string `json:"businessLineId,omitempty"` // The unique identifier of the company account. CompanyId string `json:"companyId"` // Your description for the merchant account, maximum 300 characters. Description *string `json:"description,omitempty"` // The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities). Required for an Adyen for Platforms Manage integration. LegalEntityId *string `json:"legalEntityId,omitempty"` // Sets the pricing plan for the merchant account. Required for an Adyen for Platforms Manage integration. Your Adyen contact will provide the values that you can use. PricingPlan *string `json:"pricingPlan,omitempty"` // Your reference for the merchant account. To make this reference the unique identifier of the merchant account, your Adyen contact can set up a template on your company account. The template can have 6 to 255 characters with upper- and lower-case letters, underscores, and numbers. When your company account has a template, then the `reference` is required and must be unique within the company account. Reference *string `json:"reference,omitempty"` // List of sales channels that the merchant will process payments with SalesChannels []string `json:"salesChannels,omitempty"` }
CreateMerchantRequest struct for CreateMerchantRequest
func NewCreateMerchantRequest ¶
func NewCreateMerchantRequest(companyId string) *CreateMerchantRequest
NewCreateMerchantRequest instantiates a new CreateMerchantRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateMerchantRequestWithDefaults ¶
func NewCreateMerchantRequestWithDefaults() *CreateMerchantRequest
NewCreateMerchantRequestWithDefaults instantiates a new CreateMerchantRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateMerchantRequest) GetBusinessLineId ¶
func (o *CreateMerchantRequest) GetBusinessLineId() string
GetBusinessLineId returns the BusinessLineId field value if set, zero value otherwise.
func (*CreateMerchantRequest) GetBusinessLineIdOk ¶
func (o *CreateMerchantRequest) GetBusinessLineIdOk() (*string, bool)
GetBusinessLineIdOk returns a tuple with the BusinessLineId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantRequest) GetCompanyId ¶
func (o *CreateMerchantRequest) GetCompanyId() string
GetCompanyId returns the CompanyId field value
func (*CreateMerchantRequest) GetCompanyIdOk ¶
func (o *CreateMerchantRequest) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value and a boolean to check if the value has been set.
func (*CreateMerchantRequest) GetDescription ¶
func (o *CreateMerchantRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateMerchantRequest) GetDescriptionOk ¶
func (o *CreateMerchantRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantRequest) GetLegalEntityId ¶
func (o *CreateMerchantRequest) GetLegalEntityId() string
GetLegalEntityId returns the LegalEntityId field value if set, zero value otherwise.
func (*CreateMerchantRequest) GetLegalEntityIdOk ¶
func (o *CreateMerchantRequest) GetLegalEntityIdOk() (*string, bool)
GetLegalEntityIdOk returns a tuple with the LegalEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantRequest) GetPricingPlan ¶
func (o *CreateMerchantRequest) GetPricingPlan() string
GetPricingPlan returns the PricingPlan field value if set, zero value otherwise.
func (*CreateMerchantRequest) GetPricingPlanOk ¶
func (o *CreateMerchantRequest) GetPricingPlanOk() (*string, bool)
GetPricingPlanOk returns a tuple with the PricingPlan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantRequest) GetReference ¶
func (o *CreateMerchantRequest) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*CreateMerchantRequest) GetReferenceOk ¶
func (o *CreateMerchantRequest) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantRequest) GetSalesChannels ¶
func (o *CreateMerchantRequest) GetSalesChannels() []string
GetSalesChannels returns the SalesChannels field value if set, zero value otherwise.
func (*CreateMerchantRequest) GetSalesChannelsOk ¶
func (o *CreateMerchantRequest) GetSalesChannelsOk() ([]string, bool)
GetSalesChannelsOk returns a tuple with the SalesChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantRequest) HasBusinessLineId ¶
func (o *CreateMerchantRequest) HasBusinessLineId() bool
HasBusinessLineId returns a boolean if a field has been set.
func (*CreateMerchantRequest) HasDescription ¶
func (o *CreateMerchantRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateMerchantRequest) HasLegalEntityId ¶
func (o *CreateMerchantRequest) HasLegalEntityId() bool
HasLegalEntityId returns a boolean if a field has been set.
func (*CreateMerchantRequest) HasPricingPlan ¶
func (o *CreateMerchantRequest) HasPricingPlan() bool
HasPricingPlan returns a boolean if a field has been set.
func (*CreateMerchantRequest) HasReference ¶
func (o *CreateMerchantRequest) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*CreateMerchantRequest) HasSalesChannels ¶
func (o *CreateMerchantRequest) HasSalesChannels() bool
HasSalesChannels returns a boolean if a field has been set.
func (CreateMerchantRequest) MarshalJSON ¶
func (o CreateMerchantRequest) MarshalJSON() ([]byte, error)
func (*CreateMerchantRequest) SetBusinessLineId ¶
func (o *CreateMerchantRequest) SetBusinessLineId(v string)
SetBusinessLineId gets a reference to the given string and assigns it to the BusinessLineId field.
func (*CreateMerchantRequest) SetCompanyId ¶
func (o *CreateMerchantRequest) SetCompanyId(v string)
SetCompanyId sets field value
func (*CreateMerchantRequest) SetDescription ¶
func (o *CreateMerchantRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateMerchantRequest) SetLegalEntityId ¶
func (o *CreateMerchantRequest) SetLegalEntityId(v string)
SetLegalEntityId gets a reference to the given string and assigns it to the LegalEntityId field.
func (*CreateMerchantRequest) SetPricingPlan ¶
func (o *CreateMerchantRequest) SetPricingPlan(v string)
SetPricingPlan gets a reference to the given string and assigns it to the PricingPlan field.
func (*CreateMerchantRequest) SetReference ¶
func (o *CreateMerchantRequest) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*CreateMerchantRequest) SetSalesChannels ¶
func (o *CreateMerchantRequest) SetSalesChannels(v []string)
SetSalesChannels gets a reference to the given []string and assigns it to the SalesChannels field.
func (CreateMerchantRequest) ToMap ¶
func (o CreateMerchantRequest) ToMap() (map[string]interface{}, error)
type CreateMerchantResponse ¶
type CreateMerchantResponse struct { // The unique identifier of the [business line](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines). BusinessLineId *string `json:"businessLineId,omitempty"` // The unique identifier of the company account. CompanyId *string `json:"companyId,omitempty"` // Your description for the merchant account, maximum 300 characters. Description *string `json:"description,omitempty"` // The unique identifier of the merchant account. If Adyen set up a template for the `reference`, then the `id` will have the same value as the `reference` that you sent in the request. Otherwise, the value is generated by Adyen. Id *string `json:"id,omitempty"` // The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities). LegalEntityId *string `json:"legalEntityId,omitempty"` // Partner pricing plan for the merchant, applicable for merchants under AfP managed company accounts. PricingPlan *string `json:"pricingPlan,omitempty"` // Your reference for the merchant account. Reference *string `json:"reference,omitempty"` }
CreateMerchantResponse struct for CreateMerchantResponse
func NewCreateMerchantResponse ¶
func NewCreateMerchantResponse() *CreateMerchantResponse
NewCreateMerchantResponse instantiates a new CreateMerchantResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateMerchantResponseWithDefaults ¶
func NewCreateMerchantResponseWithDefaults() *CreateMerchantResponse
NewCreateMerchantResponseWithDefaults instantiates a new CreateMerchantResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateMerchantResponse) GetBusinessLineId ¶
func (o *CreateMerchantResponse) GetBusinessLineId() string
GetBusinessLineId returns the BusinessLineId field value if set, zero value otherwise.
func (*CreateMerchantResponse) GetBusinessLineIdOk ¶
func (o *CreateMerchantResponse) GetBusinessLineIdOk() (*string, bool)
GetBusinessLineIdOk returns a tuple with the BusinessLineId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantResponse) GetCompanyId ¶
func (o *CreateMerchantResponse) GetCompanyId() string
GetCompanyId returns the CompanyId field value if set, zero value otherwise.
func (*CreateMerchantResponse) GetCompanyIdOk ¶
func (o *CreateMerchantResponse) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantResponse) GetDescription ¶
func (o *CreateMerchantResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateMerchantResponse) GetDescriptionOk ¶
func (o *CreateMerchantResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantResponse) GetId ¶
func (o *CreateMerchantResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateMerchantResponse) GetIdOk ¶
func (o *CreateMerchantResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantResponse) GetLegalEntityId ¶
func (o *CreateMerchantResponse) GetLegalEntityId() string
GetLegalEntityId returns the LegalEntityId field value if set, zero value otherwise.
func (*CreateMerchantResponse) GetLegalEntityIdOk ¶
func (o *CreateMerchantResponse) GetLegalEntityIdOk() (*string, bool)
GetLegalEntityIdOk returns a tuple with the LegalEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantResponse) GetPricingPlan ¶
func (o *CreateMerchantResponse) GetPricingPlan() string
GetPricingPlan returns the PricingPlan field value if set, zero value otherwise.
func (*CreateMerchantResponse) GetPricingPlanOk ¶
func (o *CreateMerchantResponse) GetPricingPlanOk() (*string, bool)
GetPricingPlanOk returns a tuple with the PricingPlan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantResponse) GetReference ¶
func (o *CreateMerchantResponse) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*CreateMerchantResponse) GetReferenceOk ¶
func (o *CreateMerchantResponse) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantResponse) HasBusinessLineId ¶
func (o *CreateMerchantResponse) HasBusinessLineId() bool
HasBusinessLineId returns a boolean if a field has been set.
func (*CreateMerchantResponse) HasCompanyId ¶
func (o *CreateMerchantResponse) HasCompanyId() bool
HasCompanyId returns a boolean if a field has been set.
func (*CreateMerchantResponse) HasDescription ¶
func (o *CreateMerchantResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateMerchantResponse) HasId ¶
func (o *CreateMerchantResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateMerchantResponse) HasLegalEntityId ¶
func (o *CreateMerchantResponse) HasLegalEntityId() bool
HasLegalEntityId returns a boolean if a field has been set.
func (*CreateMerchantResponse) HasPricingPlan ¶
func (o *CreateMerchantResponse) HasPricingPlan() bool
HasPricingPlan returns a boolean if a field has been set.
func (*CreateMerchantResponse) HasReference ¶
func (o *CreateMerchantResponse) HasReference() bool
HasReference returns a boolean if a field has been set.
func (CreateMerchantResponse) MarshalJSON ¶
func (o CreateMerchantResponse) MarshalJSON() ([]byte, error)
func (*CreateMerchantResponse) SetBusinessLineId ¶
func (o *CreateMerchantResponse) SetBusinessLineId(v string)
SetBusinessLineId gets a reference to the given string and assigns it to the BusinessLineId field.
func (*CreateMerchantResponse) SetCompanyId ¶
func (o *CreateMerchantResponse) SetCompanyId(v string)
SetCompanyId gets a reference to the given string and assigns it to the CompanyId field.
func (*CreateMerchantResponse) SetDescription ¶
func (o *CreateMerchantResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateMerchantResponse) SetId ¶
func (o *CreateMerchantResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreateMerchantResponse) SetLegalEntityId ¶
func (o *CreateMerchantResponse) SetLegalEntityId(v string)
SetLegalEntityId gets a reference to the given string and assigns it to the LegalEntityId field.
func (*CreateMerchantResponse) SetPricingPlan ¶
func (o *CreateMerchantResponse) SetPricingPlan(v string)
SetPricingPlan gets a reference to the given string and assigns it to the PricingPlan field.
func (*CreateMerchantResponse) SetReference ¶
func (o *CreateMerchantResponse) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (CreateMerchantResponse) ToMap ¶
func (o CreateMerchantResponse) ToMap() (map[string]interface{}, error)
type CreateMerchantUserRequest ¶
type CreateMerchantUserRequest struct { // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // The email address of the user. Email string `json:"email"` Name Name `json:"name"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles,omitempty"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode *string `json:"timeZoneCode,omitempty"` // The user's email address that will be their username. Must be the same as the one in the `email` field. Username string `json:"username"` }
CreateMerchantUserRequest struct for CreateMerchantUserRequest
func NewCreateMerchantUserRequest ¶
func NewCreateMerchantUserRequest(email string, name Name, username string) *CreateMerchantUserRequest
NewCreateMerchantUserRequest instantiates a new CreateMerchantUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateMerchantUserRequestWithDefaults ¶
func NewCreateMerchantUserRequestWithDefaults() *CreateMerchantUserRequest
NewCreateMerchantUserRequestWithDefaults instantiates a new CreateMerchantUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateMerchantUserRequest) GetAccountGroups ¶
func (o *CreateMerchantUserRequest) GetAccountGroups() []string
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*CreateMerchantUserRequest) GetAccountGroupsOk ¶
func (o *CreateMerchantUserRequest) GetAccountGroupsOk() ([]string, bool)
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantUserRequest) GetEmail ¶
func (o *CreateMerchantUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*CreateMerchantUserRequest) GetEmailOk ¶
func (o *CreateMerchantUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateMerchantUserRequest) GetName ¶
func (o *CreateMerchantUserRequest) GetName() Name
GetName returns the Name field value
func (*CreateMerchantUserRequest) GetNameOk ¶
func (o *CreateMerchantUserRequest) GetNameOk() (*Name, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateMerchantUserRequest) GetRoles ¶
func (o *CreateMerchantUserRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*CreateMerchantUserRequest) GetRolesOk ¶
func (o *CreateMerchantUserRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantUserRequest) GetTimeZoneCode ¶
func (o *CreateMerchantUserRequest) GetTimeZoneCode() string
GetTimeZoneCode returns the TimeZoneCode field value if set, zero value otherwise.
func (*CreateMerchantUserRequest) GetTimeZoneCodeOk ¶
func (o *CreateMerchantUserRequest) GetTimeZoneCodeOk() (*string, bool)
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantUserRequest) GetUsername ¶
func (o *CreateMerchantUserRequest) GetUsername() string
GetUsername returns the Username field value
func (*CreateMerchantUserRequest) GetUsernameOk ¶
func (o *CreateMerchantUserRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CreateMerchantUserRequest) HasAccountGroups ¶
func (o *CreateMerchantUserRequest) HasAccountGroups() bool
HasAccountGroups returns a boolean if a field has been set.
func (*CreateMerchantUserRequest) HasRoles ¶
func (o *CreateMerchantUserRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*CreateMerchantUserRequest) HasTimeZoneCode ¶
func (o *CreateMerchantUserRequest) HasTimeZoneCode() bool
HasTimeZoneCode returns a boolean if a field has been set.
func (CreateMerchantUserRequest) MarshalJSON ¶
func (o CreateMerchantUserRequest) MarshalJSON() ([]byte, error)
func (*CreateMerchantUserRequest) SetAccountGroups ¶
func (o *CreateMerchantUserRequest) SetAccountGroups(v []string)
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*CreateMerchantUserRequest) SetEmail ¶
func (o *CreateMerchantUserRequest) SetEmail(v string)
SetEmail sets field value
func (*CreateMerchantUserRequest) SetName ¶
func (o *CreateMerchantUserRequest) SetName(v Name)
SetName sets field value
func (*CreateMerchantUserRequest) SetRoles ¶
func (o *CreateMerchantUserRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*CreateMerchantUserRequest) SetTimeZoneCode ¶
func (o *CreateMerchantUserRequest) SetTimeZoneCode(v string)
SetTimeZoneCode gets a reference to the given string and assigns it to the TimeZoneCode field.
func (*CreateMerchantUserRequest) SetUsername ¶
func (o *CreateMerchantUserRequest) SetUsername(v string)
SetUsername sets field value
func (CreateMerchantUserRequest) ToMap ¶
func (o CreateMerchantUserRequest) ToMap() (map[string]interface{}, error)
type CreateMerchantWebhookRequest ¶
type CreateMerchantWebhookRequest struct { // Indicates if expired SSL certificates are accepted. Default value: **false**. AcceptsExpiredCertificate *bool `json:"acceptsExpiredCertificate,omitempty"` // Indicates if self-signed SSL certificates are accepted. Default value: **false**. AcceptsSelfSignedCertificate *bool `json:"acceptsSelfSignedCertificate,omitempty"` // Indicates if untrusted SSL certificates are accepted. Default value: **false**. AcceptsUntrustedRootCertificate *bool `json:"acceptsUntrustedRootCertificate,omitempty"` // Indicates if the webhook configuration is active. The field must be **true** for us to send webhooks about events related an account. Active bool `json:"active"` AdditionalSettings *AdditionalSettings `json:"additionalSettings,omitempty"` // Format or protocol for receiving webhooks. Possible values: * **soap** * **http** * **json** CommunicationFormat string `json:"communicationFormat"` // Your description for this webhook configuration. Description *string `json:"description,omitempty"` // SSL version to access the public webhook URL specified in the `url` field. Possible values: * **TLSv1.3** * **TLSv1.2** * **HTTP** - Only allowed on Test environment. If not specified, the webhook will use `sslVersion`: **TLSv1.2**. EncryptionProtocol *string `json:"encryptionProtocol,omitempty"` // Network type for Terminal API notification webhooks. Possible values: * **public** * **local** Default Value: **public**. NetworkType *string `json:"networkType,omitempty"` // Password to access the webhook URL. Password *string `json:"password,omitempty"` // Indicates if the SOAP action header needs to be populated. Default value: **false**. Only applies if `communicationFormat`: **soap**. PopulateSoapActionHeader *bool `json:"populateSoapActionHeader,omitempty"` // The type of webhook that is being created. Possible values are: - **standard** - **account-settings-notification** - **banktransfer-notification** - **boletobancario-notification** - **directdebit-notification** - **ach-notification-of-change-notification** - **pending-notification** - **ideal-notification** - **ideal-pending-notification** - **report-notification** - **rreq-notification** Find out more about [standard notification webhooks](https://docs.adyen.com/development-resources/webhooks/understand-notifications#event-codes) and [other types of notifications](https://docs.adyen.com/development-resources/webhooks/understand-notifications#other-notifications). Type string `json:"type"` // Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**. Url string `json:"url"` // Username to access the webhook URL. Username *string `json:"username,omitempty"` }
CreateMerchantWebhookRequest struct for CreateMerchantWebhookRequest
func NewCreateMerchantWebhookRequest ¶
func NewCreateMerchantWebhookRequest(active bool, communicationFormat string, type_ string, url string) *CreateMerchantWebhookRequest
NewCreateMerchantWebhookRequest instantiates a new CreateMerchantWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateMerchantWebhookRequestWithDefaults ¶
func NewCreateMerchantWebhookRequestWithDefaults() *CreateMerchantWebhookRequest
NewCreateMerchantWebhookRequestWithDefaults instantiates a new CreateMerchantWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateMerchantWebhookRequest) GetAcceptsExpiredCertificate ¶
func (o *CreateMerchantWebhookRequest) GetAcceptsExpiredCertificate() bool
GetAcceptsExpiredCertificate returns the AcceptsExpiredCertificate field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetAcceptsExpiredCertificateOk ¶
func (o *CreateMerchantWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
GetAcceptsExpiredCertificateOk returns a tuple with the AcceptsExpiredCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetAcceptsSelfSignedCertificate ¶
func (o *CreateMerchantWebhookRequest) GetAcceptsSelfSignedCertificate() bool
GetAcceptsSelfSignedCertificate returns the AcceptsSelfSignedCertificate field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetAcceptsSelfSignedCertificateOk ¶
func (o *CreateMerchantWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
GetAcceptsSelfSignedCertificateOk returns a tuple with the AcceptsSelfSignedCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificate ¶
func (o *CreateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
GetAcceptsUntrustedRootCertificate returns the AcceptsUntrustedRootCertificate field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificateOk ¶
func (o *CreateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
GetAcceptsUntrustedRootCertificateOk returns a tuple with the AcceptsUntrustedRootCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetActive ¶
func (o *CreateMerchantWebhookRequest) GetActive() bool
GetActive returns the Active field value
func (*CreateMerchantWebhookRequest) GetActiveOk ¶
func (o *CreateMerchantWebhookRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetAdditionalSettings ¶
func (o *CreateMerchantWebhookRequest) GetAdditionalSettings() AdditionalSettings
GetAdditionalSettings returns the AdditionalSettings field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetAdditionalSettingsOk ¶
func (o *CreateMerchantWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
GetAdditionalSettingsOk returns a tuple with the AdditionalSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetCommunicationFormat ¶
func (o *CreateMerchantWebhookRequest) GetCommunicationFormat() string
GetCommunicationFormat returns the CommunicationFormat field value
func (*CreateMerchantWebhookRequest) GetCommunicationFormatOk ¶
func (o *CreateMerchantWebhookRequest) GetCommunicationFormatOk() (*string, bool)
GetCommunicationFormatOk returns a tuple with the CommunicationFormat field value and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetDescription ¶
func (o *CreateMerchantWebhookRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetDescriptionOk ¶
func (o *CreateMerchantWebhookRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetEncryptionProtocol ¶
func (o *CreateMerchantWebhookRequest) GetEncryptionProtocol() string
GetEncryptionProtocol returns the EncryptionProtocol field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetEncryptionProtocolOk ¶
func (o *CreateMerchantWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
GetEncryptionProtocolOk returns a tuple with the EncryptionProtocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetNetworkType ¶
func (o *CreateMerchantWebhookRequest) GetNetworkType() string
GetNetworkType returns the NetworkType field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetNetworkTypeOk ¶
func (o *CreateMerchantWebhookRequest) GetNetworkTypeOk() (*string, bool)
GetNetworkTypeOk returns a tuple with the NetworkType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetPassword ¶
func (o *CreateMerchantWebhookRequest) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetPasswordOk ¶
func (o *CreateMerchantWebhookRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetPopulateSoapActionHeader ¶
func (o *CreateMerchantWebhookRequest) GetPopulateSoapActionHeader() bool
GetPopulateSoapActionHeader returns the PopulateSoapActionHeader field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetPopulateSoapActionHeaderOk ¶
func (o *CreateMerchantWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
GetPopulateSoapActionHeaderOk returns a tuple with the PopulateSoapActionHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetType ¶
func (o *CreateMerchantWebhookRequest) GetType() string
GetType returns the Type field value
func (*CreateMerchantWebhookRequest) GetTypeOk ¶
func (o *CreateMerchantWebhookRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetUrl ¶
func (o *CreateMerchantWebhookRequest) GetUrl() string
GetUrl returns the Url field value
func (*CreateMerchantWebhookRequest) GetUrlOk ¶
func (o *CreateMerchantWebhookRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) GetUsername ¶
func (o *CreateMerchantWebhookRequest) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*CreateMerchantWebhookRequest) GetUsernameOk ¶
func (o *CreateMerchantWebhookRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMerchantWebhookRequest) HasAcceptsExpiredCertificate ¶
func (o *CreateMerchantWebhookRequest) HasAcceptsExpiredCertificate() bool
HasAcceptsExpiredCertificate returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasAcceptsSelfSignedCertificate ¶
func (o *CreateMerchantWebhookRequest) HasAcceptsSelfSignedCertificate() bool
HasAcceptsSelfSignedCertificate returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasAcceptsUntrustedRootCertificate ¶
func (o *CreateMerchantWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
HasAcceptsUntrustedRootCertificate returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasAdditionalSettings ¶
func (o *CreateMerchantWebhookRequest) HasAdditionalSettings() bool
HasAdditionalSettings returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasDescription ¶
func (o *CreateMerchantWebhookRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasEncryptionProtocol ¶
func (o *CreateMerchantWebhookRequest) HasEncryptionProtocol() bool
HasEncryptionProtocol returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasNetworkType ¶
func (o *CreateMerchantWebhookRequest) HasNetworkType() bool
HasNetworkType returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasPassword ¶
func (o *CreateMerchantWebhookRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasPopulateSoapActionHeader ¶
func (o *CreateMerchantWebhookRequest) HasPopulateSoapActionHeader() bool
HasPopulateSoapActionHeader returns a boolean if a field has been set.
func (*CreateMerchantWebhookRequest) HasUsername ¶
func (o *CreateMerchantWebhookRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (CreateMerchantWebhookRequest) MarshalJSON ¶
func (o CreateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
func (*CreateMerchantWebhookRequest) SetAcceptsExpiredCertificate ¶
func (o *CreateMerchantWebhookRequest) SetAcceptsExpiredCertificate(v bool)
SetAcceptsExpiredCertificate gets a reference to the given bool and assigns it to the AcceptsExpiredCertificate field.
func (*CreateMerchantWebhookRequest) SetAcceptsSelfSignedCertificate ¶
func (o *CreateMerchantWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
SetAcceptsSelfSignedCertificate gets a reference to the given bool and assigns it to the AcceptsSelfSignedCertificate field.
func (*CreateMerchantWebhookRequest) SetAcceptsUntrustedRootCertificate ¶
func (o *CreateMerchantWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
SetAcceptsUntrustedRootCertificate gets a reference to the given bool and assigns it to the AcceptsUntrustedRootCertificate field.
func (*CreateMerchantWebhookRequest) SetActive ¶
func (o *CreateMerchantWebhookRequest) SetActive(v bool)
SetActive sets field value
func (*CreateMerchantWebhookRequest) SetAdditionalSettings ¶
func (o *CreateMerchantWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
SetAdditionalSettings gets a reference to the given AdditionalSettings and assigns it to the AdditionalSettings field.
func (*CreateMerchantWebhookRequest) SetCommunicationFormat ¶
func (o *CreateMerchantWebhookRequest) SetCommunicationFormat(v string)
SetCommunicationFormat sets field value
func (*CreateMerchantWebhookRequest) SetDescription ¶
func (o *CreateMerchantWebhookRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateMerchantWebhookRequest) SetEncryptionProtocol ¶
func (o *CreateMerchantWebhookRequest) SetEncryptionProtocol(v string)
SetEncryptionProtocol gets a reference to the given string and assigns it to the EncryptionProtocol field.
func (*CreateMerchantWebhookRequest) SetNetworkType ¶
func (o *CreateMerchantWebhookRequest) SetNetworkType(v string)
SetNetworkType gets a reference to the given string and assigns it to the NetworkType field.
func (*CreateMerchantWebhookRequest) SetPassword ¶
func (o *CreateMerchantWebhookRequest) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*CreateMerchantWebhookRequest) SetPopulateSoapActionHeader ¶
func (o *CreateMerchantWebhookRequest) SetPopulateSoapActionHeader(v bool)
SetPopulateSoapActionHeader gets a reference to the given bool and assigns it to the PopulateSoapActionHeader field.
func (*CreateMerchantWebhookRequest) SetType ¶
func (o *CreateMerchantWebhookRequest) SetType(v string)
SetType sets field value
func (*CreateMerchantWebhookRequest) SetUrl ¶
func (o *CreateMerchantWebhookRequest) SetUrl(v string)
SetUrl sets field value
func (*CreateMerchantWebhookRequest) SetUsername ¶
func (o *CreateMerchantWebhookRequest) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (CreateMerchantWebhookRequest) ToMap ¶
func (o CreateMerchantWebhookRequest) ToMap() (map[string]interface{}, error)
type CreateUserResponse ¶
type CreateUserResponse struct { Links *Links `json:"_links,omitempty"` // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // Indicates whether this user is active. Active *bool `json:"active,omitempty"` // Set of apps available to this user Apps []string `json:"apps,omitempty"` // The email address of the user. Email string `json:"email"` // The unique identifier of the user. Id string `json:"id"` Name *Name `json:"name,omitempty"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode string `json:"timeZoneCode"` // The username for this user. Username string `json:"username"` }
CreateUserResponse struct for CreateUserResponse
func NewCreateUserResponse ¶
func NewCreateUserResponse(email string, id string, roles []string, timeZoneCode string, username string) *CreateUserResponse
NewCreateUserResponse instantiates a new CreateUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserResponseWithDefaults ¶
func NewCreateUserResponseWithDefaults() *CreateUserResponse
NewCreateUserResponseWithDefaults instantiates a new CreateUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUserResponse) GetAccountGroups ¶
func (o *CreateUserResponse) GetAccountGroups() []string
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*CreateUserResponse) GetAccountGroupsOk ¶
func (o *CreateUserResponse) GetAccountGroupsOk() ([]string, bool)
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) GetActive ¶
func (o *CreateUserResponse) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*CreateUserResponse) GetActiveOk ¶
func (o *CreateUserResponse) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) GetApps ¶
func (o *CreateUserResponse) GetApps() []string
GetApps returns the Apps field value if set, zero value otherwise.
func (*CreateUserResponse) GetAppsOk ¶
func (o *CreateUserResponse) GetAppsOk() ([]string, bool)
GetAppsOk returns a tuple with the Apps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) GetEmail ¶
func (o *CreateUserResponse) GetEmail() string
GetEmail returns the Email field value
func (*CreateUserResponse) GetEmailOk ¶
func (o *CreateUserResponse) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateUserResponse) GetId ¶
func (o *CreateUserResponse) GetId() string
GetId returns the Id field value
func (*CreateUserResponse) GetIdOk ¶
func (o *CreateUserResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateUserResponse) GetLinks ¶
func (o *CreateUserResponse) GetLinks() Links
GetLinks returns the Links field value if set, zero value otherwise.
func (*CreateUserResponse) GetLinksOk ¶
func (o *CreateUserResponse) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) GetName ¶
func (o *CreateUserResponse) GetName() Name
GetName returns the Name field value if set, zero value otherwise.
func (*CreateUserResponse) GetNameOk ¶
func (o *CreateUserResponse) GetNameOk() (*Name, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) GetRoles ¶
func (o *CreateUserResponse) GetRoles() []string
GetRoles returns the Roles field value
func (*CreateUserResponse) GetRolesOk ¶
func (o *CreateUserResponse) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*CreateUserResponse) GetTimeZoneCode ¶
func (o *CreateUserResponse) GetTimeZoneCode() string
GetTimeZoneCode returns the TimeZoneCode field value
func (*CreateUserResponse) GetTimeZoneCodeOk ¶
func (o *CreateUserResponse) GetTimeZoneCodeOk() (*string, bool)
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value and a boolean to check if the value has been set.
func (*CreateUserResponse) GetUsername ¶
func (o *CreateUserResponse) GetUsername() string
GetUsername returns the Username field value
func (*CreateUserResponse) GetUsernameOk ¶
func (o *CreateUserResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CreateUserResponse) HasAccountGroups ¶
func (o *CreateUserResponse) HasAccountGroups() bool
HasAccountGroups returns a boolean if a field has been set.
func (*CreateUserResponse) HasActive ¶
func (o *CreateUserResponse) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*CreateUserResponse) HasApps ¶
func (o *CreateUserResponse) HasApps() bool
HasApps returns a boolean if a field has been set.
func (*CreateUserResponse) HasLinks ¶
func (o *CreateUserResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*CreateUserResponse) HasName ¶
func (o *CreateUserResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (CreateUserResponse) MarshalJSON ¶
func (o CreateUserResponse) MarshalJSON() ([]byte, error)
func (*CreateUserResponse) SetAccountGroups ¶
func (o *CreateUserResponse) SetAccountGroups(v []string)
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*CreateUserResponse) SetActive ¶
func (o *CreateUserResponse) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*CreateUserResponse) SetApps ¶
func (o *CreateUserResponse) SetApps(v []string)
SetApps gets a reference to the given []string and assigns it to the Apps field.
func (*CreateUserResponse) SetEmail ¶
func (o *CreateUserResponse) SetEmail(v string)
SetEmail sets field value
func (*CreateUserResponse) SetId ¶
func (o *CreateUserResponse) SetId(v string)
SetId sets field value
func (*CreateUserResponse) SetLinks ¶
func (o *CreateUserResponse) SetLinks(v Links)
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (*CreateUserResponse) SetName ¶
func (o *CreateUserResponse) SetName(v Name)
SetName gets a reference to the given Name and assigns it to the Name field.
func (*CreateUserResponse) SetRoles ¶
func (o *CreateUserResponse) SetRoles(v []string)
SetRoles sets field value
func (*CreateUserResponse) SetTimeZoneCode ¶
func (o *CreateUserResponse) SetTimeZoneCode(v string)
SetTimeZoneCode sets field value
func (*CreateUserResponse) SetUsername ¶
func (o *CreateUserResponse) SetUsername(v string)
SetUsername sets field value
func (CreateUserResponse) ToMap ¶
func (o CreateUserResponse) ToMap() (map[string]interface{}, error)
type Currency ¶
type Currency struct { // Surcharge amount per transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). Amount *int32 `json:"amount,omitempty"` // Three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). For example, **AUD**. CurrencyCode string `json:"currencyCode"` // Surcharge percentage per transaction. The maximum number of decimal places is two. For example, **1%** or **2.27%**. Percentage *float64 `json:"percentage,omitempty"` }
Currency struct for Currency
func NewCurrency ¶
NewCurrency instantiates a new Currency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCurrencyWithDefaults ¶
func NewCurrencyWithDefaults() *Currency
NewCurrencyWithDefaults instantiates a new Currency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Currency) GetAmountOk ¶
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Currency) GetCurrencyCode ¶
GetCurrencyCode returns the CurrencyCode field value
func (*Currency) GetCurrencyCodeOk ¶
GetCurrencyCodeOk returns a tuple with the CurrencyCode field value and a boolean to check if the value has been set.
func (*Currency) GetPercentage ¶
GetPercentage returns the Percentage field value if set, zero value otherwise.
func (*Currency) GetPercentageOk ¶
GetPercentageOk returns a tuple with the Percentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Currency) HasPercentage ¶
HasPercentage returns a boolean if a field has been set.
func (Currency) MarshalJSON ¶
func (*Currency) SetAmount ¶
SetAmount gets a reference to the given int32 and assigns it to the Amount field.
func (*Currency) SetCurrencyCode ¶
SetCurrencyCode sets field value
func (*Currency) SetPercentage ¶
SetPercentage gets a reference to the given float64 and assigns it to the Percentage field.
type CustomNotification ¶
type CustomNotification struct { Amount *Amount `json:"amount,omitempty"` // The event that caused the notification to be sent.Currently supported values: * **AUTHORISATION** * **CANCELLATION** * **REFUND** * **CAPTURE** * **REPORT_AVAILABLE** * **CHARGEBACK** * **REQUEST_FOR_INFORMATION** * **NOTIFICATION_OF_CHARGEBACK** * **NOTIFICATIONTEST** * **ORDER_OPENED** * **ORDER_CLOSED** * **CHARGEBACK_REVERSED** * **REFUNDED_REVERSED** * **REFUND_WITH_DATA** EventCode *string `json:"eventCode,omitempty"` // The time of the event. Format: [ISO 8601](http://www.w3.org/TR/NOTE-datetime), YYYY-MM-DDThh:mm:ssTZD. EventDate *time.Time `json:"eventDate,omitempty"` // Your reference for the custom test notification. MerchantReference *string `json:"merchantReference,omitempty"` // The payment method for the payment that the notification is about. Possible values: * **amex** * **visa** * **mc** * **maestro** * **bcmc** * **paypal** * **sms** * **bankTransfer_NL** * **bankTransfer_DE** * **bankTransfer_BE** * **ideal** * **elv** * **sepadirectdebit** PaymentMethod *string `json:"paymentMethod,omitempty"` // A descripton of what caused the notification. Reason *string `json:"reason,omitempty"` // The outcome of the event which the notification is about. Set to either **true** or **false**. Success *bool `json:"success,omitempty"` }
CustomNotification struct for CustomNotification
func NewCustomNotification ¶
func NewCustomNotification() *CustomNotification
NewCustomNotification instantiates a new CustomNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomNotificationWithDefaults ¶
func NewCustomNotificationWithDefaults() *CustomNotification
NewCustomNotificationWithDefaults instantiates a new CustomNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomNotification) GetAmount ¶
func (o *CustomNotification) GetAmount() Amount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*CustomNotification) GetAmountOk ¶
func (o *CustomNotification) GetAmountOk() (*Amount, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomNotification) GetEventCode ¶
func (o *CustomNotification) GetEventCode() string
GetEventCode returns the EventCode field value if set, zero value otherwise.
func (*CustomNotification) GetEventCodeOk ¶
func (o *CustomNotification) GetEventCodeOk() (*string, bool)
GetEventCodeOk returns a tuple with the EventCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomNotification) GetEventDate ¶
func (o *CustomNotification) GetEventDate() time.Time
GetEventDate returns the EventDate field value if set, zero value otherwise.
func (*CustomNotification) GetEventDateOk ¶
func (o *CustomNotification) GetEventDateOk() (*time.Time, bool)
GetEventDateOk returns a tuple with the EventDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomNotification) GetMerchantReference ¶
func (o *CustomNotification) GetMerchantReference() string
GetMerchantReference returns the MerchantReference field value if set, zero value otherwise.
func (*CustomNotification) GetMerchantReferenceOk ¶
func (o *CustomNotification) GetMerchantReferenceOk() (*string, bool)
GetMerchantReferenceOk returns a tuple with the MerchantReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomNotification) GetPaymentMethod ¶
func (o *CustomNotification) GetPaymentMethod() string
GetPaymentMethod returns the PaymentMethod field value if set, zero value otherwise.
func (*CustomNotification) GetPaymentMethodOk ¶
func (o *CustomNotification) GetPaymentMethodOk() (*string, bool)
GetPaymentMethodOk returns a tuple with the PaymentMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomNotification) GetReason ¶
func (o *CustomNotification) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*CustomNotification) GetReasonOk ¶
func (o *CustomNotification) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomNotification) GetSuccess ¶
func (o *CustomNotification) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*CustomNotification) GetSuccessOk ¶
func (o *CustomNotification) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomNotification) HasAmount ¶
func (o *CustomNotification) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*CustomNotification) HasEventCode ¶
func (o *CustomNotification) HasEventCode() bool
HasEventCode returns a boolean if a field has been set.
func (*CustomNotification) HasEventDate ¶
func (o *CustomNotification) HasEventDate() bool
HasEventDate returns a boolean if a field has been set.
func (*CustomNotification) HasMerchantReference ¶
func (o *CustomNotification) HasMerchantReference() bool
HasMerchantReference returns a boolean if a field has been set.
func (*CustomNotification) HasPaymentMethod ¶
func (o *CustomNotification) HasPaymentMethod() bool
HasPaymentMethod returns a boolean if a field has been set.
func (*CustomNotification) HasReason ¶
func (o *CustomNotification) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*CustomNotification) HasSuccess ¶
func (o *CustomNotification) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (CustomNotification) MarshalJSON ¶
func (o CustomNotification) MarshalJSON() ([]byte, error)
func (*CustomNotification) SetAmount ¶
func (o *CustomNotification) SetAmount(v Amount)
SetAmount gets a reference to the given Amount and assigns it to the Amount field.
func (*CustomNotification) SetEventCode ¶
func (o *CustomNotification) SetEventCode(v string)
SetEventCode gets a reference to the given string and assigns it to the EventCode field.
func (*CustomNotification) SetEventDate ¶
func (o *CustomNotification) SetEventDate(v time.Time)
SetEventDate gets a reference to the given time.Time and assigns it to the EventDate field.
func (*CustomNotification) SetMerchantReference ¶
func (o *CustomNotification) SetMerchantReference(v string)
SetMerchantReference gets a reference to the given string and assigns it to the MerchantReference field.
func (*CustomNotification) SetPaymentMethod ¶
func (o *CustomNotification) SetPaymentMethod(v string)
SetPaymentMethod gets a reference to the given string and assigns it to the PaymentMethod field.
func (*CustomNotification) SetReason ¶
func (o *CustomNotification) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*CustomNotification) SetSuccess ¶
func (o *CustomNotification) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (CustomNotification) ToMap ¶
func (o CustomNotification) ToMap() (map[string]interface{}, error)
type DataCenter ¶
type DataCenter struct { // The unique [live URL prefix](https://docs.adyen.com/development-resources/live-endpoints#live-url-prefix) for your live endpoint. Each data center has its own live URL prefix. This field is empty for requests made in the test environment. LivePrefix *string `json:"livePrefix,omitempty"` // The name assigned to a data center, for example **EU** for the European data center. Possible values are: * **default**: the European data center. This value is always returned in the test environment. * **AU** * **EU** * **US** Name *string `json:"name,omitempty"` }
DataCenter struct for DataCenter
func NewDataCenter ¶
func NewDataCenter() *DataCenter
NewDataCenter instantiates a new DataCenter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDataCenterWithDefaults ¶
func NewDataCenterWithDefaults() *DataCenter
NewDataCenterWithDefaults instantiates a new DataCenter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DataCenter) GetLivePrefix ¶
func (o *DataCenter) GetLivePrefix() string
GetLivePrefix returns the LivePrefix field value if set, zero value otherwise.
func (*DataCenter) GetLivePrefixOk ¶
func (o *DataCenter) GetLivePrefixOk() (*string, bool)
GetLivePrefixOk returns a tuple with the LivePrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataCenter) GetName ¶
func (o *DataCenter) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DataCenter) GetNameOk ¶
func (o *DataCenter) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataCenter) HasLivePrefix ¶
func (o *DataCenter) HasLivePrefix() bool
HasLivePrefix returns a boolean if a field has been set.
func (*DataCenter) HasName ¶
func (o *DataCenter) HasName() bool
HasName returns a boolean if a field has been set.
func (DataCenter) MarshalJSON ¶
func (o DataCenter) MarshalJSON() ([]byte, error)
func (*DataCenter) SetLivePrefix ¶
func (o *DataCenter) SetLivePrefix(v string)
SetLivePrefix gets a reference to the given string and assigns it to the LivePrefix field.
func (*DataCenter) SetName ¶
func (o *DataCenter) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (DataCenter) ToMap ¶
func (o DataCenter) ToMap() (map[string]interface{}, error)
type EventUrl ¶
type EventUrl struct { // One or more local URLs to send event notifications to when using Terminal API. EventLocalUrls []Url `json:"eventLocalUrls,omitempty"` // One or more public URLs to send event notifications to when using Terminal API. EventPublicUrls []Url `json:"eventPublicUrls,omitempty"` }
EventUrl struct for EventUrl
func NewEventUrl ¶
func NewEventUrl() *EventUrl
NewEventUrl instantiates a new EventUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventUrlWithDefaults ¶
func NewEventUrlWithDefaults() *EventUrl
NewEventUrlWithDefaults instantiates a new EventUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventUrl) GetEventLocalUrls ¶
GetEventLocalUrls returns the EventLocalUrls field value if set, zero value otherwise.
func (*EventUrl) GetEventLocalUrlsOk ¶
GetEventLocalUrlsOk returns a tuple with the EventLocalUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventUrl) GetEventPublicUrls ¶
GetEventPublicUrls returns the EventPublicUrls field value if set, zero value otherwise.
func (*EventUrl) GetEventPublicUrlsOk ¶
GetEventPublicUrlsOk returns a tuple with the EventPublicUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventUrl) HasEventLocalUrls ¶
HasEventLocalUrls returns a boolean if a field has been set.
func (*EventUrl) HasEventPublicUrls ¶
HasEventPublicUrls returns a boolean if a field has been set.
func (EventUrl) MarshalJSON ¶
func (*EventUrl) SetEventLocalUrls ¶
SetEventLocalUrls gets a reference to the given []Url and assigns it to the EventLocalUrls field.
func (*EventUrl) SetEventPublicUrls ¶
SetEventPublicUrls gets a reference to the given []Url and assigns it to the EventPublicUrls field.
type ExternalTerminalAction ¶
type ExternalTerminalAction struct { // The type of terminal action: **InstallAndroidApp**, **UninstallAndroidApp**, **InstallAndroidCertificate**, or **UninstallAndroidCertificate**. ActionType *string `json:"actionType,omitempty"` // Technical information about the terminal action. Config *string `json:"config,omitempty"` // The date and time when the action was carried out. ConfirmedAt *time.Time `json:"confirmedAt,omitempty"` // The unique ID of the terminal action. Id *string `json:"id,omitempty"` // The result message for the action. Result *string `json:"result,omitempty"` // The date and time when the action was scheduled to happen. ScheduledAt *time.Time `json:"scheduledAt,omitempty"` // The status of the terminal action: **pending**, **successful**, **failed**, **cancelled**, or **tryLater**. Status *string `json:"status,omitempty"` // The unique ID of the terminal that the action applies to. TerminalId *string `json:"terminalId,omitempty"` }
ExternalTerminalAction struct for ExternalTerminalAction
func NewExternalTerminalAction ¶
func NewExternalTerminalAction() *ExternalTerminalAction
NewExternalTerminalAction instantiates a new ExternalTerminalAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalTerminalActionWithDefaults ¶
func NewExternalTerminalActionWithDefaults() *ExternalTerminalAction
NewExternalTerminalActionWithDefaults instantiates a new ExternalTerminalAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalTerminalAction) GetActionType ¶
func (o *ExternalTerminalAction) GetActionType() string
GetActionType returns the ActionType field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetActionTypeOk ¶
func (o *ExternalTerminalAction) GetActionTypeOk() (*string, bool)
GetActionTypeOk returns a tuple with the ActionType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) GetConfig ¶
func (o *ExternalTerminalAction) GetConfig() string
GetConfig returns the Config field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetConfigOk ¶
func (o *ExternalTerminalAction) GetConfigOk() (*string, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) GetConfirmedAt ¶
func (o *ExternalTerminalAction) GetConfirmedAt() time.Time
GetConfirmedAt returns the ConfirmedAt field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetConfirmedAtOk ¶
func (o *ExternalTerminalAction) GetConfirmedAtOk() (*time.Time, bool)
GetConfirmedAtOk returns a tuple with the ConfirmedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) GetId ¶
func (o *ExternalTerminalAction) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetIdOk ¶
func (o *ExternalTerminalAction) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) GetResult ¶
func (o *ExternalTerminalAction) GetResult() string
GetResult returns the Result field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetResultOk ¶
func (o *ExternalTerminalAction) GetResultOk() (*string, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) GetScheduledAt ¶
func (o *ExternalTerminalAction) GetScheduledAt() time.Time
GetScheduledAt returns the ScheduledAt field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetScheduledAtOk ¶
func (o *ExternalTerminalAction) GetScheduledAtOk() (*time.Time, bool)
GetScheduledAtOk returns a tuple with the ScheduledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) GetStatus ¶
func (o *ExternalTerminalAction) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetStatusOk ¶
func (o *ExternalTerminalAction) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) GetTerminalId ¶
func (o *ExternalTerminalAction) GetTerminalId() string
GetTerminalId returns the TerminalId field value if set, zero value otherwise.
func (*ExternalTerminalAction) GetTerminalIdOk ¶
func (o *ExternalTerminalAction) GetTerminalIdOk() (*string, bool)
GetTerminalIdOk returns a tuple with the TerminalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalTerminalAction) HasActionType ¶
func (o *ExternalTerminalAction) HasActionType() bool
HasActionType returns a boolean if a field has been set.
func (*ExternalTerminalAction) HasConfig ¶
func (o *ExternalTerminalAction) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*ExternalTerminalAction) HasConfirmedAt ¶
func (o *ExternalTerminalAction) HasConfirmedAt() bool
HasConfirmedAt returns a boolean if a field has been set.
func (*ExternalTerminalAction) HasId ¶
func (o *ExternalTerminalAction) HasId() bool
HasId returns a boolean if a field has been set.
func (*ExternalTerminalAction) HasResult ¶
func (o *ExternalTerminalAction) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*ExternalTerminalAction) HasScheduledAt ¶
func (o *ExternalTerminalAction) HasScheduledAt() bool
HasScheduledAt returns a boolean if a field has been set.
func (*ExternalTerminalAction) HasStatus ¶
func (o *ExternalTerminalAction) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ExternalTerminalAction) HasTerminalId ¶
func (o *ExternalTerminalAction) HasTerminalId() bool
HasTerminalId returns a boolean if a field has been set.
func (ExternalTerminalAction) MarshalJSON ¶
func (o ExternalTerminalAction) MarshalJSON() ([]byte, error)
func (*ExternalTerminalAction) SetActionType ¶
func (o *ExternalTerminalAction) SetActionType(v string)
SetActionType gets a reference to the given string and assigns it to the ActionType field.
func (*ExternalTerminalAction) SetConfig ¶
func (o *ExternalTerminalAction) SetConfig(v string)
SetConfig gets a reference to the given string and assigns it to the Config field.
func (*ExternalTerminalAction) SetConfirmedAt ¶
func (o *ExternalTerminalAction) SetConfirmedAt(v time.Time)
SetConfirmedAt gets a reference to the given time.Time and assigns it to the ConfirmedAt field.
func (*ExternalTerminalAction) SetId ¶
func (o *ExternalTerminalAction) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ExternalTerminalAction) SetResult ¶
func (o *ExternalTerminalAction) SetResult(v string)
SetResult gets a reference to the given string and assigns it to the Result field.
func (*ExternalTerminalAction) SetScheduledAt ¶
func (o *ExternalTerminalAction) SetScheduledAt(v time.Time)
SetScheduledAt gets a reference to the given time.Time and assigns it to the ScheduledAt field.
func (*ExternalTerminalAction) SetStatus ¶
func (o *ExternalTerminalAction) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*ExternalTerminalAction) SetTerminalId ¶
func (o *ExternalTerminalAction) SetTerminalId(v string)
SetTerminalId gets a reference to the given string and assigns it to the TerminalId field.
func (ExternalTerminalAction) ToMap ¶
func (o ExternalTerminalAction) ToMap() (map[string]interface{}, error)
type File ¶
type File struct { // The certificate content converted to a Base64-encoded string. Data string `json:"data"` // The name of the certificate. Must be unique across Wi-Fi profiles. Name string `json:"name"` }
File struct for File
func NewFile ¶
NewFile instantiates a new File object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileWithDefaults ¶
func NewFileWithDefaults() *File
NewFileWithDefaults instantiates a new File object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*File) GetDataOk ¶
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*File) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (File) MarshalJSON ¶
type GenerateApiKeyResponse ¶
type GenerateApiKeyResponse struct { // The generated API key. ApiKey string `json:"apiKey"` }
GenerateApiKeyResponse struct for GenerateApiKeyResponse
func NewGenerateApiKeyResponse ¶
func NewGenerateApiKeyResponse(apiKey string) *GenerateApiKeyResponse
NewGenerateApiKeyResponse instantiates a new GenerateApiKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenerateApiKeyResponseWithDefaults ¶
func NewGenerateApiKeyResponseWithDefaults() *GenerateApiKeyResponse
NewGenerateApiKeyResponseWithDefaults instantiates a new GenerateApiKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenerateApiKeyResponse) GetApiKey ¶
func (o *GenerateApiKeyResponse) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*GenerateApiKeyResponse) GetApiKeyOk ¶
func (o *GenerateApiKeyResponse) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (GenerateApiKeyResponse) MarshalJSON ¶
func (o GenerateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*GenerateApiKeyResponse) SetApiKey ¶
func (o *GenerateApiKeyResponse) SetApiKey(v string)
SetApiKey sets field value
func (GenerateApiKeyResponse) ToMap ¶
func (o GenerateApiKeyResponse) ToMap() (map[string]interface{}, error)
type GenerateClientKeyResponse ¶
type GenerateClientKeyResponse struct { // Generated client key ClientKey string `json:"clientKey"` }
GenerateClientKeyResponse struct for GenerateClientKeyResponse
func NewGenerateClientKeyResponse ¶
func NewGenerateClientKeyResponse(clientKey string) *GenerateClientKeyResponse
NewGenerateClientKeyResponse instantiates a new GenerateClientKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenerateClientKeyResponseWithDefaults ¶
func NewGenerateClientKeyResponseWithDefaults() *GenerateClientKeyResponse
NewGenerateClientKeyResponseWithDefaults instantiates a new GenerateClientKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenerateClientKeyResponse) GetClientKey ¶
func (o *GenerateClientKeyResponse) GetClientKey() string
GetClientKey returns the ClientKey field value
func (*GenerateClientKeyResponse) GetClientKeyOk ¶
func (o *GenerateClientKeyResponse) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey field value and a boolean to check if the value has been set.
func (GenerateClientKeyResponse) MarshalJSON ¶
func (o GenerateClientKeyResponse) MarshalJSON() ([]byte, error)
func (*GenerateClientKeyResponse) SetClientKey ¶
func (o *GenerateClientKeyResponse) SetClientKey(v string)
SetClientKey sets field value
func (GenerateClientKeyResponse) ToMap ¶
func (o GenerateClientKeyResponse) ToMap() (map[string]interface{}, error)
type GenerateHmacKeyResponse ¶
type GenerateHmacKeyResponse struct { // The HMAC key generated for this webhook. HmacKey string `json:"hmacKey"` }
GenerateHmacKeyResponse struct for GenerateHmacKeyResponse
func NewGenerateHmacKeyResponse ¶
func NewGenerateHmacKeyResponse(hmacKey string) *GenerateHmacKeyResponse
NewGenerateHmacKeyResponse instantiates a new GenerateHmacKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenerateHmacKeyResponseWithDefaults ¶
func NewGenerateHmacKeyResponseWithDefaults() *GenerateHmacKeyResponse
NewGenerateHmacKeyResponseWithDefaults instantiates a new GenerateHmacKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenerateHmacKeyResponse) GetHmacKey ¶
func (o *GenerateHmacKeyResponse) GetHmacKey() string
GetHmacKey returns the HmacKey field value
func (*GenerateHmacKeyResponse) GetHmacKeyOk ¶
func (o *GenerateHmacKeyResponse) GetHmacKeyOk() (*string, bool)
GetHmacKeyOk returns a tuple with the HmacKey field value and a boolean to check if the value has been set.
func (GenerateHmacKeyResponse) MarshalJSON ¶
func (o GenerateHmacKeyResponse) MarshalJSON() ([]byte, error)
func (*GenerateHmacKeyResponse) SetHmacKey ¶
func (o *GenerateHmacKeyResponse) SetHmacKey(v string)
SetHmacKey sets field value
func (GenerateHmacKeyResponse) ToMap ¶
func (o GenerateHmacKeyResponse) ToMap() (map[string]interface{}, error)
type GenericPmWithTdiInfo ¶
type GenericPmWithTdiInfo struct {
TransactionDescription *TransactionDescriptionInfo `json:"transactionDescription,omitempty"`
}
GenericPmWithTdiInfo struct for GenericPmWithTdiInfo
func NewGenericPmWithTdiInfo ¶
func NewGenericPmWithTdiInfo() *GenericPmWithTdiInfo
NewGenericPmWithTdiInfo instantiates a new GenericPmWithTdiInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenericPmWithTdiInfoWithDefaults ¶
func NewGenericPmWithTdiInfoWithDefaults() *GenericPmWithTdiInfo
NewGenericPmWithTdiInfoWithDefaults instantiates a new GenericPmWithTdiInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenericPmWithTdiInfo) GetTransactionDescription ¶
func (o *GenericPmWithTdiInfo) GetTransactionDescription() TransactionDescriptionInfo
GetTransactionDescription returns the TransactionDescription field value if set, zero value otherwise.
func (*GenericPmWithTdiInfo) GetTransactionDescriptionOk ¶
func (o *GenericPmWithTdiInfo) GetTransactionDescriptionOk() (*TransactionDescriptionInfo, bool)
GetTransactionDescriptionOk returns a tuple with the TransactionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericPmWithTdiInfo) HasTransactionDescription ¶
func (o *GenericPmWithTdiInfo) HasTransactionDescription() bool
HasTransactionDescription returns a boolean if a field has been set.
func (GenericPmWithTdiInfo) MarshalJSON ¶
func (o GenericPmWithTdiInfo) MarshalJSON() ([]byte, error)
func (*GenericPmWithTdiInfo) SetTransactionDescription ¶
func (o *GenericPmWithTdiInfo) SetTransactionDescription(v TransactionDescriptionInfo)
SetTransactionDescription gets a reference to the given TransactionDescriptionInfo and assigns it to the TransactionDescription field.
func (GenericPmWithTdiInfo) ToMap ¶
func (o GenericPmWithTdiInfo) ToMap() (map[string]interface{}, error)
type GiroPayInfo ¶
type GiroPayInfo struct { // The email address of merchant support. SupportEmail string `json:"supportEmail"` }
GiroPayInfo struct for GiroPayInfo
func NewGiroPayInfo ¶
func NewGiroPayInfo(supportEmail string) *GiroPayInfo
NewGiroPayInfo instantiates a new GiroPayInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGiroPayInfoWithDefaults ¶
func NewGiroPayInfoWithDefaults() *GiroPayInfo
NewGiroPayInfoWithDefaults instantiates a new GiroPayInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GiroPayInfo) GetSupportEmail ¶
func (o *GiroPayInfo) GetSupportEmail() string
GetSupportEmail returns the SupportEmail field value
func (*GiroPayInfo) GetSupportEmailOk ¶
func (o *GiroPayInfo) GetSupportEmailOk() (*string, bool)
GetSupportEmailOk returns a tuple with the SupportEmail field value and a boolean to check if the value has been set.
func (GiroPayInfo) MarshalJSON ¶
func (o GiroPayInfo) MarshalJSON() ([]byte, error)
func (*GiroPayInfo) SetSupportEmail ¶
func (o *GiroPayInfo) SetSupportEmail(v string)
SetSupportEmail sets field value
func (GiroPayInfo) ToMap ¶
func (o GiroPayInfo) ToMap() (map[string]interface{}, error)
type GooglePayInfo ¶
type GooglePayInfo struct { // Google Pay [Merchant ID](https://support.google.com/paymentscenter/answer/7163092?hl=en). Character length and limitations: 16 alphanumeric characters or 20 numeric characters. MerchantId string `json:"merchantId"` // Indicates whether the Google Pay Merchant ID is used for several merchant accounts. Default value: **false**. ReuseMerchantId *bool `json:"reuseMerchantId,omitempty"` }
GooglePayInfo struct for GooglePayInfo
func NewGooglePayInfo ¶
func NewGooglePayInfo(merchantId string) *GooglePayInfo
NewGooglePayInfo instantiates a new GooglePayInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGooglePayInfoWithDefaults ¶
func NewGooglePayInfoWithDefaults() *GooglePayInfo
NewGooglePayInfoWithDefaults instantiates a new GooglePayInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GooglePayInfo) GetMerchantId ¶
func (o *GooglePayInfo) GetMerchantId() string
GetMerchantId returns the MerchantId field value
func (*GooglePayInfo) GetMerchantIdOk ¶
func (o *GooglePayInfo) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value and a boolean to check if the value has been set.
func (*GooglePayInfo) GetReuseMerchantId ¶
func (o *GooglePayInfo) GetReuseMerchantId() bool
GetReuseMerchantId returns the ReuseMerchantId field value if set, zero value otherwise.
func (*GooglePayInfo) GetReuseMerchantIdOk ¶
func (o *GooglePayInfo) GetReuseMerchantIdOk() (*bool, bool)
GetReuseMerchantIdOk returns a tuple with the ReuseMerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GooglePayInfo) HasReuseMerchantId ¶
func (o *GooglePayInfo) HasReuseMerchantId() bool
HasReuseMerchantId returns a boolean if a field has been set.
func (GooglePayInfo) MarshalJSON ¶
func (o GooglePayInfo) MarshalJSON() ([]byte, error)
func (*GooglePayInfo) SetMerchantId ¶
func (o *GooglePayInfo) SetMerchantId(v string)
SetMerchantId sets field value
func (*GooglePayInfo) SetReuseMerchantId ¶
func (o *GooglePayInfo) SetReuseMerchantId(v bool)
SetReuseMerchantId gets a reference to the given bool and assigns it to the ReuseMerchantId field.
func (GooglePayInfo) ToMap ¶
func (o GooglePayInfo) ToMap() (map[string]interface{}, error)
type Gratuity ¶
type Gratuity struct { // Indicates whether one of the predefined tipping options is to let the shopper enter a custom tip. If **true**, only three of the other options defined in `predefinedTipEntries` are shown. AllowCustomAmount *bool `json:"allowCustomAmount,omitempty"` // The currency that the tipping settings apply to. Currency *string `json:"currency,omitempty"` // Tipping options the shopper can choose from if `usePredefinedTipEntries` is **true**. The maximum number of predefined options is four, or three plus the option to enter a custom tip. The options can be a mix of: - A percentage of the transaction amount. Example: **5%** - A tip amount in [minor units](https://docs.adyen.com/development-resources/currency-codes). Example: **500** for a EUR 5 tip. PredefinedTipEntries []string `json:"predefinedTipEntries,omitempty"` // Indicates whether the terminal shows a prompt to enter a tip (**false**), or predefined tipping options to choose from (**true**). UsePredefinedTipEntries *bool `json:"usePredefinedTipEntries,omitempty"` }
Gratuity struct for Gratuity
func NewGratuity ¶
func NewGratuity() *Gratuity
NewGratuity instantiates a new Gratuity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGratuityWithDefaults ¶
func NewGratuityWithDefaults() *Gratuity
NewGratuityWithDefaults instantiates a new Gratuity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Gratuity) GetAllowCustomAmount ¶
GetAllowCustomAmount returns the AllowCustomAmount field value if set, zero value otherwise.
func (*Gratuity) GetAllowCustomAmountOk ¶
GetAllowCustomAmountOk returns a tuple with the AllowCustomAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Gratuity) GetCurrency ¶
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*Gratuity) GetCurrencyOk ¶
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Gratuity) GetPredefinedTipEntries ¶
GetPredefinedTipEntries returns the PredefinedTipEntries field value if set, zero value otherwise.
func (*Gratuity) GetPredefinedTipEntriesOk ¶
GetPredefinedTipEntriesOk returns a tuple with the PredefinedTipEntries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Gratuity) GetUsePredefinedTipEntries ¶
GetUsePredefinedTipEntries returns the UsePredefinedTipEntries field value if set, zero value otherwise.
func (*Gratuity) GetUsePredefinedTipEntriesOk ¶
GetUsePredefinedTipEntriesOk returns a tuple with the UsePredefinedTipEntries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Gratuity) HasAllowCustomAmount ¶
HasAllowCustomAmount returns a boolean if a field has been set.
func (*Gratuity) HasCurrency ¶
HasCurrency returns a boolean if a field has been set.
func (*Gratuity) HasPredefinedTipEntries ¶
HasPredefinedTipEntries returns a boolean if a field has been set.
func (*Gratuity) HasUsePredefinedTipEntries ¶
HasUsePredefinedTipEntries returns a boolean if a field has been set.
func (Gratuity) MarshalJSON ¶
func (*Gratuity) SetAllowCustomAmount ¶
SetAllowCustomAmount gets a reference to the given bool and assigns it to the AllowCustomAmount field.
func (*Gratuity) SetCurrency ¶
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*Gratuity) SetPredefinedTipEntries ¶
SetPredefinedTipEntries gets a reference to the given []string and assigns it to the PredefinedTipEntries field.
func (*Gratuity) SetUsePredefinedTipEntries ¶
SetUsePredefinedTipEntries gets a reference to the given bool and assigns it to the UsePredefinedTipEntries field.
type Hardware ¶
type Hardware struct { // The brightness of the display when the terminal is being used, expressed as a percentage. DisplayMaximumBackLight *int32 `json:"displayMaximumBackLight,omitempty"` // The hour of the day when the terminal is set to reboot to apply the configuration and software updates. By default, the restart hour is at 6:00 AM in the timezone of the terminal Minimum vaoue: 0, maximum value: 23. RestartHour *int32 `json:"restartHour,omitempty"` }
Hardware struct for Hardware
func NewHardware ¶
func NewHardware() *Hardware
NewHardware instantiates a new Hardware object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHardwareWithDefaults ¶
func NewHardwareWithDefaults() *Hardware
NewHardwareWithDefaults instantiates a new Hardware object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Hardware) GetDisplayMaximumBackLight ¶
GetDisplayMaximumBackLight returns the DisplayMaximumBackLight field value if set, zero value otherwise.
func (*Hardware) GetDisplayMaximumBackLightOk ¶
GetDisplayMaximumBackLightOk returns a tuple with the DisplayMaximumBackLight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hardware) GetRestartHour ¶
GetRestartHour returns the RestartHour field value if set, zero value otherwise.
func (*Hardware) GetRestartHourOk ¶
GetRestartHourOk returns a tuple with the RestartHour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hardware) HasDisplayMaximumBackLight ¶
HasDisplayMaximumBackLight returns a boolean if a field has been set.
func (*Hardware) HasRestartHour ¶
HasRestartHour returns a boolean if a field has been set.
func (Hardware) MarshalJSON ¶
func (*Hardware) SetDisplayMaximumBackLight ¶
SetDisplayMaximumBackLight gets a reference to the given int32 and assigns it to the DisplayMaximumBackLight field.
func (*Hardware) SetRestartHour ¶
SetRestartHour gets a reference to the given int32 and assigns it to the RestartHour field.
type IdName ¶
type IdName struct { // The identifier of the terminal model. Id *string `json:"id,omitempty"` // The name of the terminal model. Name *string `json:"name,omitempty"` }
IdName struct for IdName
func NewIdName ¶
func NewIdName() *IdName
NewIdName instantiates a new IdName object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIdNameWithDefaults ¶
func NewIdNameWithDefaults() *IdName
NewIdNameWithDefaults instantiates a new IdName object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IdName) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdName) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (IdName) MarshalJSON ¶
type InstallAndroidAppDetails ¶
type InstallAndroidAppDetails struct { // The unique identifier of the app to be installed. AppId *string `json:"appId,omitempty"` // Type of terminal action: Install an Android app. Type *string `json:"type,omitempty"` }
InstallAndroidAppDetails struct for InstallAndroidAppDetails
func NewInstallAndroidAppDetails ¶
func NewInstallAndroidAppDetails() *InstallAndroidAppDetails
NewInstallAndroidAppDetails instantiates a new InstallAndroidAppDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstallAndroidAppDetailsWithDefaults ¶
func NewInstallAndroidAppDetailsWithDefaults() *InstallAndroidAppDetails
NewInstallAndroidAppDetailsWithDefaults instantiates a new InstallAndroidAppDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstallAndroidAppDetails) GetAppId ¶
func (o *InstallAndroidAppDetails) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*InstallAndroidAppDetails) GetAppIdOk ¶
func (o *InstallAndroidAppDetails) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstallAndroidAppDetails) GetType ¶
func (o *InstallAndroidAppDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*InstallAndroidAppDetails) GetTypeOk ¶
func (o *InstallAndroidAppDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstallAndroidAppDetails) HasAppId ¶
func (o *InstallAndroidAppDetails) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*InstallAndroidAppDetails) HasType ¶
func (o *InstallAndroidAppDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (InstallAndroidAppDetails) MarshalJSON ¶
func (o InstallAndroidAppDetails) MarshalJSON() ([]byte, error)
func (*InstallAndroidAppDetails) SetAppId ¶
func (o *InstallAndroidAppDetails) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*InstallAndroidAppDetails) SetType ¶
func (o *InstallAndroidAppDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (InstallAndroidAppDetails) ToMap ¶
func (o InstallAndroidAppDetails) ToMap() (map[string]interface{}, error)
type InstallAndroidCertificateDetails ¶
type InstallAndroidCertificateDetails struct { // The unique identifier of the certificate to be installed. CertificateId *string `json:"certificateId,omitempty"` // Type of terminal action: Install an Android certificate. Type *string `json:"type,omitempty"` }
InstallAndroidCertificateDetails struct for InstallAndroidCertificateDetails
func NewInstallAndroidCertificateDetails ¶
func NewInstallAndroidCertificateDetails() *InstallAndroidCertificateDetails
NewInstallAndroidCertificateDetails instantiates a new InstallAndroidCertificateDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstallAndroidCertificateDetailsWithDefaults ¶
func NewInstallAndroidCertificateDetailsWithDefaults() *InstallAndroidCertificateDetails
NewInstallAndroidCertificateDetailsWithDefaults instantiates a new InstallAndroidCertificateDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstallAndroidCertificateDetails) GetCertificateId ¶
func (o *InstallAndroidCertificateDetails) GetCertificateId() string
GetCertificateId returns the CertificateId field value if set, zero value otherwise.
func (*InstallAndroidCertificateDetails) GetCertificateIdOk ¶
func (o *InstallAndroidCertificateDetails) GetCertificateIdOk() (*string, bool)
GetCertificateIdOk returns a tuple with the CertificateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstallAndroidCertificateDetails) GetType ¶
func (o *InstallAndroidCertificateDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*InstallAndroidCertificateDetails) GetTypeOk ¶
func (o *InstallAndroidCertificateDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstallAndroidCertificateDetails) HasCertificateId ¶
func (o *InstallAndroidCertificateDetails) HasCertificateId() bool
HasCertificateId returns a boolean if a field has been set.
func (*InstallAndroidCertificateDetails) HasType ¶
func (o *InstallAndroidCertificateDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (InstallAndroidCertificateDetails) MarshalJSON ¶
func (o InstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
func (*InstallAndroidCertificateDetails) SetCertificateId ¶
func (o *InstallAndroidCertificateDetails) SetCertificateId(v string)
SetCertificateId gets a reference to the given string and assigns it to the CertificateId field.
func (*InstallAndroidCertificateDetails) SetType ¶
func (o *InstallAndroidCertificateDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (InstallAndroidCertificateDetails) ToMap ¶
func (o InstallAndroidCertificateDetails) ToMap() (map[string]interface{}, error)
type InvalidField ¶
type InvalidField struct { // Description of the validation error. Message string `json:"message"` // The field that has an invalid value. Name string `json:"name"` // The invalid value. Value string `json:"value"` }
InvalidField struct for InvalidField
func NewInvalidField ¶
func NewInvalidField(message string, name string, value string) *InvalidField
NewInvalidField instantiates a new InvalidField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidFieldWithDefaults ¶
func NewInvalidFieldWithDefaults() *InvalidField
NewInvalidFieldWithDefaults instantiates a new InvalidField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidField) GetMessage ¶
func (o *InvalidField) GetMessage() string
GetMessage returns the Message field value
func (*InvalidField) GetMessageOk ¶
func (o *InvalidField) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*InvalidField) GetName ¶
func (o *InvalidField) GetName() string
GetName returns the Name field value
func (*InvalidField) GetNameOk ¶
func (o *InvalidField) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*InvalidField) GetValue ¶
func (o *InvalidField) GetValue() string
GetValue returns the Value field value
func (*InvalidField) GetValueOk ¶
func (o *InvalidField) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (InvalidField) MarshalJSON ¶
func (o InvalidField) MarshalJSON() ([]byte, error)
func (*InvalidField) SetMessage ¶
func (o *InvalidField) SetMessage(v string)
SetMessage sets field value
func (InvalidField) ToMap ¶
func (o InvalidField) ToMap() (map[string]interface{}, error)
type JSONObject ¶
type JSONObject struct { Paths []JSONPath `json:"paths,omitempty"` RootPath *JSONPath `json:"rootPath,omitempty"` }
JSONObject struct for JSONObject
func NewJSONObject ¶
func NewJSONObject() *JSONObject
NewJSONObject instantiates a new JSONObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJSONObjectWithDefaults ¶
func NewJSONObjectWithDefaults() *JSONObject
NewJSONObjectWithDefaults instantiates a new JSONObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*JSONObject) GetPaths ¶
func (o *JSONObject) GetPaths() []JSONPath
GetPaths returns the Paths field value if set, zero value otherwise.
func (*JSONObject) GetPathsOk ¶
func (o *JSONObject) GetPathsOk() ([]JSONPath, bool)
GetPathsOk returns a tuple with the Paths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JSONObject) GetRootPath ¶
func (o *JSONObject) GetRootPath() JSONPath
GetRootPath returns the RootPath field value if set, zero value otherwise.
func (*JSONObject) GetRootPathOk ¶
func (o *JSONObject) GetRootPathOk() (*JSONPath, bool)
GetRootPathOk returns a tuple with the RootPath field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JSONObject) HasPaths ¶
func (o *JSONObject) HasPaths() bool
HasPaths returns a boolean if a field has been set.
func (*JSONObject) HasRootPath ¶
func (o *JSONObject) HasRootPath() bool
HasRootPath returns a boolean if a field has been set.
func (JSONObject) MarshalJSON ¶
func (o JSONObject) MarshalJSON() ([]byte, error)
func (*JSONObject) SetPaths ¶
func (o *JSONObject) SetPaths(v []JSONPath)
SetPaths gets a reference to the given []JSONPath and assigns it to the Paths field.
func (*JSONObject) SetRootPath ¶
func (o *JSONObject) SetRootPath(v JSONPath)
SetRootPath gets a reference to the given JSONPath and assigns it to the RootPath field.
func (JSONObject) ToMap ¶
func (o JSONObject) ToMap() (map[string]interface{}, error)
type JSONPath ¶
type JSONPath struct {
Content []string `json:"content,omitempty"`
}
JSONPath struct for JSONPath
func NewJSONPath ¶
func NewJSONPath() *JSONPath
NewJSONPath instantiates a new JSONPath object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJSONPathWithDefaults ¶
func NewJSONPathWithDefaults() *JSONPath
NewJSONPathWithDefaults instantiates a new JSONPath object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*JSONPath) GetContent ¶
GetContent returns the Content field value if set, zero value otherwise.
func (*JSONPath) GetContentOk ¶
GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JSONPath) HasContent ¶
HasContent returns a boolean if a field has been set.
func (JSONPath) MarshalJSON ¶
func (*JSONPath) SetContent ¶
SetContent gets a reference to the given []string and assigns it to the Content field.
type Key ¶
type Key struct { // The unique identifier of the shared key. Identifier *string `json:"identifier,omitempty"` // The secure passphrase to protect the shared key. Passphrase *string `json:"passphrase,omitempty"` // The version number of the shared key. Version *int32 `json:"version,omitempty"` }
Key struct for Key
func NewKey ¶
func NewKey() *Key
NewKey instantiates a new Key object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKeyWithDefaults ¶
func NewKeyWithDefaults() *Key
NewKeyWithDefaults instantiates a new Key object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Key) GetIdentifier ¶
GetIdentifier returns the Identifier field value if set, zero value otherwise.
func (*Key) GetIdentifierOk ¶
GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Key) GetPassphrase ¶
GetPassphrase returns the Passphrase field value if set, zero value otherwise.
func (*Key) GetPassphraseOk ¶
GetPassphraseOk returns a tuple with the Passphrase field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Key) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*Key) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Key) HasIdentifier ¶
HasIdentifier returns a boolean if a field has been set.
func (*Key) HasPassphrase ¶
HasPassphrase returns a boolean if a field has been set.
func (*Key) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (Key) MarshalJSON ¶
func (*Key) SetIdentifier ¶
SetIdentifier gets a reference to the given string and assigns it to the Identifier field.
func (*Key) SetPassphrase ¶
SetPassphrase gets a reference to the given string and assigns it to the Passphrase field.
func (*Key) SetVersion ¶
SetVersion gets a reference to the given int32 and assigns it to the Version field.
type KlarnaInfo ¶
type KlarnaInfo struct { // Indicates the status of [Automatic capture](https://docs.adyen.com/online-payments/capture#automatic-capture). Default value: **false**. AutoCapture *bool `json:"autoCapture,omitempty"` // The email address for disputes. DisputeEmail string `json:"disputeEmail"` // The region of operation. For example, **NA**, **EU**, **CH**, **AU**. Region string `json:"region"` // The email address of merchant support. SupportEmail string `json:"supportEmail"` }
KlarnaInfo struct for KlarnaInfo
func NewKlarnaInfo ¶
func NewKlarnaInfo(disputeEmail string, region string, supportEmail string) *KlarnaInfo
NewKlarnaInfo instantiates a new KlarnaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKlarnaInfoWithDefaults ¶
func NewKlarnaInfoWithDefaults() *KlarnaInfo
NewKlarnaInfoWithDefaults instantiates a new KlarnaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*KlarnaInfo) GetAutoCapture ¶
func (o *KlarnaInfo) GetAutoCapture() bool
GetAutoCapture returns the AutoCapture field value if set, zero value otherwise.
func (*KlarnaInfo) GetAutoCaptureOk ¶
func (o *KlarnaInfo) GetAutoCaptureOk() (*bool, bool)
GetAutoCaptureOk returns a tuple with the AutoCapture field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KlarnaInfo) GetDisputeEmail ¶
func (o *KlarnaInfo) GetDisputeEmail() string
GetDisputeEmail returns the DisputeEmail field value
func (*KlarnaInfo) GetDisputeEmailOk ¶
func (o *KlarnaInfo) GetDisputeEmailOk() (*string, bool)
GetDisputeEmailOk returns a tuple with the DisputeEmail field value and a boolean to check if the value has been set.
func (*KlarnaInfo) GetRegion ¶
func (o *KlarnaInfo) GetRegion() string
GetRegion returns the Region field value
func (*KlarnaInfo) GetRegionOk ¶
func (o *KlarnaInfo) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*KlarnaInfo) GetSupportEmail ¶
func (o *KlarnaInfo) GetSupportEmail() string
GetSupportEmail returns the SupportEmail field value
func (*KlarnaInfo) GetSupportEmailOk ¶
func (o *KlarnaInfo) GetSupportEmailOk() (*string, bool)
GetSupportEmailOk returns a tuple with the SupportEmail field value and a boolean to check if the value has been set.
func (*KlarnaInfo) HasAutoCapture ¶
func (o *KlarnaInfo) HasAutoCapture() bool
HasAutoCapture returns a boolean if a field has been set.
func (KlarnaInfo) MarshalJSON ¶
func (o KlarnaInfo) MarshalJSON() ([]byte, error)
func (*KlarnaInfo) SetAutoCapture ¶
func (o *KlarnaInfo) SetAutoCapture(v bool)
SetAutoCapture gets a reference to the given bool and assigns it to the AutoCapture field.
func (*KlarnaInfo) SetDisputeEmail ¶
func (o *KlarnaInfo) SetDisputeEmail(v string)
SetDisputeEmail sets field value
func (*KlarnaInfo) SetSupportEmail ¶
func (o *KlarnaInfo) SetSupportEmail(v string)
SetSupportEmail sets field value
func (KlarnaInfo) ToMap ¶
func (o KlarnaInfo) ToMap() (map[string]interface{}, error)
type Links ¶
type Links struct {
Self LinksElement `json:"self"`
}
Links struct for Links
func NewLinks ¶
func NewLinks(self LinksElement) *Links
NewLinks instantiates a new Links object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksWithDefaults ¶
func NewLinksWithDefaults() *Links
NewLinksWithDefaults instantiates a new Links object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Links) GetSelfOk ¶
func (o *Links) GetSelfOk() (*LinksElement, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (Links) MarshalJSON ¶
type LinksElement ¶
type LinksElement struct {
Href *string `json:"href,omitempty"`
}
LinksElement struct for LinksElement
func NewLinksElement ¶
func NewLinksElement() *LinksElement
NewLinksElement instantiates a new LinksElement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksElementWithDefaults ¶
func NewLinksElementWithDefaults() *LinksElement
NewLinksElementWithDefaults instantiates a new LinksElement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinksElement) GetHref ¶
func (o *LinksElement) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*LinksElement) GetHrefOk ¶
func (o *LinksElement) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksElement) HasHref ¶
func (o *LinksElement) HasHref() bool
HasHref returns a boolean if a field has been set.
func (LinksElement) MarshalJSON ¶
func (o LinksElement) MarshalJSON() ([]byte, error)
func (*LinksElement) SetHref ¶
func (o *LinksElement) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (LinksElement) ToMap ¶
func (o LinksElement) ToMap() (map[string]interface{}, error)
type ListCompanyApiCredentialsResponse ¶
type ListCompanyApiCredentialsResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of API credentials. Data []CompanyApiCredential `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListCompanyApiCredentialsResponse struct for ListCompanyApiCredentialsResponse
func NewListCompanyApiCredentialsResponse ¶
func NewListCompanyApiCredentialsResponse(itemsTotal int32, pagesTotal int32) *ListCompanyApiCredentialsResponse
NewListCompanyApiCredentialsResponse instantiates a new ListCompanyApiCredentialsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListCompanyApiCredentialsResponseWithDefaults ¶
func NewListCompanyApiCredentialsResponseWithDefaults() *ListCompanyApiCredentialsResponse
NewListCompanyApiCredentialsResponseWithDefaults instantiates a new ListCompanyApiCredentialsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListCompanyApiCredentialsResponse) GetData ¶
func (o *ListCompanyApiCredentialsResponse) GetData() []CompanyApiCredential
GetData returns the Data field value if set, zero value otherwise.
func (*ListCompanyApiCredentialsResponse) GetDataOk ¶
func (o *ListCompanyApiCredentialsResponse) GetDataOk() ([]CompanyApiCredential, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListCompanyApiCredentialsResponse) GetItemsTotal ¶
func (o *ListCompanyApiCredentialsResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListCompanyApiCredentialsResponse) GetItemsTotalOk ¶
func (o *ListCompanyApiCredentialsResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListCompanyApiCredentialsResponse) GetLinks ¶
func (o *ListCompanyApiCredentialsResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListCompanyApiCredentialsResponse) GetLinksOk ¶
func (o *ListCompanyApiCredentialsResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListCompanyApiCredentialsResponse) GetPagesTotal ¶
func (o *ListCompanyApiCredentialsResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListCompanyApiCredentialsResponse) GetPagesTotalOk ¶
func (o *ListCompanyApiCredentialsResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListCompanyApiCredentialsResponse) HasData ¶
func (o *ListCompanyApiCredentialsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListCompanyApiCredentialsResponse) HasLinks ¶
func (o *ListCompanyApiCredentialsResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListCompanyApiCredentialsResponse) MarshalJSON ¶
func (o ListCompanyApiCredentialsResponse) MarshalJSON() ([]byte, error)
func (*ListCompanyApiCredentialsResponse) SetData ¶
func (o *ListCompanyApiCredentialsResponse) SetData(v []CompanyApiCredential)
SetData gets a reference to the given []CompanyApiCredential and assigns it to the Data field.
func (*ListCompanyApiCredentialsResponse) SetItemsTotal ¶
func (o *ListCompanyApiCredentialsResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListCompanyApiCredentialsResponse) SetLinks ¶
func (o *ListCompanyApiCredentialsResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListCompanyApiCredentialsResponse) SetPagesTotal ¶
func (o *ListCompanyApiCredentialsResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListCompanyApiCredentialsResponse) ToMap ¶
func (o ListCompanyApiCredentialsResponse) ToMap() (map[string]interface{}, error)
type ListCompanyResponse ¶
type ListCompanyResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of companies. Data []Company `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListCompanyResponse struct for ListCompanyResponse
func NewListCompanyResponse ¶
func NewListCompanyResponse(itemsTotal int32, pagesTotal int32) *ListCompanyResponse
NewListCompanyResponse instantiates a new ListCompanyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListCompanyResponseWithDefaults ¶
func NewListCompanyResponseWithDefaults() *ListCompanyResponse
NewListCompanyResponseWithDefaults instantiates a new ListCompanyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListCompanyResponse) GetData ¶
func (o *ListCompanyResponse) GetData() []Company
GetData returns the Data field value if set, zero value otherwise.
func (*ListCompanyResponse) GetDataOk ¶
func (o *ListCompanyResponse) GetDataOk() ([]Company, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListCompanyResponse) GetItemsTotal ¶
func (o *ListCompanyResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListCompanyResponse) GetItemsTotalOk ¶
func (o *ListCompanyResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListCompanyResponse) GetLinks ¶
func (o *ListCompanyResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListCompanyResponse) GetLinksOk ¶
func (o *ListCompanyResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListCompanyResponse) GetPagesTotal ¶
func (o *ListCompanyResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListCompanyResponse) GetPagesTotalOk ¶
func (o *ListCompanyResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListCompanyResponse) HasData ¶
func (o *ListCompanyResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListCompanyResponse) HasLinks ¶
func (o *ListCompanyResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListCompanyResponse) MarshalJSON ¶
func (o ListCompanyResponse) MarshalJSON() ([]byte, error)
func (*ListCompanyResponse) SetData ¶
func (o *ListCompanyResponse) SetData(v []Company)
SetData gets a reference to the given []Company and assigns it to the Data field.
func (*ListCompanyResponse) SetItemsTotal ¶
func (o *ListCompanyResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListCompanyResponse) SetLinks ¶
func (o *ListCompanyResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListCompanyResponse) SetPagesTotal ¶
func (o *ListCompanyResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListCompanyResponse) ToMap ¶
func (o ListCompanyResponse) ToMap() (map[string]interface{}, error)
type ListCompanyUsersResponse ¶
type ListCompanyUsersResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of users. Data []CompanyUser `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListCompanyUsersResponse struct for ListCompanyUsersResponse
func NewListCompanyUsersResponse ¶
func NewListCompanyUsersResponse(itemsTotal int32, pagesTotal int32) *ListCompanyUsersResponse
NewListCompanyUsersResponse instantiates a new ListCompanyUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListCompanyUsersResponseWithDefaults ¶
func NewListCompanyUsersResponseWithDefaults() *ListCompanyUsersResponse
NewListCompanyUsersResponseWithDefaults instantiates a new ListCompanyUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListCompanyUsersResponse) GetData ¶
func (o *ListCompanyUsersResponse) GetData() []CompanyUser
GetData returns the Data field value if set, zero value otherwise.
func (*ListCompanyUsersResponse) GetDataOk ¶
func (o *ListCompanyUsersResponse) GetDataOk() ([]CompanyUser, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListCompanyUsersResponse) GetItemsTotal ¶
func (o *ListCompanyUsersResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListCompanyUsersResponse) GetItemsTotalOk ¶
func (o *ListCompanyUsersResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListCompanyUsersResponse) GetLinks ¶
func (o *ListCompanyUsersResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListCompanyUsersResponse) GetLinksOk ¶
func (o *ListCompanyUsersResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListCompanyUsersResponse) GetPagesTotal ¶
func (o *ListCompanyUsersResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListCompanyUsersResponse) GetPagesTotalOk ¶
func (o *ListCompanyUsersResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListCompanyUsersResponse) HasData ¶
func (o *ListCompanyUsersResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListCompanyUsersResponse) HasLinks ¶
func (o *ListCompanyUsersResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListCompanyUsersResponse) MarshalJSON ¶
func (o ListCompanyUsersResponse) MarshalJSON() ([]byte, error)
func (*ListCompanyUsersResponse) SetData ¶
func (o *ListCompanyUsersResponse) SetData(v []CompanyUser)
SetData gets a reference to the given []CompanyUser and assigns it to the Data field.
func (*ListCompanyUsersResponse) SetItemsTotal ¶
func (o *ListCompanyUsersResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListCompanyUsersResponse) SetLinks ¶
func (o *ListCompanyUsersResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListCompanyUsersResponse) SetPagesTotal ¶
func (o *ListCompanyUsersResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListCompanyUsersResponse) ToMap ¶
func (o ListCompanyUsersResponse) ToMap() (map[string]interface{}, error)
type ListExternalTerminalActionsResponse ¶
type ListExternalTerminalActionsResponse struct { // The list of terminal actions. Data []ExternalTerminalAction `json:"data,omitempty"` }
ListExternalTerminalActionsResponse struct for ListExternalTerminalActionsResponse
func NewListExternalTerminalActionsResponse ¶
func NewListExternalTerminalActionsResponse() *ListExternalTerminalActionsResponse
NewListExternalTerminalActionsResponse instantiates a new ListExternalTerminalActionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListExternalTerminalActionsResponseWithDefaults ¶
func NewListExternalTerminalActionsResponseWithDefaults() *ListExternalTerminalActionsResponse
NewListExternalTerminalActionsResponseWithDefaults instantiates a new ListExternalTerminalActionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListExternalTerminalActionsResponse) GetData ¶
func (o *ListExternalTerminalActionsResponse) GetData() []ExternalTerminalAction
GetData returns the Data field value if set, zero value otherwise.
func (*ListExternalTerminalActionsResponse) GetDataOk ¶
func (o *ListExternalTerminalActionsResponse) GetDataOk() ([]ExternalTerminalAction, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListExternalTerminalActionsResponse) HasData ¶
func (o *ListExternalTerminalActionsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListExternalTerminalActionsResponse) MarshalJSON ¶
func (o ListExternalTerminalActionsResponse) MarshalJSON() ([]byte, error)
func (*ListExternalTerminalActionsResponse) SetData ¶
func (o *ListExternalTerminalActionsResponse) SetData(v []ExternalTerminalAction)
SetData gets a reference to the given []ExternalTerminalAction and assigns it to the Data field.
func (ListExternalTerminalActionsResponse) ToMap ¶
func (o ListExternalTerminalActionsResponse) ToMap() (map[string]interface{}, error)
type ListMerchantApiCredentialsResponse ¶
type ListMerchantApiCredentialsResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of API credentials. Data []ApiCredential `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListMerchantApiCredentialsResponse struct for ListMerchantApiCredentialsResponse
func NewListMerchantApiCredentialsResponse ¶
func NewListMerchantApiCredentialsResponse(itemsTotal int32, pagesTotal int32) *ListMerchantApiCredentialsResponse
NewListMerchantApiCredentialsResponse instantiates a new ListMerchantApiCredentialsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMerchantApiCredentialsResponseWithDefaults ¶
func NewListMerchantApiCredentialsResponseWithDefaults() *ListMerchantApiCredentialsResponse
NewListMerchantApiCredentialsResponseWithDefaults instantiates a new ListMerchantApiCredentialsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMerchantApiCredentialsResponse) GetData ¶
func (o *ListMerchantApiCredentialsResponse) GetData() []ApiCredential
GetData returns the Data field value if set, zero value otherwise.
func (*ListMerchantApiCredentialsResponse) GetDataOk ¶
func (o *ListMerchantApiCredentialsResponse) GetDataOk() ([]ApiCredential, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMerchantApiCredentialsResponse) GetItemsTotal ¶
func (o *ListMerchantApiCredentialsResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListMerchantApiCredentialsResponse) GetItemsTotalOk ¶
func (o *ListMerchantApiCredentialsResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListMerchantApiCredentialsResponse) GetLinks ¶
func (o *ListMerchantApiCredentialsResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListMerchantApiCredentialsResponse) GetLinksOk ¶
func (o *ListMerchantApiCredentialsResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMerchantApiCredentialsResponse) GetPagesTotal ¶
func (o *ListMerchantApiCredentialsResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListMerchantApiCredentialsResponse) GetPagesTotalOk ¶
func (o *ListMerchantApiCredentialsResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListMerchantApiCredentialsResponse) HasData ¶
func (o *ListMerchantApiCredentialsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListMerchantApiCredentialsResponse) HasLinks ¶
func (o *ListMerchantApiCredentialsResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListMerchantApiCredentialsResponse) MarshalJSON ¶
func (o ListMerchantApiCredentialsResponse) MarshalJSON() ([]byte, error)
func (*ListMerchantApiCredentialsResponse) SetData ¶
func (o *ListMerchantApiCredentialsResponse) SetData(v []ApiCredential)
SetData gets a reference to the given []ApiCredential and assigns it to the Data field.
func (*ListMerchantApiCredentialsResponse) SetItemsTotal ¶
func (o *ListMerchantApiCredentialsResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListMerchantApiCredentialsResponse) SetLinks ¶
func (o *ListMerchantApiCredentialsResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListMerchantApiCredentialsResponse) SetPagesTotal ¶
func (o *ListMerchantApiCredentialsResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListMerchantApiCredentialsResponse) ToMap ¶
func (o ListMerchantApiCredentialsResponse) ToMap() (map[string]interface{}, error)
type ListMerchantResponse ¶
type ListMerchantResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of merchant accounts. Data []Merchant `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListMerchantResponse struct for ListMerchantResponse
func NewListMerchantResponse ¶
func NewListMerchantResponse(itemsTotal int32, pagesTotal int32) *ListMerchantResponse
NewListMerchantResponse instantiates a new ListMerchantResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMerchantResponseWithDefaults ¶
func NewListMerchantResponseWithDefaults() *ListMerchantResponse
NewListMerchantResponseWithDefaults instantiates a new ListMerchantResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMerchantResponse) GetData ¶
func (o *ListMerchantResponse) GetData() []Merchant
GetData returns the Data field value if set, zero value otherwise.
func (*ListMerchantResponse) GetDataOk ¶
func (o *ListMerchantResponse) GetDataOk() ([]Merchant, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMerchantResponse) GetItemsTotal ¶
func (o *ListMerchantResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListMerchantResponse) GetItemsTotalOk ¶
func (o *ListMerchantResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListMerchantResponse) GetLinks ¶
func (o *ListMerchantResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListMerchantResponse) GetLinksOk ¶
func (o *ListMerchantResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMerchantResponse) GetPagesTotal ¶
func (o *ListMerchantResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListMerchantResponse) GetPagesTotalOk ¶
func (o *ListMerchantResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListMerchantResponse) HasData ¶
func (o *ListMerchantResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListMerchantResponse) HasLinks ¶
func (o *ListMerchantResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListMerchantResponse) MarshalJSON ¶
func (o ListMerchantResponse) MarshalJSON() ([]byte, error)
func (*ListMerchantResponse) SetData ¶
func (o *ListMerchantResponse) SetData(v []Merchant)
SetData gets a reference to the given []Merchant and assigns it to the Data field.
func (*ListMerchantResponse) SetItemsTotal ¶
func (o *ListMerchantResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListMerchantResponse) SetLinks ¶
func (o *ListMerchantResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListMerchantResponse) SetPagesTotal ¶
func (o *ListMerchantResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListMerchantResponse) ToMap ¶
func (o ListMerchantResponse) ToMap() (map[string]interface{}, error)
type ListMerchantUsersResponse ¶
type ListMerchantUsersResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of users. Data []User `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListMerchantUsersResponse struct for ListMerchantUsersResponse
func NewListMerchantUsersResponse ¶
func NewListMerchantUsersResponse(itemsTotal int32, pagesTotal int32) *ListMerchantUsersResponse
NewListMerchantUsersResponse instantiates a new ListMerchantUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMerchantUsersResponseWithDefaults ¶
func NewListMerchantUsersResponseWithDefaults() *ListMerchantUsersResponse
NewListMerchantUsersResponseWithDefaults instantiates a new ListMerchantUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMerchantUsersResponse) GetData ¶
func (o *ListMerchantUsersResponse) GetData() []User
GetData returns the Data field value if set, zero value otherwise.
func (*ListMerchantUsersResponse) GetDataOk ¶
func (o *ListMerchantUsersResponse) GetDataOk() ([]User, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMerchantUsersResponse) GetItemsTotal ¶
func (o *ListMerchantUsersResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListMerchantUsersResponse) GetItemsTotalOk ¶
func (o *ListMerchantUsersResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListMerchantUsersResponse) GetLinks ¶
func (o *ListMerchantUsersResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListMerchantUsersResponse) GetLinksOk ¶
func (o *ListMerchantUsersResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMerchantUsersResponse) GetPagesTotal ¶
func (o *ListMerchantUsersResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListMerchantUsersResponse) GetPagesTotalOk ¶
func (o *ListMerchantUsersResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListMerchantUsersResponse) HasData ¶
func (o *ListMerchantUsersResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListMerchantUsersResponse) HasLinks ¶
func (o *ListMerchantUsersResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListMerchantUsersResponse) MarshalJSON ¶
func (o ListMerchantUsersResponse) MarshalJSON() ([]byte, error)
func (*ListMerchantUsersResponse) SetData ¶
func (o *ListMerchantUsersResponse) SetData(v []User)
SetData gets a reference to the given []User and assigns it to the Data field.
func (*ListMerchantUsersResponse) SetItemsTotal ¶
func (o *ListMerchantUsersResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListMerchantUsersResponse) SetLinks ¶
func (o *ListMerchantUsersResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListMerchantUsersResponse) SetPagesTotal ¶
func (o *ListMerchantUsersResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListMerchantUsersResponse) ToMap ¶
func (o ListMerchantUsersResponse) ToMap() (map[string]interface{}, error)
type ListStoresResponse ¶
type ListStoresResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // List of stores Data []Store `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListStoresResponse struct for ListStoresResponse
func NewListStoresResponse ¶
func NewListStoresResponse(itemsTotal int32, pagesTotal int32) *ListStoresResponse
NewListStoresResponse instantiates a new ListStoresResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListStoresResponseWithDefaults ¶
func NewListStoresResponseWithDefaults() *ListStoresResponse
NewListStoresResponseWithDefaults instantiates a new ListStoresResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListStoresResponse) GetData ¶
func (o *ListStoresResponse) GetData() []Store
GetData returns the Data field value if set, zero value otherwise.
func (*ListStoresResponse) GetDataOk ¶
func (o *ListStoresResponse) GetDataOk() ([]Store, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListStoresResponse) GetItemsTotal ¶
func (o *ListStoresResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListStoresResponse) GetItemsTotalOk ¶
func (o *ListStoresResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListStoresResponse) GetLinks ¶
func (o *ListStoresResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListStoresResponse) GetLinksOk ¶
func (o *ListStoresResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListStoresResponse) GetPagesTotal ¶
func (o *ListStoresResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListStoresResponse) GetPagesTotalOk ¶
func (o *ListStoresResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListStoresResponse) HasData ¶
func (o *ListStoresResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListStoresResponse) HasLinks ¶
func (o *ListStoresResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListStoresResponse) MarshalJSON ¶
func (o ListStoresResponse) MarshalJSON() ([]byte, error)
func (*ListStoresResponse) SetData ¶
func (o *ListStoresResponse) SetData(v []Store)
SetData gets a reference to the given []Store and assigns it to the Data field.
func (*ListStoresResponse) SetItemsTotal ¶
func (o *ListStoresResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListStoresResponse) SetLinks ¶
func (o *ListStoresResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListStoresResponse) SetPagesTotal ¶
func (o *ListStoresResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListStoresResponse) ToMap ¶
func (o ListStoresResponse) ToMap() (map[string]interface{}, error)
type ListTerminalsResponse ¶
type ListTerminalsResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of terminals and their details. Data []Terminal `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListTerminalsResponse struct for ListTerminalsResponse
func NewListTerminalsResponse ¶
func NewListTerminalsResponse(itemsTotal int32, pagesTotal int32) *ListTerminalsResponse
NewListTerminalsResponse instantiates a new ListTerminalsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListTerminalsResponseWithDefaults ¶
func NewListTerminalsResponseWithDefaults() *ListTerminalsResponse
NewListTerminalsResponseWithDefaults instantiates a new ListTerminalsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListTerminalsResponse) GetData ¶
func (o *ListTerminalsResponse) GetData() []Terminal
GetData returns the Data field value if set, zero value otherwise.
func (*ListTerminalsResponse) GetDataOk ¶
func (o *ListTerminalsResponse) GetDataOk() ([]Terminal, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListTerminalsResponse) GetItemsTotal ¶
func (o *ListTerminalsResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListTerminalsResponse) GetItemsTotalOk ¶
func (o *ListTerminalsResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListTerminalsResponse) GetLinks ¶
func (o *ListTerminalsResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListTerminalsResponse) GetLinksOk ¶
func (o *ListTerminalsResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListTerminalsResponse) GetPagesTotal ¶
func (o *ListTerminalsResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListTerminalsResponse) GetPagesTotalOk ¶
func (o *ListTerminalsResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListTerminalsResponse) HasData ¶
func (o *ListTerminalsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListTerminalsResponse) HasLinks ¶
func (o *ListTerminalsResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListTerminalsResponse) MarshalJSON ¶
func (o ListTerminalsResponse) MarshalJSON() ([]byte, error)
func (*ListTerminalsResponse) SetData ¶
func (o *ListTerminalsResponse) SetData(v []Terminal)
SetData gets a reference to the given []Terminal and assigns it to the Data field.
func (*ListTerminalsResponse) SetItemsTotal ¶
func (o *ListTerminalsResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListTerminalsResponse) SetLinks ¶
func (o *ListTerminalsResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListTerminalsResponse) SetPagesTotal ¶
func (o *ListTerminalsResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListTerminalsResponse) ToMap ¶
func (o ListTerminalsResponse) ToMap() (map[string]interface{}, error)
type ListWebhooksResponse ¶
type ListWebhooksResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // Reference to the account. AccountReference *string `json:"accountReference,omitempty"` // The list of webhooks configured for this account. Data []Webhook `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` }
ListWebhooksResponse struct for ListWebhooksResponse
func NewListWebhooksResponse ¶
func NewListWebhooksResponse(itemsTotal int32, pagesTotal int32) *ListWebhooksResponse
NewListWebhooksResponse instantiates a new ListWebhooksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWebhooksResponseWithDefaults ¶
func NewListWebhooksResponseWithDefaults() *ListWebhooksResponse
NewListWebhooksResponseWithDefaults instantiates a new ListWebhooksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListWebhooksResponse) GetAccountReference ¶
func (o *ListWebhooksResponse) GetAccountReference() string
GetAccountReference returns the AccountReference field value if set, zero value otherwise.
func (*ListWebhooksResponse) GetAccountReferenceOk ¶
func (o *ListWebhooksResponse) GetAccountReferenceOk() (*string, bool)
GetAccountReferenceOk returns a tuple with the AccountReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWebhooksResponse) GetData ¶
func (o *ListWebhooksResponse) GetData() []Webhook
GetData returns the Data field value if set, zero value otherwise.
func (*ListWebhooksResponse) GetDataOk ¶
func (o *ListWebhooksResponse) GetDataOk() ([]Webhook, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWebhooksResponse) GetItemsTotal ¶
func (o *ListWebhooksResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*ListWebhooksResponse) GetItemsTotalOk ¶
func (o *ListWebhooksResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*ListWebhooksResponse) GetLinks ¶
func (o *ListWebhooksResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListWebhooksResponse) GetLinksOk ¶
func (o *ListWebhooksResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWebhooksResponse) GetPagesTotal ¶
func (o *ListWebhooksResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*ListWebhooksResponse) GetPagesTotalOk ¶
func (o *ListWebhooksResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*ListWebhooksResponse) HasAccountReference ¶
func (o *ListWebhooksResponse) HasAccountReference() bool
HasAccountReference returns a boolean if a field has been set.
func (*ListWebhooksResponse) HasData ¶
func (o *ListWebhooksResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*ListWebhooksResponse) HasLinks ¶
func (o *ListWebhooksResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListWebhooksResponse) MarshalJSON ¶
func (o ListWebhooksResponse) MarshalJSON() ([]byte, error)
func (*ListWebhooksResponse) SetAccountReference ¶
func (o *ListWebhooksResponse) SetAccountReference(v string)
SetAccountReference gets a reference to the given string and assigns it to the AccountReference field.
func (*ListWebhooksResponse) SetData ¶
func (o *ListWebhooksResponse) SetData(v []Webhook)
SetData gets a reference to the given []Webhook and assigns it to the Data field.
func (*ListWebhooksResponse) SetItemsTotal ¶
func (o *ListWebhooksResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*ListWebhooksResponse) SetLinks ¶
func (o *ListWebhooksResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*ListWebhooksResponse) SetPagesTotal ¶
func (o *ListWebhooksResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (ListWebhooksResponse) ToMap ¶
func (o ListWebhooksResponse) ToMap() (map[string]interface{}, error)
type Localization ¶
type Localization struct { // Language of the terminal. Language *string `json:"language,omitempty"` }
Localization struct for Localization
func NewLocalization ¶
func NewLocalization() *Localization
NewLocalization instantiates a new Localization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalizationWithDefaults ¶
func NewLocalizationWithDefaults() *Localization
NewLocalizationWithDefaults instantiates a new Localization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Localization) GetLanguage ¶
func (o *Localization) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*Localization) GetLanguageOk ¶
func (o *Localization) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Localization) HasLanguage ¶
func (o *Localization) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (Localization) MarshalJSON ¶
func (o Localization) MarshalJSON() ([]byte, error)
func (*Localization) SetLanguage ¶
func (o *Localization) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (Localization) ToMap ¶
func (o Localization) ToMap() (map[string]interface{}, error)
type Logo ¶
type Logo struct { // The image file, converted to a Base64-encoded string, of the logo to be shown on the terminal. Data *string `json:"data,omitempty"` }
Logo struct for Logo
func NewLogo ¶
func NewLogo() *Logo
NewLogo instantiates a new Logo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLogoWithDefaults ¶
func NewLogoWithDefaults() *Logo
NewLogoWithDefaults instantiates a new Logo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Logo) GetDataOk ¶
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (Logo) MarshalJSON ¶
type MeApiCredential ¶
type MeApiCredential struct { Links *ApiCredentialLinks `json:"_links,omitempty"` // Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration. Active bool `json:"active"` // List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, you get a security error. AllowedIpAddresses []string `json:"allowedIpAddresses"` // List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential. AllowedOrigins []AllowedOrigin `json:"allowedOrigins,omitempty"` // List of merchant accounts that the API credential has explicit access to. If the credential has access to a company, this implies access to all merchant accounts and no merchants for that company will be included. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations. ClientKey string `json:"clientKey"` // Name of the company linked to the API credential. CompanyName *string `json:"companyName,omitempty"` // Description of the API credential. Description *string `json:"description,omitempty"` // Unique identifier of the API credential. Id string `json:"id"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Roles []string `json:"roles"` // The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**. Username string `json:"username"` }
MeApiCredential struct for MeApiCredential
func NewMeApiCredential ¶
func NewMeApiCredential(active bool, allowedIpAddresses []string, clientKey string, id string, roles []string, username string) *MeApiCredential
NewMeApiCredential instantiates a new MeApiCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMeApiCredentialWithDefaults ¶
func NewMeApiCredentialWithDefaults() *MeApiCredential
NewMeApiCredentialWithDefaults instantiates a new MeApiCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MeApiCredential) GetActive ¶
func (o *MeApiCredential) GetActive() bool
GetActive returns the Active field value
func (*MeApiCredential) GetActiveOk ¶
func (o *MeApiCredential) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*MeApiCredential) GetAllowedIpAddresses ¶
func (o *MeApiCredential) GetAllowedIpAddresses() []string
GetAllowedIpAddresses returns the AllowedIpAddresses field value
func (*MeApiCredential) GetAllowedIpAddressesOk ¶
func (o *MeApiCredential) GetAllowedIpAddressesOk() ([]string, bool)
GetAllowedIpAddressesOk returns a tuple with the AllowedIpAddresses field value and a boolean to check if the value has been set.
func (*MeApiCredential) GetAllowedOrigins ¶
func (o *MeApiCredential) GetAllowedOrigins() []AllowedOrigin
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*MeApiCredential) GetAllowedOriginsOk ¶
func (o *MeApiCredential) GetAllowedOriginsOk() ([]AllowedOrigin, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeApiCredential) GetAssociatedMerchantAccounts ¶
func (o *MeApiCredential) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*MeApiCredential) GetAssociatedMerchantAccountsOk ¶
func (o *MeApiCredential) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeApiCredential) GetClientKey ¶
func (o *MeApiCredential) GetClientKey() string
GetClientKey returns the ClientKey field value
func (*MeApiCredential) GetClientKeyOk ¶
func (o *MeApiCredential) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey field value and a boolean to check if the value has been set.
func (*MeApiCredential) GetCompanyName ¶
func (o *MeApiCredential) GetCompanyName() string
GetCompanyName returns the CompanyName field value if set, zero value otherwise.
func (*MeApiCredential) GetCompanyNameOk ¶
func (o *MeApiCredential) GetCompanyNameOk() (*string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeApiCredential) GetDescription ¶
func (o *MeApiCredential) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*MeApiCredential) GetDescriptionOk ¶
func (o *MeApiCredential) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeApiCredential) GetId ¶
func (o *MeApiCredential) GetId() string
GetId returns the Id field value
func (*MeApiCredential) GetIdOk ¶
func (o *MeApiCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MeApiCredential) GetLinks ¶
func (o *MeApiCredential) GetLinks() ApiCredentialLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*MeApiCredential) GetLinksOk ¶
func (o *MeApiCredential) GetLinksOk() (*ApiCredentialLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeApiCredential) GetRoles ¶
func (o *MeApiCredential) GetRoles() []string
GetRoles returns the Roles field value
func (*MeApiCredential) GetRolesOk ¶
func (o *MeApiCredential) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*MeApiCredential) GetUsername ¶
func (o *MeApiCredential) GetUsername() string
GetUsername returns the Username field value
func (*MeApiCredential) GetUsernameOk ¶
func (o *MeApiCredential) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*MeApiCredential) HasAllowedOrigins ¶
func (o *MeApiCredential) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*MeApiCredential) HasAssociatedMerchantAccounts ¶
func (o *MeApiCredential) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*MeApiCredential) HasCompanyName ¶
func (o *MeApiCredential) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (*MeApiCredential) HasDescription ¶
func (o *MeApiCredential) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*MeApiCredential) HasLinks ¶
func (o *MeApiCredential) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (MeApiCredential) MarshalJSON ¶
func (o MeApiCredential) MarshalJSON() ([]byte, error)
func (*MeApiCredential) SetActive ¶
func (o *MeApiCredential) SetActive(v bool)
SetActive sets field value
func (*MeApiCredential) SetAllowedIpAddresses ¶
func (o *MeApiCredential) SetAllowedIpAddresses(v []string)
SetAllowedIpAddresses sets field value
func (*MeApiCredential) SetAllowedOrigins ¶
func (o *MeApiCredential) SetAllowedOrigins(v []AllowedOrigin)
SetAllowedOrigins gets a reference to the given []AllowedOrigin and assigns it to the AllowedOrigins field.
func (*MeApiCredential) SetAssociatedMerchantAccounts ¶
func (o *MeApiCredential) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*MeApiCredential) SetClientKey ¶
func (o *MeApiCredential) SetClientKey(v string)
SetClientKey sets field value
func (*MeApiCredential) SetCompanyName ¶
func (o *MeApiCredential) SetCompanyName(v string)
SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.
func (*MeApiCredential) SetDescription ¶
func (o *MeApiCredential) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*MeApiCredential) SetLinks ¶
func (o *MeApiCredential) SetLinks(v ApiCredentialLinks)
SetLinks gets a reference to the given ApiCredentialLinks and assigns it to the Links field.
func (*MeApiCredential) SetRoles ¶
func (o *MeApiCredential) SetRoles(v []string)
SetRoles sets field value
func (*MeApiCredential) SetUsername ¶
func (o *MeApiCredential) SetUsername(v string)
SetUsername sets field value
func (MeApiCredential) ToMap ¶
func (o MeApiCredential) ToMap() (map[string]interface{}, error)
type MealVoucherFRInfo ¶
type MealVoucherFRInfo struct { // Meal Voucher conecsId. Format: digits only ConecsId string `json:"conecsId"` // Meal Voucher siret. Format: 14 digits. Siret string `json:"siret"` // The list of additional payment methods. Allowed values: **mealVoucher_FR_edenred**, **mealVoucher_FR_groupeup**, **mealVoucher_FR_natixis**, **mealVoucher_FR_sodexo**. SubTypes []string `json:"subTypes"` }
MealVoucherFRInfo struct for MealVoucherFRInfo
func NewMealVoucherFRInfo ¶
func NewMealVoucherFRInfo(conecsId string, siret string, subTypes []string) *MealVoucherFRInfo
NewMealVoucherFRInfo instantiates a new MealVoucherFRInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMealVoucherFRInfoWithDefaults ¶
func NewMealVoucherFRInfoWithDefaults() *MealVoucherFRInfo
NewMealVoucherFRInfoWithDefaults instantiates a new MealVoucherFRInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MealVoucherFRInfo) GetConecsId ¶
func (o *MealVoucherFRInfo) GetConecsId() string
GetConecsId returns the ConecsId field value
func (*MealVoucherFRInfo) GetConecsIdOk ¶
func (o *MealVoucherFRInfo) GetConecsIdOk() (*string, bool)
GetConecsIdOk returns a tuple with the ConecsId field value and a boolean to check if the value has been set.
func (*MealVoucherFRInfo) GetSiret ¶
func (o *MealVoucherFRInfo) GetSiret() string
GetSiret returns the Siret field value
func (*MealVoucherFRInfo) GetSiretOk ¶
func (o *MealVoucherFRInfo) GetSiretOk() (*string, bool)
GetSiretOk returns a tuple with the Siret field value and a boolean to check if the value has been set.
func (*MealVoucherFRInfo) GetSubTypes ¶
func (o *MealVoucherFRInfo) GetSubTypes() []string
GetSubTypes returns the SubTypes field value
func (*MealVoucherFRInfo) GetSubTypesOk ¶
func (o *MealVoucherFRInfo) GetSubTypesOk() ([]string, bool)
GetSubTypesOk returns a tuple with the SubTypes field value and a boolean to check if the value has been set.
func (MealVoucherFRInfo) MarshalJSON ¶
func (o MealVoucherFRInfo) MarshalJSON() ([]byte, error)
func (*MealVoucherFRInfo) SetConecsId ¶
func (o *MealVoucherFRInfo) SetConecsId(v string)
SetConecsId sets field value
func (*MealVoucherFRInfo) SetSiret ¶
func (o *MealVoucherFRInfo) SetSiret(v string)
SetSiret sets field value
func (*MealVoucherFRInfo) SetSubTypes ¶
func (o *MealVoucherFRInfo) SetSubTypes(v []string)
SetSubTypes sets field value
func (MealVoucherFRInfo) ToMap ¶
func (o MealVoucherFRInfo) ToMap() (map[string]interface{}, error)
type Merchant ¶
type Merchant struct { Links *MerchantLinks `json:"_links,omitempty"` // The [capture delay](https://docs.adyen.com/online-payments/capture#capture-delay) set for the merchant account. Possible values: * **Immediate** * **Manual** * Number of days from **1** to **29** CaptureDelay *string `json:"captureDelay,omitempty"` // The unique identifier of the company account this merchant belongs to CompanyId *string `json:"companyId,omitempty"` // List of available data centers. Adyen has several data centers around the world.In the URL that you use for making API requests, we recommend you use the live URL prefix from the data center closest to your shoppers. DataCenters []DataCenter `json:"dataCenters,omitempty"` // The default [`shopperInteraction`](https://docs.adyen.com/api-explorer/#/CheckoutService/v68/post/payments__reqParam_shopperInteraction) value used when processing payments through this merchant account. DefaultShopperInteraction *string `json:"defaultShopperInteraction,omitempty"` // Your description for the merchant account, maximum 300 characters Description *string `json:"description,omitempty"` // The unique identifier of the merchant account. Id *string `json:"id,omitempty"` // The city where the legal entity of this merchant account is registered. MerchantCity *string `json:"merchantCity,omitempty"` // The name of the legal entity associated with the merchant account. Name *string `json:"name,omitempty"` // Only applies to merchant accounts managed by Adyen's partners. The name of the pricing plan assigned to the merchant account. PricingPlan *string `json:"pricingPlan,omitempty"` // The currency of the country where the legal entity of this merchant account is registered. Format: [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). For example, a legal entity based in the United States has USD as the primary settlement currency. PrimarySettlementCurrency *string `json:"primarySettlementCurrency,omitempty"` // Reference of the merchant account. Reference *string `json:"reference,omitempty"` // The URL for the ecommerce website used with this merchant account. ShopWebAddress *string `json:"shopWebAddress,omitempty"` // The status of the merchant account. Possible values: * **PreActive**: The merchant account has been created. Users cannot access the merchant account in the Customer Area. The account cannot process payments. * **Active**: Users can access the merchant account in the Customer Area. If the company account is also **Active**, then payment processing and payouts are enabled. * **InactiveWithModifications**: Users can access the merchant account in the Customer Area. You cannot process new payments but you can still modify payments, for example issue refunds. You can still receive payouts. * **Inactive**: Users can access the merchant account in the Customer Area. Payment processing and payouts are disabled. * **Closed**: The account is closed and this cannot be reversed. Users cannot log in. Payment processing and payouts are disabled. Status *string `json:"status,omitempty"` }
Merchant struct for Merchant
func NewMerchant ¶
func NewMerchant() *Merchant
NewMerchant instantiates a new Merchant object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMerchantWithDefaults ¶
func NewMerchantWithDefaults() *Merchant
NewMerchantWithDefaults instantiates a new Merchant object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Merchant) GetCaptureDelay ¶
GetCaptureDelay returns the CaptureDelay field value if set, zero value otherwise.
func (*Merchant) GetCaptureDelayOk ¶
GetCaptureDelayOk returns a tuple with the CaptureDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetCompanyId ¶
GetCompanyId returns the CompanyId field value if set, zero value otherwise.
func (*Merchant) GetCompanyIdOk ¶
GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetDataCenters ¶
func (o *Merchant) GetDataCenters() []DataCenter
GetDataCenters returns the DataCenters field value if set, zero value otherwise.
func (*Merchant) GetDataCentersOk ¶
func (o *Merchant) GetDataCentersOk() ([]DataCenter, bool)
GetDataCentersOk returns a tuple with the DataCenters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetDefaultShopperInteraction ¶
GetDefaultShopperInteraction returns the DefaultShopperInteraction field value if set, zero value otherwise.
func (*Merchant) GetDefaultShopperInteractionOk ¶
GetDefaultShopperInteractionOk returns a tuple with the DefaultShopperInteraction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Merchant) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetLinks ¶
func (o *Merchant) GetLinks() MerchantLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*Merchant) GetLinksOk ¶
func (o *Merchant) GetLinksOk() (*MerchantLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetMerchantCity ¶
GetMerchantCity returns the MerchantCity field value if set, zero value otherwise.
func (*Merchant) GetMerchantCityOk ¶
GetMerchantCityOk returns a tuple with the MerchantCity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetPricingPlan ¶
GetPricingPlan returns the PricingPlan field value if set, zero value otherwise.
func (*Merchant) GetPricingPlanOk ¶
GetPricingPlanOk returns a tuple with the PricingPlan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetPrimarySettlementCurrency ¶
GetPrimarySettlementCurrency returns the PrimarySettlementCurrency field value if set, zero value otherwise.
func (*Merchant) GetPrimarySettlementCurrencyOk ¶
GetPrimarySettlementCurrencyOk returns a tuple with the PrimarySettlementCurrency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetReference ¶
GetReference returns the Reference field value if set, zero value otherwise.
func (*Merchant) GetReferenceOk ¶
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetShopWebAddress ¶
GetShopWebAddress returns the ShopWebAddress field value if set, zero value otherwise.
func (*Merchant) GetShopWebAddressOk ¶
GetShopWebAddressOk returns a tuple with the ShopWebAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Merchant) HasCaptureDelay ¶
HasCaptureDelay returns a boolean if a field has been set.
func (*Merchant) HasCompanyId ¶
HasCompanyId returns a boolean if a field has been set.
func (*Merchant) HasDataCenters ¶
HasDataCenters returns a boolean if a field has been set.
func (*Merchant) HasDefaultShopperInteraction ¶
HasDefaultShopperInteraction returns a boolean if a field has been set.
func (*Merchant) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Merchant) HasMerchantCity ¶
HasMerchantCity returns a boolean if a field has been set.
func (*Merchant) HasPricingPlan ¶
HasPricingPlan returns a boolean if a field has been set.
func (*Merchant) HasPrimarySettlementCurrency ¶
HasPrimarySettlementCurrency returns a boolean if a field has been set.
func (*Merchant) HasReference ¶
HasReference returns a boolean if a field has been set.
func (*Merchant) HasShopWebAddress ¶
HasShopWebAddress returns a boolean if a field has been set.
func (Merchant) MarshalJSON ¶
func (*Merchant) SetCaptureDelay ¶
SetCaptureDelay gets a reference to the given string and assigns it to the CaptureDelay field.
func (*Merchant) SetCompanyId ¶
SetCompanyId gets a reference to the given string and assigns it to the CompanyId field.
func (*Merchant) SetDataCenters ¶
func (o *Merchant) SetDataCenters(v []DataCenter)
SetDataCenters gets a reference to the given []DataCenter and assigns it to the DataCenters field.
func (*Merchant) SetDefaultShopperInteraction ¶
SetDefaultShopperInteraction gets a reference to the given string and assigns it to the DefaultShopperInteraction field.
func (*Merchant) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Merchant) SetLinks ¶
func (o *Merchant) SetLinks(v MerchantLinks)
SetLinks gets a reference to the given MerchantLinks and assigns it to the Links field.
func (*Merchant) SetMerchantCity ¶
SetMerchantCity gets a reference to the given string and assigns it to the MerchantCity field.
func (*Merchant) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Merchant) SetPricingPlan ¶
SetPricingPlan gets a reference to the given string and assigns it to the PricingPlan field.
func (*Merchant) SetPrimarySettlementCurrency ¶
SetPrimarySettlementCurrency gets a reference to the given string and assigns it to the PrimarySettlementCurrency field.
func (*Merchant) SetReference ¶
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*Merchant) SetShopWebAddress ¶
SetShopWebAddress gets a reference to the given string and assigns it to the ShopWebAddress field.
type MerchantLinks ¶
type MerchantLinks struct { ApiCredentials *LinksElement `json:"apiCredentials,omitempty"` Self LinksElement `json:"self"` Users *LinksElement `json:"users,omitempty"` Webhooks *LinksElement `json:"webhooks,omitempty"` }
MerchantLinks struct for MerchantLinks
func NewMerchantLinks ¶
func NewMerchantLinks(self LinksElement) *MerchantLinks
NewMerchantLinks instantiates a new MerchantLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMerchantLinksWithDefaults ¶
func NewMerchantLinksWithDefaults() *MerchantLinks
NewMerchantLinksWithDefaults instantiates a new MerchantLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MerchantLinks) GetApiCredentials ¶
func (o *MerchantLinks) GetApiCredentials() LinksElement
GetApiCredentials returns the ApiCredentials field value if set, zero value otherwise.
func (*MerchantLinks) GetApiCredentialsOk ¶
func (o *MerchantLinks) GetApiCredentialsOk() (*LinksElement, bool)
GetApiCredentialsOk returns a tuple with the ApiCredentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MerchantLinks) GetSelf ¶
func (o *MerchantLinks) GetSelf() LinksElement
GetSelf returns the Self field value
func (*MerchantLinks) GetSelfOk ¶
func (o *MerchantLinks) GetSelfOk() (*LinksElement, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*MerchantLinks) GetUsers ¶
func (o *MerchantLinks) GetUsers() LinksElement
GetUsers returns the Users field value if set, zero value otherwise.
func (*MerchantLinks) GetUsersOk ¶
func (o *MerchantLinks) GetUsersOk() (*LinksElement, bool)
GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MerchantLinks) GetWebhooks ¶
func (o *MerchantLinks) GetWebhooks() LinksElement
GetWebhooks returns the Webhooks field value if set, zero value otherwise.
func (*MerchantLinks) GetWebhooksOk ¶
func (o *MerchantLinks) GetWebhooksOk() (*LinksElement, bool)
GetWebhooksOk returns a tuple with the Webhooks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MerchantLinks) HasApiCredentials ¶
func (o *MerchantLinks) HasApiCredentials() bool
HasApiCredentials returns a boolean if a field has been set.
func (*MerchantLinks) HasUsers ¶
func (o *MerchantLinks) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (*MerchantLinks) HasWebhooks ¶
func (o *MerchantLinks) HasWebhooks() bool
HasWebhooks returns a boolean if a field has been set.
func (MerchantLinks) MarshalJSON ¶
func (o MerchantLinks) MarshalJSON() ([]byte, error)
func (*MerchantLinks) SetApiCredentials ¶
func (o *MerchantLinks) SetApiCredentials(v LinksElement)
SetApiCredentials gets a reference to the given LinksElement and assigns it to the ApiCredentials field.
func (*MerchantLinks) SetSelf ¶
func (o *MerchantLinks) SetSelf(v LinksElement)
SetSelf sets field value
func (*MerchantLinks) SetUsers ¶
func (o *MerchantLinks) SetUsers(v LinksElement)
SetUsers gets a reference to the given LinksElement and assigns it to the Users field.
func (*MerchantLinks) SetWebhooks ¶
func (o *MerchantLinks) SetWebhooks(v LinksElement)
SetWebhooks gets a reference to the given LinksElement and assigns it to the Webhooks field.
func (MerchantLinks) ToMap ¶
func (o MerchantLinks) ToMap() (map[string]interface{}, error)
type MinorUnitsMonetaryValue ¶
type MinorUnitsMonetaryValue struct { // The transaction amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). Amount *int32 `json:"amount,omitempty"` // The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). CurrencyCode *string `json:"currencyCode,omitempty"` }
MinorUnitsMonetaryValue struct for MinorUnitsMonetaryValue
func NewMinorUnitsMonetaryValue ¶
func NewMinorUnitsMonetaryValue() *MinorUnitsMonetaryValue
NewMinorUnitsMonetaryValue instantiates a new MinorUnitsMonetaryValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMinorUnitsMonetaryValueWithDefaults ¶
func NewMinorUnitsMonetaryValueWithDefaults() *MinorUnitsMonetaryValue
NewMinorUnitsMonetaryValueWithDefaults instantiates a new MinorUnitsMonetaryValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MinorUnitsMonetaryValue) GetAmount ¶
func (o *MinorUnitsMonetaryValue) GetAmount() int32
GetAmount returns the Amount field value if set, zero value otherwise.
func (*MinorUnitsMonetaryValue) GetAmountOk ¶
func (o *MinorUnitsMonetaryValue) GetAmountOk() (*int32, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MinorUnitsMonetaryValue) GetCurrencyCode ¶
func (o *MinorUnitsMonetaryValue) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field value if set, zero value otherwise.
func (*MinorUnitsMonetaryValue) GetCurrencyCodeOk ¶
func (o *MinorUnitsMonetaryValue) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MinorUnitsMonetaryValue) HasAmount ¶
func (o *MinorUnitsMonetaryValue) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*MinorUnitsMonetaryValue) HasCurrencyCode ¶
func (o *MinorUnitsMonetaryValue) HasCurrencyCode() bool
HasCurrencyCode returns a boolean if a field has been set.
func (MinorUnitsMonetaryValue) MarshalJSON ¶
func (o MinorUnitsMonetaryValue) MarshalJSON() ([]byte, error)
func (*MinorUnitsMonetaryValue) SetAmount ¶
func (o *MinorUnitsMonetaryValue) SetAmount(v int32)
SetAmount gets a reference to the given int32 and assigns it to the Amount field.
func (*MinorUnitsMonetaryValue) SetCurrencyCode ¶
func (o *MinorUnitsMonetaryValue) SetCurrencyCode(v string)
SetCurrencyCode gets a reference to the given string and assigns it to the CurrencyCode field.
func (MinorUnitsMonetaryValue) ToMap ¶
func (o MinorUnitsMonetaryValue) ToMap() (map[string]interface{}, error)
type MyAPICredentialApi ¶
MyAPICredentialApi service
func (*MyAPICredentialApi) AddAllowedOrigin ¶
func (a *MyAPICredentialApi) AddAllowedOrigin(ctx context.Context, r MyAPICredentialApiAddAllowedOriginInput) (AllowedOrigin, *http.Response, error)
AddAllowedOrigin Add allowed origin
Adds an allowed origin to the list of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) of your API credential. The API key from the request is used to identify the [API credential](https://docs.adyen.com/development-resources/api-credentials).
You can make this request with any of the Management API roles.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r MyAPICredentialApiAddAllowedOriginInput - Request parameters, see AddAllowedOriginInput @return AllowedOrigin, *http.Response, error
func (*MyAPICredentialApi) AddAllowedOriginInput ¶
func (a *MyAPICredentialApi) AddAllowedOriginInput() MyAPICredentialApiAddAllowedOriginInput
Prepare a request for AddAllowedOrigin
@return MyAPICredentialApiAddAllowedOriginInput
func (*MyAPICredentialApi) GenerateNewClientKeyForSelf ¶
func (a *MyAPICredentialApi) GenerateNewClientKeyForSelf(ctx context.Context, r MyAPICredentialApiGenerateNewClientKeyForSelfInput) (GenerateClientKeyResponse, *http.Response, error)
GenerateNewClientKeyForSelf Generate new client key for self
Returns a new [client key](https://docs.adyen.com/development-resources/client-side-authentication#how-it-works) for the caller - API Credential or OAuth Access Token. You can use the new client key a few minutes after generating it. The old client key stops working 24 hours after generating a new one.To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—API credentials read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r MyAPICredentialApiGenerateNewClientKeyForSelfInput - Request parameters, see GenerateNewClientKeyForSelfInput @return GenerateClientKeyResponse, *http.Response, error
func (*MyAPICredentialApi) GenerateNewClientKeyForSelfInput ¶
func (a *MyAPICredentialApi) GenerateNewClientKeyForSelfInput() MyAPICredentialApiGenerateNewClientKeyForSelfInput
Prepare a request for GenerateNewClientKeyForSelf
@return MyAPICredentialApiGenerateNewClientKeyForSelfInput
func (*MyAPICredentialApi) GetAllowedOriginDetails ¶
func (a *MyAPICredentialApi) GetAllowedOriginDetails(ctx context.Context, r MyAPICredentialApiGetAllowedOriginDetailsInput) (AllowedOrigin, *http.Response, error)
GetAllowedOriginDetails Get allowed origin details
Returns the details of the [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) specified in the path. The API key from the request is used to identify the [API credential](https://docs.adyen.com/development-resources/api-credentials).
You can make this request with any of the Management API roles.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r MyAPICredentialApiGetAllowedOriginDetailsInput - Request parameters, see GetAllowedOriginDetailsInput @return AllowedOrigin, *http.Response, error
func (*MyAPICredentialApi) GetAllowedOriginDetailsInput ¶
func (a *MyAPICredentialApi) GetAllowedOriginDetailsInput(originId string) MyAPICredentialApiGetAllowedOriginDetailsInput
Prepare a request for GetAllowedOriginDetails @param originId Unique identifier of the allowed origin. @return MyAPICredentialApiGetAllowedOriginDetailsInput
func (*MyAPICredentialApi) GetAllowedOrigins ¶
func (a *MyAPICredentialApi) GetAllowedOrigins(ctx context.Context, r MyAPICredentialApiGetAllowedOriginsInput) (AllowedOriginsResponse, *http.Response, error)
GetAllowedOrigins Get allowed origins
Returns the list of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) of your [API credential](https://docs.adyen.com/development-resources/api-credentials) based on the API key you used in the request.
You can make this request with any of the Management API roles.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r MyAPICredentialApiGetAllowedOriginsInput - Request parameters, see GetAllowedOriginsInput @return AllowedOriginsResponse, *http.Response, error
func (*MyAPICredentialApi) GetAllowedOriginsInput ¶
func (a *MyAPICredentialApi) GetAllowedOriginsInput() MyAPICredentialApiGetAllowedOriginsInput
Prepare a request for GetAllowedOrigins
@return MyAPICredentialApiGetAllowedOriginsInput
func (*MyAPICredentialApi) GetApiCredentialDetails ¶
func (a *MyAPICredentialApi) GetApiCredentialDetails(ctx context.Context, r MyAPICredentialApiGetApiCredentialDetailsInput) (MeApiCredential, *http.Response, error)
GetApiCredentialDetails Get API credential details
Returns your [API credential](https://docs.adyen.com/development-resources/api-credentials) details based on the API Key you used in the request.
You can make this request with any of the Management API roles.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r MyAPICredentialApiGetApiCredentialDetailsInput - Request parameters, see GetApiCredentialDetailsInput @return MeApiCredential, *http.Response, error
func (*MyAPICredentialApi) GetApiCredentialDetailsInput ¶
func (a *MyAPICredentialApi) GetApiCredentialDetailsInput() MyAPICredentialApiGetApiCredentialDetailsInput
Prepare a request for GetApiCredentialDetails
@return MyAPICredentialApiGetApiCredentialDetailsInput
func (*MyAPICredentialApi) RemoveAllowedOrigin ¶
func (a *MyAPICredentialApi) RemoveAllowedOrigin(ctx context.Context, r MyAPICredentialApiRemoveAllowedOriginInput) (*http.Response, error)
RemoveAllowedOrigin Remove allowed origin
Removes the [allowed origin](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) specified in the path. The API key from the request is used to identify the [API credential](https://docs.adyen.com/development-resources/api-credentials).
You can make this request with any of the Management API roles.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r MyAPICredentialApiRemoveAllowedOriginInput - Request parameters, see RemoveAllowedOriginInput @return *http.Response, error
func (*MyAPICredentialApi) RemoveAllowedOriginInput ¶
func (a *MyAPICredentialApi) RemoveAllowedOriginInput(originId string) MyAPICredentialApiRemoveAllowedOriginInput
Prepare a request for RemoveAllowedOrigin @param originId Unique identifier of the allowed origin. @return MyAPICredentialApiRemoveAllowedOriginInput
type MyAPICredentialApiAddAllowedOriginInput ¶
type MyAPICredentialApiAddAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by MyAPICredentialApi.AddAllowedOrigin
func (MyAPICredentialApiAddAllowedOriginInput) CreateAllowedOriginRequest ¶
func (r MyAPICredentialApiAddAllowedOriginInput) CreateAllowedOriginRequest(createAllowedOriginRequest CreateAllowedOriginRequest) MyAPICredentialApiAddAllowedOriginInput
type MyAPICredentialApiGenerateNewClientKeyForSelfInput ¶
type MyAPICredentialApiGenerateNewClientKeyForSelfInput struct { }
All parameters accepted by MyAPICredentialApi.GenerateNewClientKeyForSelf
type MyAPICredentialApiGetAllowedOriginDetailsInput ¶
type MyAPICredentialApiGetAllowedOriginDetailsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by MyAPICredentialApi.GetAllowedOriginDetails
type MyAPICredentialApiGetAllowedOriginsInput ¶
type MyAPICredentialApiGetAllowedOriginsInput struct { }
All parameters accepted by MyAPICredentialApi.GetAllowedOrigins
type MyAPICredentialApiGetApiCredentialDetailsInput ¶
type MyAPICredentialApiGetApiCredentialDetailsInput struct { }
All parameters accepted by MyAPICredentialApi.GetApiCredentialDetails
type MyAPICredentialApiRemoveAllowedOriginInput ¶
type MyAPICredentialApiRemoveAllowedOriginInput struct {
// contains filtered or unexported fields
}
All parameters accepted by MyAPICredentialApi.RemoveAllowedOrigin
type Name ¶
type Name struct { // The first name. FirstName string `json:"firstName"` // The last name. LastName string `json:"lastName"` }
Name struct for Name
func NewName ¶
NewName instantiates a new Name object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNameWithDefaults ¶
func NewNameWithDefaults() *Name
NewNameWithDefaults instantiates a new Name object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Name) GetFirstName ¶
GetFirstName returns the FirstName field value
func (*Name) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.
func (*Name) GetLastName ¶
GetLastName returns the LastName field value
func (*Name) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (Name) MarshalJSON ¶
type Name2 ¶
type Name2 struct { // The first name. FirstName *string `json:"firstName,omitempty"` // The last name. LastName *string `json:"lastName,omitempty"` }
Name2 struct for Name2
func NewName2 ¶
func NewName2() *Name2
NewName2 instantiates a new Name2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewName2WithDefaults ¶
func NewName2WithDefaults() *Name2
NewName2WithDefaults instantiates a new Name2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Name2) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*Name2) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Name2) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*Name2) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Name2) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*Name2) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (Name2) MarshalJSON ¶
func (*Name2) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*Name2) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
type Nexo ¶
type Nexo struct { DisplayUrls *NotificationUrl `json:"displayUrls,omitempty"` EncryptionKey *Key `json:"encryptionKey,omitempty"` EventUrls *EventUrl `json:"eventUrls,omitempty"` // One or more URLs to send event messages to when using Terminal API. // Deprecated NexoEventUrls []string `json:"nexoEventUrls,omitempty"` Notification *Notification `json:"notification,omitempty"` }
Nexo struct for Nexo
func NewNexo ¶
func NewNexo() *Nexo
NewNexo instantiates a new Nexo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNexoWithDefaults ¶
func NewNexoWithDefaults() *Nexo
NewNexoWithDefaults instantiates a new Nexo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Nexo) GetDisplayUrls ¶
func (o *Nexo) GetDisplayUrls() NotificationUrl
GetDisplayUrls returns the DisplayUrls field value if set, zero value otherwise.
func (*Nexo) GetDisplayUrlsOk ¶
func (o *Nexo) GetDisplayUrlsOk() (*NotificationUrl, bool)
GetDisplayUrlsOk returns a tuple with the DisplayUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Nexo) GetEncryptionKey ¶
GetEncryptionKey returns the EncryptionKey field value if set, zero value otherwise.
func (*Nexo) GetEncryptionKeyOk ¶
GetEncryptionKeyOk returns a tuple with the EncryptionKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Nexo) GetEventUrls ¶
GetEventUrls returns the EventUrls field value if set, zero value otherwise.
func (*Nexo) GetEventUrlsOk ¶
GetEventUrlsOk returns a tuple with the EventUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Nexo) GetNexoEventUrls ¶
GetNexoEventUrls returns the NexoEventUrls field value if set, zero value otherwise. Deprecated
func (*Nexo) GetNexoEventUrlsOk ¶
GetNexoEventUrlsOk returns a tuple with the NexoEventUrls field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Nexo) GetNotification ¶
func (o *Nexo) GetNotification() Notification
GetNotification returns the Notification field value if set, zero value otherwise.
func (*Nexo) GetNotificationOk ¶
func (o *Nexo) GetNotificationOk() (*Notification, bool)
GetNotificationOk returns a tuple with the Notification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Nexo) HasDisplayUrls ¶
HasDisplayUrls returns a boolean if a field has been set.
func (*Nexo) HasEncryptionKey ¶
HasEncryptionKey returns a boolean if a field has been set.
func (*Nexo) HasEventUrls ¶
HasEventUrls returns a boolean if a field has been set.
func (*Nexo) HasNexoEventUrls ¶
HasNexoEventUrls returns a boolean if a field has been set.
func (*Nexo) HasNotification ¶
HasNotification returns a boolean if a field has been set.
func (Nexo) MarshalJSON ¶
func (*Nexo) SetDisplayUrls ¶
func (o *Nexo) SetDisplayUrls(v NotificationUrl)
SetDisplayUrls gets a reference to the given NotificationUrl and assigns it to the DisplayUrls field.
func (*Nexo) SetEncryptionKey ¶
SetEncryptionKey gets a reference to the given Key and assigns it to the EncryptionKey field.
func (*Nexo) SetEventUrls ¶
SetEventUrls gets a reference to the given EventUrl and assigns it to the EventUrls field.
func (*Nexo) SetNexoEventUrls ¶
SetNexoEventUrls gets a reference to the given []string and assigns it to the NexoEventUrls field. Deprecated
func (*Nexo) SetNotification ¶
func (o *Nexo) SetNotification(v Notification)
SetNotification gets a reference to the given Notification and assigns it to the Notification field.
type Notification ¶
type Notification struct { // Shows or hides the event notification button on the terminal screen. ShowButton *bool `json:"showButton,omitempty"` }
Notification struct for Notification
func NewNotification ¶
func NewNotification() *Notification
NewNotification instantiates a new Notification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNotificationWithDefaults ¶
func NewNotificationWithDefaults() *Notification
NewNotificationWithDefaults instantiates a new Notification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Notification) GetShowButton ¶
func (o *Notification) GetShowButton() bool
GetShowButton returns the ShowButton field value if set, zero value otherwise.
func (*Notification) GetShowButtonOk ¶
func (o *Notification) GetShowButtonOk() (*bool, bool)
GetShowButtonOk returns a tuple with the ShowButton field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Notification) HasShowButton ¶
func (o *Notification) HasShowButton() bool
HasShowButton returns a boolean if a field has been set.
func (Notification) MarshalJSON ¶
func (o Notification) MarshalJSON() ([]byte, error)
func (*Notification) SetShowButton ¶
func (o *Notification) SetShowButton(v bool)
SetShowButton gets a reference to the given bool and assigns it to the ShowButton field.
func (Notification) ToMap ¶
func (o Notification) ToMap() (map[string]interface{}, error)
type NotificationUrl ¶
type NotificationUrl struct { // One or more local URLs to send notifications to when using Terminal API. LocalUrls []Url `json:"localUrls,omitempty"` // One or more public URLs to send notifications to when using Terminal API. PublicUrls []Url `json:"publicUrls,omitempty"` }
NotificationUrl struct for NotificationUrl
func NewNotificationUrl ¶
func NewNotificationUrl() *NotificationUrl
NewNotificationUrl instantiates a new NotificationUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNotificationUrlWithDefaults ¶
func NewNotificationUrlWithDefaults() *NotificationUrl
NewNotificationUrlWithDefaults instantiates a new NotificationUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NotificationUrl) GetLocalUrls ¶
func (o *NotificationUrl) GetLocalUrls() []Url
GetLocalUrls returns the LocalUrls field value if set, zero value otherwise.
func (*NotificationUrl) GetLocalUrlsOk ¶
func (o *NotificationUrl) GetLocalUrlsOk() ([]Url, bool)
GetLocalUrlsOk returns a tuple with the LocalUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationUrl) GetPublicUrls ¶
func (o *NotificationUrl) GetPublicUrls() []Url
GetPublicUrls returns the PublicUrls field value if set, zero value otherwise.
func (*NotificationUrl) GetPublicUrlsOk ¶
func (o *NotificationUrl) GetPublicUrlsOk() ([]Url, bool)
GetPublicUrlsOk returns a tuple with the PublicUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationUrl) HasLocalUrls ¶
func (o *NotificationUrl) HasLocalUrls() bool
HasLocalUrls returns a boolean if a field has been set.
func (*NotificationUrl) HasPublicUrls ¶
func (o *NotificationUrl) HasPublicUrls() bool
HasPublicUrls returns a boolean if a field has been set.
func (NotificationUrl) MarshalJSON ¶
func (o NotificationUrl) MarshalJSON() ([]byte, error)
func (*NotificationUrl) SetLocalUrls ¶
func (o *NotificationUrl) SetLocalUrls(v []Url)
SetLocalUrls gets a reference to the given []Url and assigns it to the LocalUrls field.
func (*NotificationUrl) SetPublicUrls ¶
func (o *NotificationUrl) SetPublicUrls(v []Url)
SetPublicUrls gets a reference to the given []Url and assigns it to the PublicUrls field.
func (NotificationUrl) ToMap ¶
func (o NotificationUrl) ToMap() (map[string]interface{}, error)
type NullableAdditionalCommission ¶
type NullableAdditionalCommission struct {
// contains filtered or unexported fields
}
func NewNullableAdditionalCommission ¶
func NewNullableAdditionalCommission(val *AdditionalCommission) *NullableAdditionalCommission
func (NullableAdditionalCommission) Get ¶
func (v NullableAdditionalCommission) Get() *AdditionalCommission
func (NullableAdditionalCommission) IsSet ¶
func (v NullableAdditionalCommission) IsSet() bool
func (NullableAdditionalCommission) MarshalJSON ¶
func (v NullableAdditionalCommission) MarshalJSON() ([]byte, error)
func (*NullableAdditionalCommission) Set ¶
func (v *NullableAdditionalCommission) Set(val *AdditionalCommission)
func (*NullableAdditionalCommission) UnmarshalJSON ¶
func (v *NullableAdditionalCommission) UnmarshalJSON(src []byte) error
func (*NullableAdditionalCommission) Unset ¶
func (v *NullableAdditionalCommission) Unset()
type NullableAdditionalSettings ¶
type NullableAdditionalSettings struct {
// contains filtered or unexported fields
}
func NewNullableAdditionalSettings ¶
func NewNullableAdditionalSettings(val *AdditionalSettings) *NullableAdditionalSettings
func (NullableAdditionalSettings) Get ¶
func (v NullableAdditionalSettings) Get() *AdditionalSettings
func (NullableAdditionalSettings) IsSet ¶
func (v NullableAdditionalSettings) IsSet() bool
func (NullableAdditionalSettings) MarshalJSON ¶
func (v NullableAdditionalSettings) MarshalJSON() ([]byte, error)
func (*NullableAdditionalSettings) Set ¶
func (v *NullableAdditionalSettings) Set(val *AdditionalSettings)
func (*NullableAdditionalSettings) UnmarshalJSON ¶
func (v *NullableAdditionalSettings) UnmarshalJSON(src []byte) error
func (*NullableAdditionalSettings) Unset ¶
func (v *NullableAdditionalSettings) Unset()
type NullableAdditionalSettingsResponse ¶
type NullableAdditionalSettingsResponse struct {
// contains filtered or unexported fields
}
func NewNullableAdditionalSettingsResponse ¶
func NewNullableAdditionalSettingsResponse(val *AdditionalSettingsResponse) *NullableAdditionalSettingsResponse
func (NullableAdditionalSettingsResponse) Get ¶
func (v NullableAdditionalSettingsResponse) Get() *AdditionalSettingsResponse
func (NullableAdditionalSettingsResponse) IsSet ¶
func (v NullableAdditionalSettingsResponse) IsSet() bool
func (NullableAdditionalSettingsResponse) MarshalJSON ¶
func (v NullableAdditionalSettingsResponse) MarshalJSON() ([]byte, error)
func (*NullableAdditionalSettingsResponse) Set ¶
func (v *NullableAdditionalSettingsResponse) Set(val *AdditionalSettingsResponse)
func (*NullableAdditionalSettingsResponse) UnmarshalJSON ¶
func (v *NullableAdditionalSettingsResponse) UnmarshalJSON(src []byte) error
func (*NullableAdditionalSettingsResponse) Unset ¶
func (v *NullableAdditionalSettingsResponse) Unset()
type NullableAddress ¶
type NullableAddress struct {
// contains filtered or unexported fields
}
func NewNullableAddress ¶
func NewNullableAddress(val *Address) *NullableAddress
func (NullableAddress) Get ¶
func (v NullableAddress) Get() *Address
func (NullableAddress) IsSet ¶
func (v NullableAddress) IsSet() bool
func (NullableAddress) MarshalJSON ¶
func (v NullableAddress) MarshalJSON() ([]byte, error)
func (*NullableAddress) Set ¶
func (v *NullableAddress) Set(val *Address)
func (*NullableAddress) UnmarshalJSON ¶
func (v *NullableAddress) UnmarshalJSON(src []byte) error
func (*NullableAddress) Unset ¶
func (v *NullableAddress) Unset()
type NullableAfterpayTouchInfo ¶
type NullableAfterpayTouchInfo struct {
// contains filtered or unexported fields
}
func NewNullableAfterpayTouchInfo ¶
func NewNullableAfterpayTouchInfo(val *AfterpayTouchInfo) *NullableAfterpayTouchInfo
func (NullableAfterpayTouchInfo) Get ¶
func (v NullableAfterpayTouchInfo) Get() *AfterpayTouchInfo
func (NullableAfterpayTouchInfo) IsSet ¶
func (v NullableAfterpayTouchInfo) IsSet() bool
func (NullableAfterpayTouchInfo) MarshalJSON ¶
func (v NullableAfterpayTouchInfo) MarshalJSON() ([]byte, error)
func (*NullableAfterpayTouchInfo) Set ¶
func (v *NullableAfterpayTouchInfo) Set(val *AfterpayTouchInfo)
func (*NullableAfterpayTouchInfo) UnmarshalJSON ¶
func (v *NullableAfterpayTouchInfo) UnmarshalJSON(src []byte) error
func (*NullableAfterpayTouchInfo) Unset ¶
func (v *NullableAfterpayTouchInfo) Unset()
type NullableAllowedOrigin ¶
type NullableAllowedOrigin struct {
// contains filtered or unexported fields
}
func NewNullableAllowedOrigin ¶
func NewNullableAllowedOrigin(val *AllowedOrigin) *NullableAllowedOrigin
func (NullableAllowedOrigin) Get ¶
func (v NullableAllowedOrigin) Get() *AllowedOrigin
func (NullableAllowedOrigin) IsSet ¶
func (v NullableAllowedOrigin) IsSet() bool
func (NullableAllowedOrigin) MarshalJSON ¶
func (v NullableAllowedOrigin) MarshalJSON() ([]byte, error)
func (*NullableAllowedOrigin) Set ¶
func (v *NullableAllowedOrigin) Set(val *AllowedOrigin)
func (*NullableAllowedOrigin) UnmarshalJSON ¶
func (v *NullableAllowedOrigin) UnmarshalJSON(src []byte) error
func (*NullableAllowedOrigin) Unset ¶
func (v *NullableAllowedOrigin) Unset()
type NullableAllowedOriginsResponse ¶
type NullableAllowedOriginsResponse struct {
// contains filtered or unexported fields
}
func NewNullableAllowedOriginsResponse ¶
func NewNullableAllowedOriginsResponse(val *AllowedOriginsResponse) *NullableAllowedOriginsResponse
func (NullableAllowedOriginsResponse) Get ¶
func (v NullableAllowedOriginsResponse) Get() *AllowedOriginsResponse
func (NullableAllowedOriginsResponse) IsSet ¶
func (v NullableAllowedOriginsResponse) IsSet() bool
func (NullableAllowedOriginsResponse) MarshalJSON ¶
func (v NullableAllowedOriginsResponse) MarshalJSON() ([]byte, error)
func (*NullableAllowedOriginsResponse) Set ¶
func (v *NullableAllowedOriginsResponse) Set(val *AllowedOriginsResponse)
func (*NullableAllowedOriginsResponse) UnmarshalJSON ¶
func (v *NullableAllowedOriginsResponse) UnmarshalJSON(src []byte) error
func (*NullableAllowedOriginsResponse) Unset ¶
func (v *NullableAllowedOriginsResponse) Unset()
type NullableAmount ¶
type NullableAmount struct {
// contains filtered or unexported fields
}
func NewNullableAmount ¶
func NewNullableAmount(val *Amount) *NullableAmount
func (NullableAmount) Get ¶
func (v NullableAmount) Get() *Amount
func (NullableAmount) IsSet ¶
func (v NullableAmount) IsSet() bool
func (NullableAmount) MarshalJSON ¶
func (v NullableAmount) MarshalJSON() ([]byte, error)
func (*NullableAmount) Set ¶
func (v *NullableAmount) Set(val *Amount)
func (*NullableAmount) UnmarshalJSON ¶
func (v *NullableAmount) UnmarshalJSON(src []byte) error
func (*NullableAmount) Unset ¶
func (v *NullableAmount) Unset()
type NullableAndroidApp ¶
type NullableAndroidApp struct {
// contains filtered or unexported fields
}
func NewNullableAndroidApp ¶
func NewNullableAndroidApp(val *AndroidApp) *NullableAndroidApp
func (NullableAndroidApp) Get ¶
func (v NullableAndroidApp) Get() *AndroidApp
func (NullableAndroidApp) IsSet ¶
func (v NullableAndroidApp) IsSet() bool
func (NullableAndroidApp) MarshalJSON ¶
func (v NullableAndroidApp) MarshalJSON() ([]byte, error)
func (*NullableAndroidApp) Set ¶
func (v *NullableAndroidApp) Set(val *AndroidApp)
func (*NullableAndroidApp) UnmarshalJSON ¶
func (v *NullableAndroidApp) UnmarshalJSON(src []byte) error
func (*NullableAndroidApp) Unset ¶
func (v *NullableAndroidApp) Unset()
type NullableAndroidAppsResponse ¶
type NullableAndroidAppsResponse struct {
// contains filtered or unexported fields
}
func NewNullableAndroidAppsResponse ¶
func NewNullableAndroidAppsResponse(val *AndroidAppsResponse) *NullableAndroidAppsResponse
func (NullableAndroidAppsResponse) Get ¶
func (v NullableAndroidAppsResponse) Get() *AndroidAppsResponse
func (NullableAndroidAppsResponse) IsSet ¶
func (v NullableAndroidAppsResponse) IsSet() bool
func (NullableAndroidAppsResponse) MarshalJSON ¶
func (v NullableAndroidAppsResponse) MarshalJSON() ([]byte, error)
func (*NullableAndroidAppsResponse) Set ¶
func (v *NullableAndroidAppsResponse) Set(val *AndroidAppsResponse)
func (*NullableAndroidAppsResponse) UnmarshalJSON ¶
func (v *NullableAndroidAppsResponse) UnmarshalJSON(src []byte) error
func (*NullableAndroidAppsResponse) Unset ¶
func (v *NullableAndroidAppsResponse) Unset()
type NullableAndroidCertificate ¶
type NullableAndroidCertificate struct {
// contains filtered or unexported fields
}
func NewNullableAndroidCertificate ¶
func NewNullableAndroidCertificate(val *AndroidCertificate) *NullableAndroidCertificate
func (NullableAndroidCertificate) Get ¶
func (v NullableAndroidCertificate) Get() *AndroidCertificate
func (NullableAndroidCertificate) IsSet ¶
func (v NullableAndroidCertificate) IsSet() bool
func (NullableAndroidCertificate) MarshalJSON ¶
func (v NullableAndroidCertificate) MarshalJSON() ([]byte, error)
func (*NullableAndroidCertificate) Set ¶
func (v *NullableAndroidCertificate) Set(val *AndroidCertificate)
func (*NullableAndroidCertificate) UnmarshalJSON ¶
func (v *NullableAndroidCertificate) UnmarshalJSON(src []byte) error
func (*NullableAndroidCertificate) Unset ¶
func (v *NullableAndroidCertificate) Unset()
type NullableAndroidCertificatesResponse ¶
type NullableAndroidCertificatesResponse struct {
// contains filtered or unexported fields
}
func NewNullableAndroidCertificatesResponse ¶
func NewNullableAndroidCertificatesResponse(val *AndroidCertificatesResponse) *NullableAndroidCertificatesResponse
func (NullableAndroidCertificatesResponse) Get ¶
func (v NullableAndroidCertificatesResponse) Get() *AndroidCertificatesResponse
func (NullableAndroidCertificatesResponse) IsSet ¶
func (v NullableAndroidCertificatesResponse) IsSet() bool
func (NullableAndroidCertificatesResponse) MarshalJSON ¶
func (v NullableAndroidCertificatesResponse) MarshalJSON() ([]byte, error)
func (*NullableAndroidCertificatesResponse) Set ¶
func (v *NullableAndroidCertificatesResponse) Set(val *AndroidCertificatesResponse)
func (*NullableAndroidCertificatesResponse) UnmarshalJSON ¶
func (v *NullableAndroidCertificatesResponse) UnmarshalJSON(src []byte) error
func (*NullableAndroidCertificatesResponse) Unset ¶
func (v *NullableAndroidCertificatesResponse) Unset()
type NullableApiCredential ¶
type NullableApiCredential struct {
// contains filtered or unexported fields
}
func NewNullableApiCredential ¶
func NewNullableApiCredential(val *ApiCredential) *NullableApiCredential
func (NullableApiCredential) Get ¶
func (v NullableApiCredential) Get() *ApiCredential
func (NullableApiCredential) IsSet ¶
func (v NullableApiCredential) IsSet() bool
func (NullableApiCredential) MarshalJSON ¶
func (v NullableApiCredential) MarshalJSON() ([]byte, error)
func (*NullableApiCredential) Set ¶
func (v *NullableApiCredential) Set(val *ApiCredential)
func (*NullableApiCredential) UnmarshalJSON ¶
func (v *NullableApiCredential) UnmarshalJSON(src []byte) error
func (*NullableApiCredential) Unset ¶
func (v *NullableApiCredential) Unset()
type NullableApiCredentialLinks ¶
type NullableApiCredentialLinks struct {
// contains filtered or unexported fields
}
func NewNullableApiCredentialLinks ¶
func NewNullableApiCredentialLinks(val *ApiCredentialLinks) *NullableApiCredentialLinks
func (NullableApiCredentialLinks) Get ¶
func (v NullableApiCredentialLinks) Get() *ApiCredentialLinks
func (NullableApiCredentialLinks) IsSet ¶
func (v NullableApiCredentialLinks) IsSet() bool
func (NullableApiCredentialLinks) MarshalJSON ¶
func (v NullableApiCredentialLinks) MarshalJSON() ([]byte, error)
func (*NullableApiCredentialLinks) Set ¶
func (v *NullableApiCredentialLinks) Set(val *ApiCredentialLinks)
func (*NullableApiCredentialLinks) UnmarshalJSON ¶
func (v *NullableApiCredentialLinks) UnmarshalJSON(src []byte) error
func (*NullableApiCredentialLinks) Unset ¶
func (v *NullableApiCredentialLinks) Unset()
type NullableApplePayInfo ¶
type NullableApplePayInfo struct {
// contains filtered or unexported fields
}
func NewNullableApplePayInfo ¶
func NewNullableApplePayInfo(val *ApplePayInfo) *NullableApplePayInfo
func (NullableApplePayInfo) Get ¶
func (v NullableApplePayInfo) Get() *ApplePayInfo
func (NullableApplePayInfo) IsSet ¶
func (v NullableApplePayInfo) IsSet() bool
func (NullableApplePayInfo) MarshalJSON ¶
func (v NullableApplePayInfo) MarshalJSON() ([]byte, error)
func (*NullableApplePayInfo) Set ¶
func (v *NullableApplePayInfo) Set(val *ApplePayInfo)
func (*NullableApplePayInfo) UnmarshalJSON ¶
func (v *NullableApplePayInfo) UnmarshalJSON(src []byte) error
func (*NullableApplePayInfo) Unset ¶
func (v *NullableApplePayInfo) Unset()
type NullableBcmcInfo ¶
type NullableBcmcInfo struct {
// contains filtered or unexported fields
}
func NewNullableBcmcInfo ¶
func NewNullableBcmcInfo(val *BcmcInfo) *NullableBcmcInfo
func (NullableBcmcInfo) Get ¶
func (v NullableBcmcInfo) Get() *BcmcInfo
func (NullableBcmcInfo) IsSet ¶
func (v NullableBcmcInfo) IsSet() bool
func (NullableBcmcInfo) MarshalJSON ¶
func (v NullableBcmcInfo) MarshalJSON() ([]byte, error)
func (*NullableBcmcInfo) Set ¶
func (v *NullableBcmcInfo) Set(val *BcmcInfo)
func (*NullableBcmcInfo) UnmarshalJSON ¶
func (v *NullableBcmcInfo) UnmarshalJSON(src []byte) error
func (*NullableBcmcInfo) Unset ¶
func (v *NullableBcmcInfo) Unset()
type NullableBillingEntitiesResponse ¶
type NullableBillingEntitiesResponse struct {
// contains filtered or unexported fields
}
func NewNullableBillingEntitiesResponse ¶
func NewNullableBillingEntitiesResponse(val *BillingEntitiesResponse) *NullableBillingEntitiesResponse
func (NullableBillingEntitiesResponse) Get ¶
func (v NullableBillingEntitiesResponse) Get() *BillingEntitiesResponse
func (NullableBillingEntitiesResponse) IsSet ¶
func (v NullableBillingEntitiesResponse) IsSet() bool
func (NullableBillingEntitiesResponse) MarshalJSON ¶
func (v NullableBillingEntitiesResponse) MarshalJSON() ([]byte, error)
func (*NullableBillingEntitiesResponse) Set ¶
func (v *NullableBillingEntitiesResponse) Set(val *BillingEntitiesResponse)
func (*NullableBillingEntitiesResponse) UnmarshalJSON ¶
func (v *NullableBillingEntitiesResponse) UnmarshalJSON(src []byte) error
func (*NullableBillingEntitiesResponse) Unset ¶
func (v *NullableBillingEntitiesResponse) Unset()
type NullableBillingEntity ¶
type NullableBillingEntity struct {
// contains filtered or unexported fields
}
func NewNullableBillingEntity ¶
func NewNullableBillingEntity(val *BillingEntity) *NullableBillingEntity
func (NullableBillingEntity) Get ¶
func (v NullableBillingEntity) Get() *BillingEntity
func (NullableBillingEntity) IsSet ¶
func (v NullableBillingEntity) IsSet() bool
func (NullableBillingEntity) MarshalJSON ¶
func (v NullableBillingEntity) MarshalJSON() ([]byte, error)
func (*NullableBillingEntity) Set ¶
func (v *NullableBillingEntity) Set(val *BillingEntity)
func (*NullableBillingEntity) UnmarshalJSON ¶
func (v *NullableBillingEntity) UnmarshalJSON(src []byte) error
func (*NullableBillingEntity) Unset ¶
func (v *NullableBillingEntity) Unset()
type NullableCardholderReceipt ¶
type NullableCardholderReceipt struct {
// contains filtered or unexported fields
}
func NewNullableCardholderReceipt ¶
func NewNullableCardholderReceipt(val *CardholderReceipt) *NullableCardholderReceipt
func (NullableCardholderReceipt) Get ¶
func (v NullableCardholderReceipt) Get() *CardholderReceipt
func (NullableCardholderReceipt) IsSet ¶
func (v NullableCardholderReceipt) IsSet() bool
func (NullableCardholderReceipt) MarshalJSON ¶
func (v NullableCardholderReceipt) MarshalJSON() ([]byte, error)
func (*NullableCardholderReceipt) Set ¶
func (v *NullableCardholderReceipt) Set(val *CardholderReceipt)
func (*NullableCardholderReceipt) UnmarshalJSON ¶
func (v *NullableCardholderReceipt) UnmarshalJSON(src []byte) error
func (*NullableCardholderReceipt) Unset ¶
func (v *NullableCardholderReceipt) Unset()
type NullableCartesBancairesInfo ¶
type NullableCartesBancairesInfo struct {
// contains filtered or unexported fields
}
func NewNullableCartesBancairesInfo ¶
func NewNullableCartesBancairesInfo(val *CartesBancairesInfo) *NullableCartesBancairesInfo
func (NullableCartesBancairesInfo) Get ¶
func (v NullableCartesBancairesInfo) Get() *CartesBancairesInfo
func (NullableCartesBancairesInfo) IsSet ¶
func (v NullableCartesBancairesInfo) IsSet() bool
func (NullableCartesBancairesInfo) MarshalJSON ¶
func (v NullableCartesBancairesInfo) MarshalJSON() ([]byte, error)
func (*NullableCartesBancairesInfo) Set ¶
func (v *NullableCartesBancairesInfo) Set(val *CartesBancairesInfo)
func (*NullableCartesBancairesInfo) UnmarshalJSON ¶
func (v *NullableCartesBancairesInfo) UnmarshalJSON(src []byte) error
func (*NullableCartesBancairesInfo) Unset ¶
func (v *NullableCartesBancairesInfo) Unset()
type NullableClearpayInfo ¶
type NullableClearpayInfo struct {
// contains filtered or unexported fields
}
func NewNullableClearpayInfo ¶
func NewNullableClearpayInfo(val *ClearpayInfo) *NullableClearpayInfo
func (NullableClearpayInfo) Get ¶
func (v NullableClearpayInfo) Get() *ClearpayInfo
func (NullableClearpayInfo) IsSet ¶
func (v NullableClearpayInfo) IsSet() bool
func (NullableClearpayInfo) MarshalJSON ¶
func (v NullableClearpayInfo) MarshalJSON() ([]byte, error)
func (*NullableClearpayInfo) Set ¶
func (v *NullableClearpayInfo) Set(val *ClearpayInfo)
func (*NullableClearpayInfo) UnmarshalJSON ¶
func (v *NullableClearpayInfo) UnmarshalJSON(src []byte) error
func (*NullableClearpayInfo) Unset ¶
func (v *NullableClearpayInfo) Unset()
type NullableCommission ¶
type NullableCommission struct {
// contains filtered or unexported fields
}
func NewNullableCommission ¶
func NewNullableCommission(val *Commission) *NullableCommission
func (NullableCommission) Get ¶
func (v NullableCommission) Get() *Commission
func (NullableCommission) IsSet ¶
func (v NullableCommission) IsSet() bool
func (NullableCommission) MarshalJSON ¶
func (v NullableCommission) MarshalJSON() ([]byte, error)
func (*NullableCommission) Set ¶
func (v *NullableCommission) Set(val *Commission)
func (*NullableCommission) UnmarshalJSON ¶
func (v *NullableCommission) UnmarshalJSON(src []byte) error
func (*NullableCommission) Unset ¶
func (v *NullableCommission) Unset()
type NullableCompany ¶
type NullableCompany struct {
// contains filtered or unexported fields
}
func NewNullableCompany ¶
func NewNullableCompany(val *Company) *NullableCompany
func (NullableCompany) Get ¶
func (v NullableCompany) Get() *Company
func (NullableCompany) IsSet ¶
func (v NullableCompany) IsSet() bool
func (NullableCompany) MarshalJSON ¶
func (v NullableCompany) MarshalJSON() ([]byte, error)
func (*NullableCompany) Set ¶
func (v *NullableCompany) Set(val *Company)
func (*NullableCompany) UnmarshalJSON ¶
func (v *NullableCompany) UnmarshalJSON(src []byte) error
func (*NullableCompany) Unset ¶
func (v *NullableCompany) Unset()
type NullableCompanyApiCredential ¶
type NullableCompanyApiCredential struct {
// contains filtered or unexported fields
}
func NewNullableCompanyApiCredential ¶
func NewNullableCompanyApiCredential(val *CompanyApiCredential) *NullableCompanyApiCredential
func (NullableCompanyApiCredential) Get ¶
func (v NullableCompanyApiCredential) Get() *CompanyApiCredential
func (NullableCompanyApiCredential) IsSet ¶
func (v NullableCompanyApiCredential) IsSet() bool
func (NullableCompanyApiCredential) MarshalJSON ¶
func (v NullableCompanyApiCredential) MarshalJSON() ([]byte, error)
func (*NullableCompanyApiCredential) Set ¶
func (v *NullableCompanyApiCredential) Set(val *CompanyApiCredential)
func (*NullableCompanyApiCredential) UnmarshalJSON ¶
func (v *NullableCompanyApiCredential) UnmarshalJSON(src []byte) error
func (*NullableCompanyApiCredential) Unset ¶
func (v *NullableCompanyApiCredential) Unset()
type NullableCompanyLinks ¶
type NullableCompanyLinks struct {
// contains filtered or unexported fields
}
func NewNullableCompanyLinks ¶
func NewNullableCompanyLinks(val *CompanyLinks) *NullableCompanyLinks
func (NullableCompanyLinks) Get ¶
func (v NullableCompanyLinks) Get() *CompanyLinks
func (NullableCompanyLinks) IsSet ¶
func (v NullableCompanyLinks) IsSet() bool
func (NullableCompanyLinks) MarshalJSON ¶
func (v NullableCompanyLinks) MarshalJSON() ([]byte, error)
func (*NullableCompanyLinks) Set ¶
func (v *NullableCompanyLinks) Set(val *CompanyLinks)
func (*NullableCompanyLinks) UnmarshalJSON ¶
func (v *NullableCompanyLinks) UnmarshalJSON(src []byte) error
func (*NullableCompanyLinks) Unset ¶
func (v *NullableCompanyLinks) Unset()
type NullableCompanyUser ¶
type NullableCompanyUser struct {
// contains filtered or unexported fields
}
func NewNullableCompanyUser ¶
func NewNullableCompanyUser(val *CompanyUser) *NullableCompanyUser
func (NullableCompanyUser) Get ¶
func (v NullableCompanyUser) Get() *CompanyUser
func (NullableCompanyUser) IsSet ¶
func (v NullableCompanyUser) IsSet() bool
func (NullableCompanyUser) MarshalJSON ¶
func (v NullableCompanyUser) MarshalJSON() ([]byte, error)
func (*NullableCompanyUser) Set ¶
func (v *NullableCompanyUser) Set(val *CompanyUser)
func (*NullableCompanyUser) UnmarshalJSON ¶
func (v *NullableCompanyUser) UnmarshalJSON(src []byte) error
func (*NullableCompanyUser) Unset ¶
func (v *NullableCompanyUser) Unset()
type NullableConfiguration ¶
type NullableConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableConfiguration ¶
func NewNullableConfiguration(val *Configuration) *NullableConfiguration
func (NullableConfiguration) Get ¶
func (v NullableConfiguration) Get() *Configuration
func (NullableConfiguration) IsSet ¶
func (v NullableConfiguration) IsSet() bool
func (NullableConfiguration) MarshalJSON ¶
func (v NullableConfiguration) MarshalJSON() ([]byte, error)
func (*NullableConfiguration) Set ¶
func (v *NullableConfiguration) Set(val *Configuration)
func (*NullableConfiguration) UnmarshalJSON ¶
func (v *NullableConfiguration) UnmarshalJSON(src []byte) error
func (*NullableConfiguration) Unset ¶
func (v *NullableConfiguration) Unset()
type NullableConnectivity ¶
type NullableConnectivity struct {
// contains filtered or unexported fields
}
func NewNullableConnectivity ¶
func NewNullableConnectivity(val *Connectivity) *NullableConnectivity
func (NullableConnectivity) Get ¶
func (v NullableConnectivity) Get() *Connectivity
func (NullableConnectivity) IsSet ¶
func (v NullableConnectivity) IsSet() bool
func (NullableConnectivity) MarshalJSON ¶
func (v NullableConnectivity) MarshalJSON() ([]byte, error)
func (*NullableConnectivity) Set ¶
func (v *NullableConnectivity) Set(val *Connectivity)
func (*NullableConnectivity) UnmarshalJSON ¶
func (v *NullableConnectivity) UnmarshalJSON(src []byte) error
func (*NullableConnectivity) Unset ¶
func (v *NullableConnectivity) Unset()
type NullableContact ¶
type NullableContact struct {
// contains filtered or unexported fields
}
func NewNullableContact ¶
func NewNullableContact(val *Contact) *NullableContact
func (NullableContact) Get ¶
func (v NullableContact) Get() *Contact
func (NullableContact) IsSet ¶
func (v NullableContact) IsSet() bool
func (NullableContact) MarshalJSON ¶
func (v NullableContact) MarshalJSON() ([]byte, error)
func (*NullableContact) Set ¶
func (v *NullableContact) Set(val *Contact)
func (*NullableContact) UnmarshalJSON ¶
func (v *NullableContact) UnmarshalJSON(src []byte) error
func (*NullableContact) Unset ¶
func (v *NullableContact) Unset()
type NullableCreateAllowedOriginRequest ¶
type NullableCreateAllowedOriginRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateAllowedOriginRequest ¶
func NewNullableCreateAllowedOriginRequest(val *CreateAllowedOriginRequest) *NullableCreateAllowedOriginRequest
func (NullableCreateAllowedOriginRequest) Get ¶
func (v NullableCreateAllowedOriginRequest) Get() *CreateAllowedOriginRequest
func (NullableCreateAllowedOriginRequest) IsSet ¶
func (v NullableCreateAllowedOriginRequest) IsSet() bool
func (NullableCreateAllowedOriginRequest) MarshalJSON ¶
func (v NullableCreateAllowedOriginRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateAllowedOriginRequest) Set ¶
func (v *NullableCreateAllowedOriginRequest) Set(val *CreateAllowedOriginRequest)
func (*NullableCreateAllowedOriginRequest) UnmarshalJSON ¶
func (v *NullableCreateAllowedOriginRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateAllowedOriginRequest) Unset ¶
func (v *NullableCreateAllowedOriginRequest) Unset()
type NullableCreateApiCredentialResponse ¶
type NullableCreateApiCredentialResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiCredentialResponse ¶
func NewNullableCreateApiCredentialResponse(val *CreateApiCredentialResponse) *NullableCreateApiCredentialResponse
func (NullableCreateApiCredentialResponse) Get ¶
func (v NullableCreateApiCredentialResponse) Get() *CreateApiCredentialResponse
func (NullableCreateApiCredentialResponse) IsSet ¶
func (v NullableCreateApiCredentialResponse) IsSet() bool
func (NullableCreateApiCredentialResponse) MarshalJSON ¶
func (v NullableCreateApiCredentialResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateApiCredentialResponse) Set ¶
func (v *NullableCreateApiCredentialResponse) Set(val *CreateApiCredentialResponse)
func (*NullableCreateApiCredentialResponse) UnmarshalJSON ¶
func (v *NullableCreateApiCredentialResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateApiCredentialResponse) Unset ¶
func (v *NullableCreateApiCredentialResponse) Unset()
type NullableCreateCompanyApiCredentialRequest ¶
type NullableCreateCompanyApiCredentialRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateCompanyApiCredentialRequest ¶
func NewNullableCreateCompanyApiCredentialRequest(val *CreateCompanyApiCredentialRequest) *NullableCreateCompanyApiCredentialRequest
func (NullableCreateCompanyApiCredentialRequest) IsSet ¶
func (v NullableCreateCompanyApiCredentialRequest) IsSet() bool
func (NullableCreateCompanyApiCredentialRequest) MarshalJSON ¶
func (v NullableCreateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateCompanyApiCredentialRequest) Set ¶
func (v *NullableCreateCompanyApiCredentialRequest) Set(val *CreateCompanyApiCredentialRequest)
func (*NullableCreateCompanyApiCredentialRequest) UnmarshalJSON ¶
func (v *NullableCreateCompanyApiCredentialRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateCompanyApiCredentialRequest) Unset ¶
func (v *NullableCreateCompanyApiCredentialRequest) Unset()
type NullableCreateCompanyApiCredentialResponse ¶
type NullableCreateCompanyApiCredentialResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateCompanyApiCredentialResponse ¶
func NewNullableCreateCompanyApiCredentialResponse(val *CreateCompanyApiCredentialResponse) *NullableCreateCompanyApiCredentialResponse
func (NullableCreateCompanyApiCredentialResponse) IsSet ¶
func (v NullableCreateCompanyApiCredentialResponse) IsSet() bool
func (NullableCreateCompanyApiCredentialResponse) MarshalJSON ¶
func (v NullableCreateCompanyApiCredentialResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateCompanyApiCredentialResponse) Set ¶
func (v *NullableCreateCompanyApiCredentialResponse) Set(val *CreateCompanyApiCredentialResponse)
func (*NullableCreateCompanyApiCredentialResponse) UnmarshalJSON ¶
func (v *NullableCreateCompanyApiCredentialResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateCompanyApiCredentialResponse) Unset ¶
func (v *NullableCreateCompanyApiCredentialResponse) Unset()
type NullableCreateCompanyUserRequest ¶
type NullableCreateCompanyUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateCompanyUserRequest ¶
func NewNullableCreateCompanyUserRequest(val *CreateCompanyUserRequest) *NullableCreateCompanyUserRequest
func (NullableCreateCompanyUserRequest) Get ¶
func (v NullableCreateCompanyUserRequest) Get() *CreateCompanyUserRequest
func (NullableCreateCompanyUserRequest) IsSet ¶
func (v NullableCreateCompanyUserRequest) IsSet() bool
func (NullableCreateCompanyUserRequest) MarshalJSON ¶
func (v NullableCreateCompanyUserRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateCompanyUserRequest) Set ¶
func (v *NullableCreateCompanyUserRequest) Set(val *CreateCompanyUserRequest)
func (*NullableCreateCompanyUserRequest) UnmarshalJSON ¶
func (v *NullableCreateCompanyUserRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateCompanyUserRequest) Unset ¶
func (v *NullableCreateCompanyUserRequest) Unset()
type NullableCreateCompanyUserResponse ¶
type NullableCreateCompanyUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateCompanyUserResponse ¶
func NewNullableCreateCompanyUserResponse(val *CreateCompanyUserResponse) *NullableCreateCompanyUserResponse
func (NullableCreateCompanyUserResponse) Get ¶
func (v NullableCreateCompanyUserResponse) Get() *CreateCompanyUserResponse
func (NullableCreateCompanyUserResponse) IsSet ¶
func (v NullableCreateCompanyUserResponse) IsSet() bool
func (NullableCreateCompanyUserResponse) MarshalJSON ¶
func (v NullableCreateCompanyUserResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateCompanyUserResponse) Set ¶
func (v *NullableCreateCompanyUserResponse) Set(val *CreateCompanyUserResponse)
func (*NullableCreateCompanyUserResponse) UnmarshalJSON ¶
func (v *NullableCreateCompanyUserResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateCompanyUserResponse) Unset ¶
func (v *NullableCreateCompanyUserResponse) Unset()
type NullableCreateCompanyWebhookRequest ¶
type NullableCreateCompanyWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateCompanyWebhookRequest ¶
func NewNullableCreateCompanyWebhookRequest(val *CreateCompanyWebhookRequest) *NullableCreateCompanyWebhookRequest
func (NullableCreateCompanyWebhookRequest) Get ¶
func (v NullableCreateCompanyWebhookRequest) Get() *CreateCompanyWebhookRequest
func (NullableCreateCompanyWebhookRequest) IsSet ¶
func (v NullableCreateCompanyWebhookRequest) IsSet() bool
func (NullableCreateCompanyWebhookRequest) MarshalJSON ¶
func (v NullableCreateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateCompanyWebhookRequest) Set ¶
func (v *NullableCreateCompanyWebhookRequest) Set(val *CreateCompanyWebhookRequest)
func (*NullableCreateCompanyWebhookRequest) UnmarshalJSON ¶
func (v *NullableCreateCompanyWebhookRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateCompanyWebhookRequest) Unset ¶
func (v *NullableCreateCompanyWebhookRequest) Unset()
type NullableCreateMerchantApiCredentialRequest ¶
type NullableCreateMerchantApiCredentialRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateMerchantApiCredentialRequest ¶
func NewNullableCreateMerchantApiCredentialRequest(val *CreateMerchantApiCredentialRequest) *NullableCreateMerchantApiCredentialRequest
func (NullableCreateMerchantApiCredentialRequest) IsSet ¶
func (v NullableCreateMerchantApiCredentialRequest) IsSet() bool
func (NullableCreateMerchantApiCredentialRequest) MarshalJSON ¶
func (v NullableCreateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateMerchantApiCredentialRequest) Set ¶
func (v *NullableCreateMerchantApiCredentialRequest) Set(val *CreateMerchantApiCredentialRequest)
func (*NullableCreateMerchantApiCredentialRequest) UnmarshalJSON ¶
func (v *NullableCreateMerchantApiCredentialRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateMerchantApiCredentialRequest) Unset ¶
func (v *NullableCreateMerchantApiCredentialRequest) Unset()
type NullableCreateMerchantRequest ¶
type NullableCreateMerchantRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateMerchantRequest ¶
func NewNullableCreateMerchantRequest(val *CreateMerchantRequest) *NullableCreateMerchantRequest
func (NullableCreateMerchantRequest) Get ¶
func (v NullableCreateMerchantRequest) Get() *CreateMerchantRequest
func (NullableCreateMerchantRequest) IsSet ¶
func (v NullableCreateMerchantRequest) IsSet() bool
func (NullableCreateMerchantRequest) MarshalJSON ¶
func (v NullableCreateMerchantRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateMerchantRequest) Set ¶
func (v *NullableCreateMerchantRequest) Set(val *CreateMerchantRequest)
func (*NullableCreateMerchantRequest) UnmarshalJSON ¶
func (v *NullableCreateMerchantRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateMerchantRequest) Unset ¶
func (v *NullableCreateMerchantRequest) Unset()
type NullableCreateMerchantResponse ¶
type NullableCreateMerchantResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateMerchantResponse ¶
func NewNullableCreateMerchantResponse(val *CreateMerchantResponse) *NullableCreateMerchantResponse
func (NullableCreateMerchantResponse) Get ¶
func (v NullableCreateMerchantResponse) Get() *CreateMerchantResponse
func (NullableCreateMerchantResponse) IsSet ¶
func (v NullableCreateMerchantResponse) IsSet() bool
func (NullableCreateMerchantResponse) MarshalJSON ¶
func (v NullableCreateMerchantResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateMerchantResponse) Set ¶
func (v *NullableCreateMerchantResponse) Set(val *CreateMerchantResponse)
func (*NullableCreateMerchantResponse) UnmarshalJSON ¶
func (v *NullableCreateMerchantResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateMerchantResponse) Unset ¶
func (v *NullableCreateMerchantResponse) Unset()
type NullableCreateMerchantUserRequest ¶
type NullableCreateMerchantUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateMerchantUserRequest ¶
func NewNullableCreateMerchantUserRequest(val *CreateMerchantUserRequest) *NullableCreateMerchantUserRequest
func (NullableCreateMerchantUserRequest) Get ¶
func (v NullableCreateMerchantUserRequest) Get() *CreateMerchantUserRequest
func (NullableCreateMerchantUserRequest) IsSet ¶
func (v NullableCreateMerchantUserRequest) IsSet() bool
func (NullableCreateMerchantUserRequest) MarshalJSON ¶
func (v NullableCreateMerchantUserRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateMerchantUserRequest) Set ¶
func (v *NullableCreateMerchantUserRequest) Set(val *CreateMerchantUserRequest)
func (*NullableCreateMerchantUserRequest) UnmarshalJSON ¶
func (v *NullableCreateMerchantUserRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateMerchantUserRequest) Unset ¶
func (v *NullableCreateMerchantUserRequest) Unset()
type NullableCreateMerchantWebhookRequest ¶
type NullableCreateMerchantWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateMerchantWebhookRequest ¶
func NewNullableCreateMerchantWebhookRequest(val *CreateMerchantWebhookRequest) *NullableCreateMerchantWebhookRequest
func (NullableCreateMerchantWebhookRequest) Get ¶
func (v NullableCreateMerchantWebhookRequest) Get() *CreateMerchantWebhookRequest
func (NullableCreateMerchantWebhookRequest) IsSet ¶
func (v NullableCreateMerchantWebhookRequest) IsSet() bool
func (NullableCreateMerchantWebhookRequest) MarshalJSON ¶
func (v NullableCreateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateMerchantWebhookRequest) Set ¶
func (v *NullableCreateMerchantWebhookRequest) Set(val *CreateMerchantWebhookRequest)
func (*NullableCreateMerchantWebhookRequest) UnmarshalJSON ¶
func (v *NullableCreateMerchantWebhookRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateMerchantWebhookRequest) Unset ¶
func (v *NullableCreateMerchantWebhookRequest) Unset()
type NullableCreateUserResponse ¶
type NullableCreateUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserResponse ¶
func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse
func (NullableCreateUserResponse) Get ¶
func (v NullableCreateUserResponse) Get() *CreateUserResponse
func (NullableCreateUserResponse) IsSet ¶
func (v NullableCreateUserResponse) IsSet() bool
func (NullableCreateUserResponse) MarshalJSON ¶
func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateUserResponse) Set ¶
func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
func (*NullableCreateUserResponse) UnmarshalJSON ¶
func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateUserResponse) Unset ¶
func (v *NullableCreateUserResponse) Unset()
type NullableCurrency ¶
type NullableCurrency struct {
// contains filtered or unexported fields
}
func NewNullableCurrency ¶
func NewNullableCurrency(val *Currency) *NullableCurrency
func (NullableCurrency) Get ¶
func (v NullableCurrency) Get() *Currency
func (NullableCurrency) IsSet ¶
func (v NullableCurrency) IsSet() bool
func (NullableCurrency) MarshalJSON ¶
func (v NullableCurrency) MarshalJSON() ([]byte, error)
func (*NullableCurrency) Set ¶
func (v *NullableCurrency) Set(val *Currency)
func (*NullableCurrency) UnmarshalJSON ¶
func (v *NullableCurrency) UnmarshalJSON(src []byte) error
func (*NullableCurrency) Unset ¶
func (v *NullableCurrency) Unset()
type NullableCustomNotification ¶
type NullableCustomNotification struct {
// contains filtered or unexported fields
}
func NewNullableCustomNotification ¶
func NewNullableCustomNotification(val *CustomNotification) *NullableCustomNotification
func (NullableCustomNotification) Get ¶
func (v NullableCustomNotification) Get() *CustomNotification
func (NullableCustomNotification) IsSet ¶
func (v NullableCustomNotification) IsSet() bool
func (NullableCustomNotification) MarshalJSON ¶
func (v NullableCustomNotification) MarshalJSON() ([]byte, error)
func (*NullableCustomNotification) Set ¶
func (v *NullableCustomNotification) Set(val *CustomNotification)
func (*NullableCustomNotification) UnmarshalJSON ¶
func (v *NullableCustomNotification) UnmarshalJSON(src []byte) error
func (*NullableCustomNotification) Unset ¶
func (v *NullableCustomNotification) Unset()
type NullableDataCenter ¶
type NullableDataCenter struct {
// contains filtered or unexported fields
}
func NewNullableDataCenter ¶
func NewNullableDataCenter(val *DataCenter) *NullableDataCenter
func (NullableDataCenter) Get ¶
func (v NullableDataCenter) Get() *DataCenter
func (NullableDataCenter) IsSet ¶
func (v NullableDataCenter) IsSet() bool
func (NullableDataCenter) MarshalJSON ¶
func (v NullableDataCenter) MarshalJSON() ([]byte, error)
func (*NullableDataCenter) Set ¶
func (v *NullableDataCenter) Set(val *DataCenter)
func (*NullableDataCenter) UnmarshalJSON ¶
func (v *NullableDataCenter) UnmarshalJSON(src []byte) error
func (*NullableDataCenter) Unset ¶
func (v *NullableDataCenter) Unset()
type NullableEventUrl ¶
type NullableEventUrl struct {
// contains filtered or unexported fields
}
func NewNullableEventUrl ¶
func NewNullableEventUrl(val *EventUrl) *NullableEventUrl
func (NullableEventUrl) Get ¶
func (v NullableEventUrl) Get() *EventUrl
func (NullableEventUrl) IsSet ¶
func (v NullableEventUrl) IsSet() bool
func (NullableEventUrl) MarshalJSON ¶
func (v NullableEventUrl) MarshalJSON() ([]byte, error)
func (*NullableEventUrl) Set ¶
func (v *NullableEventUrl) Set(val *EventUrl)
func (*NullableEventUrl) UnmarshalJSON ¶
func (v *NullableEventUrl) UnmarshalJSON(src []byte) error
func (*NullableEventUrl) Unset ¶
func (v *NullableEventUrl) Unset()
type NullableExternalTerminalAction ¶
type NullableExternalTerminalAction struct {
// contains filtered or unexported fields
}
func NewNullableExternalTerminalAction ¶
func NewNullableExternalTerminalAction(val *ExternalTerminalAction) *NullableExternalTerminalAction
func (NullableExternalTerminalAction) Get ¶
func (v NullableExternalTerminalAction) Get() *ExternalTerminalAction
func (NullableExternalTerminalAction) IsSet ¶
func (v NullableExternalTerminalAction) IsSet() bool
func (NullableExternalTerminalAction) MarshalJSON ¶
func (v NullableExternalTerminalAction) MarshalJSON() ([]byte, error)
func (*NullableExternalTerminalAction) Set ¶
func (v *NullableExternalTerminalAction) Set(val *ExternalTerminalAction)
func (*NullableExternalTerminalAction) UnmarshalJSON ¶
func (v *NullableExternalTerminalAction) UnmarshalJSON(src []byte) error
func (*NullableExternalTerminalAction) Unset ¶
func (v *NullableExternalTerminalAction) Unset()
type NullableFile ¶
type NullableFile struct {
// contains filtered or unexported fields
}
func NewNullableFile ¶
func NewNullableFile(val *File) *NullableFile
func (NullableFile) Get ¶
func (v NullableFile) Get() *File
func (NullableFile) IsSet ¶
func (v NullableFile) IsSet() bool
func (NullableFile) MarshalJSON ¶
func (v NullableFile) MarshalJSON() ([]byte, error)
func (*NullableFile) Set ¶
func (v *NullableFile) Set(val *File)
func (*NullableFile) UnmarshalJSON ¶
func (v *NullableFile) UnmarshalJSON(src []byte) error
func (*NullableFile) Unset ¶
func (v *NullableFile) Unset()
type NullableGenerateApiKeyResponse ¶
type NullableGenerateApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableGenerateApiKeyResponse ¶
func NewNullableGenerateApiKeyResponse(val *GenerateApiKeyResponse) *NullableGenerateApiKeyResponse
func (NullableGenerateApiKeyResponse) Get ¶
func (v NullableGenerateApiKeyResponse) Get() *GenerateApiKeyResponse
func (NullableGenerateApiKeyResponse) IsSet ¶
func (v NullableGenerateApiKeyResponse) IsSet() bool
func (NullableGenerateApiKeyResponse) MarshalJSON ¶
func (v NullableGenerateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableGenerateApiKeyResponse) Set ¶
func (v *NullableGenerateApiKeyResponse) Set(val *GenerateApiKeyResponse)
func (*NullableGenerateApiKeyResponse) UnmarshalJSON ¶
func (v *NullableGenerateApiKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableGenerateApiKeyResponse) Unset ¶
func (v *NullableGenerateApiKeyResponse) Unset()
type NullableGenerateClientKeyResponse ¶
type NullableGenerateClientKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableGenerateClientKeyResponse ¶
func NewNullableGenerateClientKeyResponse(val *GenerateClientKeyResponse) *NullableGenerateClientKeyResponse
func (NullableGenerateClientKeyResponse) Get ¶
func (v NullableGenerateClientKeyResponse) Get() *GenerateClientKeyResponse
func (NullableGenerateClientKeyResponse) IsSet ¶
func (v NullableGenerateClientKeyResponse) IsSet() bool
func (NullableGenerateClientKeyResponse) MarshalJSON ¶
func (v NullableGenerateClientKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableGenerateClientKeyResponse) Set ¶
func (v *NullableGenerateClientKeyResponse) Set(val *GenerateClientKeyResponse)
func (*NullableGenerateClientKeyResponse) UnmarshalJSON ¶
func (v *NullableGenerateClientKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableGenerateClientKeyResponse) Unset ¶
func (v *NullableGenerateClientKeyResponse) Unset()
type NullableGenerateHmacKeyResponse ¶
type NullableGenerateHmacKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableGenerateHmacKeyResponse ¶
func NewNullableGenerateHmacKeyResponse(val *GenerateHmacKeyResponse) *NullableGenerateHmacKeyResponse
func (NullableGenerateHmacKeyResponse) Get ¶
func (v NullableGenerateHmacKeyResponse) Get() *GenerateHmacKeyResponse
func (NullableGenerateHmacKeyResponse) IsSet ¶
func (v NullableGenerateHmacKeyResponse) IsSet() bool
func (NullableGenerateHmacKeyResponse) MarshalJSON ¶
func (v NullableGenerateHmacKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableGenerateHmacKeyResponse) Set ¶
func (v *NullableGenerateHmacKeyResponse) Set(val *GenerateHmacKeyResponse)
func (*NullableGenerateHmacKeyResponse) UnmarshalJSON ¶
func (v *NullableGenerateHmacKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableGenerateHmacKeyResponse) Unset ¶
func (v *NullableGenerateHmacKeyResponse) Unset()
type NullableGenericPmWithTdiInfo ¶
type NullableGenericPmWithTdiInfo struct {
// contains filtered or unexported fields
}
func NewNullableGenericPmWithTdiInfo ¶
func NewNullableGenericPmWithTdiInfo(val *GenericPmWithTdiInfo) *NullableGenericPmWithTdiInfo
func (NullableGenericPmWithTdiInfo) Get ¶
func (v NullableGenericPmWithTdiInfo) Get() *GenericPmWithTdiInfo
func (NullableGenericPmWithTdiInfo) IsSet ¶
func (v NullableGenericPmWithTdiInfo) IsSet() bool
func (NullableGenericPmWithTdiInfo) MarshalJSON ¶
func (v NullableGenericPmWithTdiInfo) MarshalJSON() ([]byte, error)
func (*NullableGenericPmWithTdiInfo) Set ¶
func (v *NullableGenericPmWithTdiInfo) Set(val *GenericPmWithTdiInfo)
func (*NullableGenericPmWithTdiInfo) UnmarshalJSON ¶
func (v *NullableGenericPmWithTdiInfo) UnmarshalJSON(src []byte) error
func (*NullableGenericPmWithTdiInfo) Unset ¶
func (v *NullableGenericPmWithTdiInfo) Unset()
type NullableGiroPayInfo ¶
type NullableGiroPayInfo struct {
// contains filtered or unexported fields
}
func NewNullableGiroPayInfo ¶
func NewNullableGiroPayInfo(val *GiroPayInfo) *NullableGiroPayInfo
func (NullableGiroPayInfo) Get ¶
func (v NullableGiroPayInfo) Get() *GiroPayInfo
func (NullableGiroPayInfo) IsSet ¶
func (v NullableGiroPayInfo) IsSet() bool
func (NullableGiroPayInfo) MarshalJSON ¶
func (v NullableGiroPayInfo) MarshalJSON() ([]byte, error)
func (*NullableGiroPayInfo) Set ¶
func (v *NullableGiroPayInfo) Set(val *GiroPayInfo)
func (*NullableGiroPayInfo) UnmarshalJSON ¶
func (v *NullableGiroPayInfo) UnmarshalJSON(src []byte) error
func (*NullableGiroPayInfo) Unset ¶
func (v *NullableGiroPayInfo) Unset()
type NullableGooglePayInfo ¶
type NullableGooglePayInfo struct {
// contains filtered or unexported fields
}
func NewNullableGooglePayInfo ¶
func NewNullableGooglePayInfo(val *GooglePayInfo) *NullableGooglePayInfo
func (NullableGooglePayInfo) Get ¶
func (v NullableGooglePayInfo) Get() *GooglePayInfo
func (NullableGooglePayInfo) IsSet ¶
func (v NullableGooglePayInfo) IsSet() bool
func (NullableGooglePayInfo) MarshalJSON ¶
func (v NullableGooglePayInfo) MarshalJSON() ([]byte, error)
func (*NullableGooglePayInfo) Set ¶
func (v *NullableGooglePayInfo) Set(val *GooglePayInfo)
func (*NullableGooglePayInfo) UnmarshalJSON ¶
func (v *NullableGooglePayInfo) UnmarshalJSON(src []byte) error
func (*NullableGooglePayInfo) Unset ¶
func (v *NullableGooglePayInfo) Unset()
type NullableGratuity ¶
type NullableGratuity struct {
// contains filtered or unexported fields
}
func NewNullableGratuity ¶
func NewNullableGratuity(val *Gratuity) *NullableGratuity
func (NullableGratuity) Get ¶
func (v NullableGratuity) Get() *Gratuity
func (NullableGratuity) IsSet ¶
func (v NullableGratuity) IsSet() bool
func (NullableGratuity) MarshalJSON ¶
func (v NullableGratuity) MarshalJSON() ([]byte, error)
func (*NullableGratuity) Set ¶
func (v *NullableGratuity) Set(val *Gratuity)
func (*NullableGratuity) UnmarshalJSON ¶
func (v *NullableGratuity) UnmarshalJSON(src []byte) error
func (*NullableGratuity) Unset ¶
func (v *NullableGratuity) Unset()
type NullableHardware ¶
type NullableHardware struct {
// contains filtered or unexported fields
}
func NewNullableHardware ¶
func NewNullableHardware(val *Hardware) *NullableHardware
func (NullableHardware) Get ¶
func (v NullableHardware) Get() *Hardware
func (NullableHardware) IsSet ¶
func (v NullableHardware) IsSet() bool
func (NullableHardware) MarshalJSON ¶
func (v NullableHardware) MarshalJSON() ([]byte, error)
func (*NullableHardware) Set ¶
func (v *NullableHardware) Set(val *Hardware)
func (*NullableHardware) UnmarshalJSON ¶
func (v *NullableHardware) UnmarshalJSON(src []byte) error
func (*NullableHardware) Unset ¶
func (v *NullableHardware) Unset()
type NullableIdName ¶
type NullableIdName struct {
// contains filtered or unexported fields
}
func NewNullableIdName ¶
func NewNullableIdName(val *IdName) *NullableIdName
func (NullableIdName) Get ¶
func (v NullableIdName) Get() *IdName
func (NullableIdName) IsSet ¶
func (v NullableIdName) IsSet() bool
func (NullableIdName) MarshalJSON ¶
func (v NullableIdName) MarshalJSON() ([]byte, error)
func (*NullableIdName) Set ¶
func (v *NullableIdName) Set(val *IdName)
func (*NullableIdName) UnmarshalJSON ¶
func (v *NullableIdName) UnmarshalJSON(src []byte) error
func (*NullableIdName) Unset ¶
func (v *NullableIdName) Unset()
type NullableInstallAndroidAppDetails ¶
type NullableInstallAndroidAppDetails struct {
// contains filtered or unexported fields
}
func NewNullableInstallAndroidAppDetails ¶
func NewNullableInstallAndroidAppDetails(val *InstallAndroidAppDetails) *NullableInstallAndroidAppDetails
func (NullableInstallAndroidAppDetails) Get ¶
func (v NullableInstallAndroidAppDetails) Get() *InstallAndroidAppDetails
func (NullableInstallAndroidAppDetails) IsSet ¶
func (v NullableInstallAndroidAppDetails) IsSet() bool
func (NullableInstallAndroidAppDetails) MarshalJSON ¶
func (v NullableInstallAndroidAppDetails) MarshalJSON() ([]byte, error)
func (*NullableInstallAndroidAppDetails) Set ¶
func (v *NullableInstallAndroidAppDetails) Set(val *InstallAndroidAppDetails)
func (*NullableInstallAndroidAppDetails) UnmarshalJSON ¶
func (v *NullableInstallAndroidAppDetails) UnmarshalJSON(src []byte) error
func (*NullableInstallAndroidAppDetails) Unset ¶
func (v *NullableInstallAndroidAppDetails) Unset()
type NullableInstallAndroidCertificateDetails ¶
type NullableInstallAndroidCertificateDetails struct {
// contains filtered or unexported fields
}
func NewNullableInstallAndroidCertificateDetails ¶
func NewNullableInstallAndroidCertificateDetails(val *InstallAndroidCertificateDetails) *NullableInstallAndroidCertificateDetails
func (NullableInstallAndroidCertificateDetails) IsSet ¶
func (v NullableInstallAndroidCertificateDetails) IsSet() bool
func (NullableInstallAndroidCertificateDetails) MarshalJSON ¶
func (v NullableInstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
func (*NullableInstallAndroidCertificateDetails) Set ¶
func (v *NullableInstallAndroidCertificateDetails) Set(val *InstallAndroidCertificateDetails)
func (*NullableInstallAndroidCertificateDetails) UnmarshalJSON ¶
func (v *NullableInstallAndroidCertificateDetails) UnmarshalJSON(src []byte) error
func (*NullableInstallAndroidCertificateDetails) Unset ¶
func (v *NullableInstallAndroidCertificateDetails) Unset()
type NullableInvalidField ¶
type NullableInvalidField struct {
// contains filtered or unexported fields
}
func NewNullableInvalidField ¶
func NewNullableInvalidField(val *InvalidField) *NullableInvalidField
func (NullableInvalidField) Get ¶
func (v NullableInvalidField) Get() *InvalidField
func (NullableInvalidField) IsSet ¶
func (v NullableInvalidField) IsSet() bool
func (NullableInvalidField) MarshalJSON ¶
func (v NullableInvalidField) MarshalJSON() ([]byte, error)
func (*NullableInvalidField) Set ¶
func (v *NullableInvalidField) Set(val *InvalidField)
func (*NullableInvalidField) UnmarshalJSON ¶
func (v *NullableInvalidField) UnmarshalJSON(src []byte) error
func (*NullableInvalidField) Unset ¶
func (v *NullableInvalidField) Unset()
type NullableJSONObject ¶
type NullableJSONObject struct {
// contains filtered or unexported fields
}
func NewNullableJSONObject ¶
func NewNullableJSONObject(val *JSONObject) *NullableJSONObject
func (NullableJSONObject) Get ¶
func (v NullableJSONObject) Get() *JSONObject
func (NullableJSONObject) IsSet ¶
func (v NullableJSONObject) IsSet() bool
func (NullableJSONObject) MarshalJSON ¶
func (v NullableJSONObject) MarshalJSON() ([]byte, error)
func (*NullableJSONObject) Set ¶
func (v *NullableJSONObject) Set(val *JSONObject)
func (*NullableJSONObject) UnmarshalJSON ¶
func (v *NullableJSONObject) UnmarshalJSON(src []byte) error
func (*NullableJSONObject) Unset ¶
func (v *NullableJSONObject) Unset()
type NullableJSONPath ¶
type NullableJSONPath struct {
// contains filtered or unexported fields
}
func NewNullableJSONPath ¶
func NewNullableJSONPath(val *JSONPath) *NullableJSONPath
func (NullableJSONPath) Get ¶
func (v NullableJSONPath) Get() *JSONPath
func (NullableJSONPath) IsSet ¶
func (v NullableJSONPath) IsSet() bool
func (NullableJSONPath) MarshalJSON ¶
func (v NullableJSONPath) MarshalJSON() ([]byte, error)
func (*NullableJSONPath) Set ¶
func (v *NullableJSONPath) Set(val *JSONPath)
func (*NullableJSONPath) UnmarshalJSON ¶
func (v *NullableJSONPath) UnmarshalJSON(src []byte) error
func (*NullableJSONPath) Unset ¶
func (v *NullableJSONPath) Unset()
type NullableKey ¶
type NullableKey struct {
// contains filtered or unexported fields
}
func NewNullableKey ¶
func NewNullableKey(val *Key) *NullableKey
func (NullableKey) Get ¶
func (v NullableKey) Get() *Key
func (NullableKey) IsSet ¶
func (v NullableKey) IsSet() bool
func (NullableKey) MarshalJSON ¶
func (v NullableKey) MarshalJSON() ([]byte, error)
func (*NullableKey) Set ¶
func (v *NullableKey) Set(val *Key)
func (*NullableKey) UnmarshalJSON ¶
func (v *NullableKey) UnmarshalJSON(src []byte) error
func (*NullableKey) Unset ¶
func (v *NullableKey) Unset()
type NullableKlarnaInfo ¶
type NullableKlarnaInfo struct {
// contains filtered or unexported fields
}
func NewNullableKlarnaInfo ¶
func NewNullableKlarnaInfo(val *KlarnaInfo) *NullableKlarnaInfo
func (NullableKlarnaInfo) Get ¶
func (v NullableKlarnaInfo) Get() *KlarnaInfo
func (NullableKlarnaInfo) IsSet ¶
func (v NullableKlarnaInfo) IsSet() bool
func (NullableKlarnaInfo) MarshalJSON ¶
func (v NullableKlarnaInfo) MarshalJSON() ([]byte, error)
func (*NullableKlarnaInfo) Set ¶
func (v *NullableKlarnaInfo) Set(val *KlarnaInfo)
func (*NullableKlarnaInfo) UnmarshalJSON ¶
func (v *NullableKlarnaInfo) UnmarshalJSON(src []byte) error
func (*NullableKlarnaInfo) Unset ¶
func (v *NullableKlarnaInfo) Unset()
type NullableLinks ¶
type NullableLinks struct {
// contains filtered or unexported fields
}
func NewNullableLinks ¶
func NewNullableLinks(val *Links) *NullableLinks
func (NullableLinks) Get ¶
func (v NullableLinks) Get() *Links
func (NullableLinks) IsSet ¶
func (v NullableLinks) IsSet() bool
func (NullableLinks) MarshalJSON ¶
func (v NullableLinks) MarshalJSON() ([]byte, error)
func (*NullableLinks) Set ¶
func (v *NullableLinks) Set(val *Links)
func (*NullableLinks) UnmarshalJSON ¶
func (v *NullableLinks) UnmarshalJSON(src []byte) error
func (*NullableLinks) Unset ¶
func (v *NullableLinks) Unset()
type NullableLinksElement ¶
type NullableLinksElement struct {
// contains filtered or unexported fields
}
func NewNullableLinksElement ¶
func NewNullableLinksElement(val *LinksElement) *NullableLinksElement
func (NullableLinksElement) Get ¶
func (v NullableLinksElement) Get() *LinksElement
func (NullableLinksElement) IsSet ¶
func (v NullableLinksElement) IsSet() bool
func (NullableLinksElement) MarshalJSON ¶
func (v NullableLinksElement) MarshalJSON() ([]byte, error)
func (*NullableLinksElement) Set ¶
func (v *NullableLinksElement) Set(val *LinksElement)
func (*NullableLinksElement) UnmarshalJSON ¶
func (v *NullableLinksElement) UnmarshalJSON(src []byte) error
func (*NullableLinksElement) Unset ¶
func (v *NullableLinksElement) Unset()
type NullableListCompanyApiCredentialsResponse ¶
type NullableListCompanyApiCredentialsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListCompanyApiCredentialsResponse ¶
func NewNullableListCompanyApiCredentialsResponse(val *ListCompanyApiCredentialsResponse) *NullableListCompanyApiCredentialsResponse
func (NullableListCompanyApiCredentialsResponse) IsSet ¶
func (v NullableListCompanyApiCredentialsResponse) IsSet() bool
func (NullableListCompanyApiCredentialsResponse) MarshalJSON ¶
func (v NullableListCompanyApiCredentialsResponse) MarshalJSON() ([]byte, error)
func (*NullableListCompanyApiCredentialsResponse) Set ¶
func (v *NullableListCompanyApiCredentialsResponse) Set(val *ListCompanyApiCredentialsResponse)
func (*NullableListCompanyApiCredentialsResponse) UnmarshalJSON ¶
func (v *NullableListCompanyApiCredentialsResponse) UnmarshalJSON(src []byte) error
func (*NullableListCompanyApiCredentialsResponse) Unset ¶
func (v *NullableListCompanyApiCredentialsResponse) Unset()
type NullableListCompanyResponse ¶
type NullableListCompanyResponse struct {
// contains filtered or unexported fields
}
func NewNullableListCompanyResponse ¶
func NewNullableListCompanyResponse(val *ListCompanyResponse) *NullableListCompanyResponse
func (NullableListCompanyResponse) Get ¶
func (v NullableListCompanyResponse) Get() *ListCompanyResponse
func (NullableListCompanyResponse) IsSet ¶
func (v NullableListCompanyResponse) IsSet() bool
func (NullableListCompanyResponse) MarshalJSON ¶
func (v NullableListCompanyResponse) MarshalJSON() ([]byte, error)
func (*NullableListCompanyResponse) Set ¶
func (v *NullableListCompanyResponse) Set(val *ListCompanyResponse)
func (*NullableListCompanyResponse) UnmarshalJSON ¶
func (v *NullableListCompanyResponse) UnmarshalJSON(src []byte) error
func (*NullableListCompanyResponse) Unset ¶
func (v *NullableListCompanyResponse) Unset()
type NullableListCompanyUsersResponse ¶
type NullableListCompanyUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListCompanyUsersResponse ¶
func NewNullableListCompanyUsersResponse(val *ListCompanyUsersResponse) *NullableListCompanyUsersResponse
func (NullableListCompanyUsersResponse) Get ¶
func (v NullableListCompanyUsersResponse) Get() *ListCompanyUsersResponse
func (NullableListCompanyUsersResponse) IsSet ¶
func (v NullableListCompanyUsersResponse) IsSet() bool
func (NullableListCompanyUsersResponse) MarshalJSON ¶
func (v NullableListCompanyUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListCompanyUsersResponse) Set ¶
func (v *NullableListCompanyUsersResponse) Set(val *ListCompanyUsersResponse)
func (*NullableListCompanyUsersResponse) UnmarshalJSON ¶
func (v *NullableListCompanyUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListCompanyUsersResponse) Unset ¶
func (v *NullableListCompanyUsersResponse) Unset()
type NullableListExternalTerminalActionsResponse ¶
type NullableListExternalTerminalActionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListExternalTerminalActionsResponse ¶
func NewNullableListExternalTerminalActionsResponse(val *ListExternalTerminalActionsResponse) *NullableListExternalTerminalActionsResponse
func (NullableListExternalTerminalActionsResponse) IsSet ¶
func (v NullableListExternalTerminalActionsResponse) IsSet() bool
func (NullableListExternalTerminalActionsResponse) MarshalJSON ¶
func (v NullableListExternalTerminalActionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListExternalTerminalActionsResponse) Set ¶
func (v *NullableListExternalTerminalActionsResponse) Set(val *ListExternalTerminalActionsResponse)
func (*NullableListExternalTerminalActionsResponse) UnmarshalJSON ¶
func (v *NullableListExternalTerminalActionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListExternalTerminalActionsResponse) Unset ¶
func (v *NullableListExternalTerminalActionsResponse) Unset()
type NullableListMerchantApiCredentialsResponse ¶
type NullableListMerchantApiCredentialsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListMerchantApiCredentialsResponse ¶
func NewNullableListMerchantApiCredentialsResponse(val *ListMerchantApiCredentialsResponse) *NullableListMerchantApiCredentialsResponse
func (NullableListMerchantApiCredentialsResponse) IsSet ¶
func (v NullableListMerchantApiCredentialsResponse) IsSet() bool
func (NullableListMerchantApiCredentialsResponse) MarshalJSON ¶
func (v NullableListMerchantApiCredentialsResponse) MarshalJSON() ([]byte, error)
func (*NullableListMerchantApiCredentialsResponse) Set ¶
func (v *NullableListMerchantApiCredentialsResponse) Set(val *ListMerchantApiCredentialsResponse)
func (*NullableListMerchantApiCredentialsResponse) UnmarshalJSON ¶
func (v *NullableListMerchantApiCredentialsResponse) UnmarshalJSON(src []byte) error
func (*NullableListMerchantApiCredentialsResponse) Unset ¶
func (v *NullableListMerchantApiCredentialsResponse) Unset()
type NullableListMerchantResponse ¶
type NullableListMerchantResponse struct {
// contains filtered or unexported fields
}
func NewNullableListMerchantResponse ¶
func NewNullableListMerchantResponse(val *ListMerchantResponse) *NullableListMerchantResponse
func (NullableListMerchantResponse) Get ¶
func (v NullableListMerchantResponse) Get() *ListMerchantResponse
func (NullableListMerchantResponse) IsSet ¶
func (v NullableListMerchantResponse) IsSet() bool
func (NullableListMerchantResponse) MarshalJSON ¶
func (v NullableListMerchantResponse) MarshalJSON() ([]byte, error)
func (*NullableListMerchantResponse) Set ¶
func (v *NullableListMerchantResponse) Set(val *ListMerchantResponse)
func (*NullableListMerchantResponse) UnmarshalJSON ¶
func (v *NullableListMerchantResponse) UnmarshalJSON(src []byte) error
func (*NullableListMerchantResponse) Unset ¶
func (v *NullableListMerchantResponse) Unset()
type NullableListMerchantUsersResponse ¶
type NullableListMerchantUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListMerchantUsersResponse ¶
func NewNullableListMerchantUsersResponse(val *ListMerchantUsersResponse) *NullableListMerchantUsersResponse
func (NullableListMerchantUsersResponse) Get ¶
func (v NullableListMerchantUsersResponse) Get() *ListMerchantUsersResponse
func (NullableListMerchantUsersResponse) IsSet ¶
func (v NullableListMerchantUsersResponse) IsSet() bool
func (NullableListMerchantUsersResponse) MarshalJSON ¶
func (v NullableListMerchantUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListMerchantUsersResponse) Set ¶
func (v *NullableListMerchantUsersResponse) Set(val *ListMerchantUsersResponse)
func (*NullableListMerchantUsersResponse) UnmarshalJSON ¶
func (v *NullableListMerchantUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListMerchantUsersResponse) Unset ¶
func (v *NullableListMerchantUsersResponse) Unset()
type NullableListStoresResponse ¶
type NullableListStoresResponse struct {
// contains filtered or unexported fields
}
func NewNullableListStoresResponse ¶
func NewNullableListStoresResponse(val *ListStoresResponse) *NullableListStoresResponse
func (NullableListStoresResponse) Get ¶
func (v NullableListStoresResponse) Get() *ListStoresResponse
func (NullableListStoresResponse) IsSet ¶
func (v NullableListStoresResponse) IsSet() bool
func (NullableListStoresResponse) MarshalJSON ¶
func (v NullableListStoresResponse) MarshalJSON() ([]byte, error)
func (*NullableListStoresResponse) Set ¶
func (v *NullableListStoresResponse) Set(val *ListStoresResponse)
func (*NullableListStoresResponse) UnmarshalJSON ¶
func (v *NullableListStoresResponse) UnmarshalJSON(src []byte) error
func (*NullableListStoresResponse) Unset ¶
func (v *NullableListStoresResponse) Unset()
type NullableListTerminalsResponse ¶
type NullableListTerminalsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListTerminalsResponse ¶
func NewNullableListTerminalsResponse(val *ListTerminalsResponse) *NullableListTerminalsResponse
func (NullableListTerminalsResponse) Get ¶
func (v NullableListTerminalsResponse) Get() *ListTerminalsResponse
func (NullableListTerminalsResponse) IsSet ¶
func (v NullableListTerminalsResponse) IsSet() bool
func (NullableListTerminalsResponse) MarshalJSON ¶
func (v NullableListTerminalsResponse) MarshalJSON() ([]byte, error)
func (*NullableListTerminalsResponse) Set ¶
func (v *NullableListTerminalsResponse) Set(val *ListTerminalsResponse)
func (*NullableListTerminalsResponse) UnmarshalJSON ¶
func (v *NullableListTerminalsResponse) UnmarshalJSON(src []byte) error
func (*NullableListTerminalsResponse) Unset ¶
func (v *NullableListTerminalsResponse) Unset()
type NullableListWebhooksResponse ¶
type NullableListWebhooksResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWebhooksResponse ¶
func NewNullableListWebhooksResponse(val *ListWebhooksResponse) *NullableListWebhooksResponse
func (NullableListWebhooksResponse) Get ¶
func (v NullableListWebhooksResponse) Get() *ListWebhooksResponse
func (NullableListWebhooksResponse) IsSet ¶
func (v NullableListWebhooksResponse) IsSet() bool
func (NullableListWebhooksResponse) MarshalJSON ¶
func (v NullableListWebhooksResponse) MarshalJSON() ([]byte, error)
func (*NullableListWebhooksResponse) Set ¶
func (v *NullableListWebhooksResponse) Set(val *ListWebhooksResponse)
func (*NullableListWebhooksResponse) UnmarshalJSON ¶
func (v *NullableListWebhooksResponse) UnmarshalJSON(src []byte) error
func (*NullableListWebhooksResponse) Unset ¶
func (v *NullableListWebhooksResponse) Unset()
type NullableLocalization ¶
type NullableLocalization struct {
// contains filtered or unexported fields
}
func NewNullableLocalization ¶
func NewNullableLocalization(val *Localization) *NullableLocalization
func (NullableLocalization) Get ¶
func (v NullableLocalization) Get() *Localization
func (NullableLocalization) IsSet ¶
func (v NullableLocalization) IsSet() bool
func (NullableLocalization) MarshalJSON ¶
func (v NullableLocalization) MarshalJSON() ([]byte, error)
func (*NullableLocalization) Set ¶
func (v *NullableLocalization) Set(val *Localization)
func (*NullableLocalization) UnmarshalJSON ¶
func (v *NullableLocalization) UnmarshalJSON(src []byte) error
func (*NullableLocalization) Unset ¶
func (v *NullableLocalization) Unset()
type NullableLogo ¶
type NullableLogo struct {
// contains filtered or unexported fields
}
func NewNullableLogo ¶
func NewNullableLogo(val *Logo) *NullableLogo
func (NullableLogo) Get ¶
func (v NullableLogo) Get() *Logo
func (NullableLogo) IsSet ¶
func (v NullableLogo) IsSet() bool
func (NullableLogo) MarshalJSON ¶
func (v NullableLogo) MarshalJSON() ([]byte, error)
func (*NullableLogo) Set ¶
func (v *NullableLogo) Set(val *Logo)
func (*NullableLogo) UnmarshalJSON ¶
func (v *NullableLogo) UnmarshalJSON(src []byte) error
func (*NullableLogo) Unset ¶
func (v *NullableLogo) Unset()
type NullableMeApiCredential ¶
type NullableMeApiCredential struct {
// contains filtered or unexported fields
}
func NewNullableMeApiCredential ¶
func NewNullableMeApiCredential(val *MeApiCredential) *NullableMeApiCredential
func (NullableMeApiCredential) Get ¶
func (v NullableMeApiCredential) Get() *MeApiCredential
func (NullableMeApiCredential) IsSet ¶
func (v NullableMeApiCredential) IsSet() bool
func (NullableMeApiCredential) MarshalJSON ¶
func (v NullableMeApiCredential) MarshalJSON() ([]byte, error)
func (*NullableMeApiCredential) Set ¶
func (v *NullableMeApiCredential) Set(val *MeApiCredential)
func (*NullableMeApiCredential) UnmarshalJSON ¶
func (v *NullableMeApiCredential) UnmarshalJSON(src []byte) error
func (*NullableMeApiCredential) Unset ¶
func (v *NullableMeApiCredential) Unset()
type NullableMealVoucherFRInfo ¶
type NullableMealVoucherFRInfo struct {
// contains filtered or unexported fields
}
func NewNullableMealVoucherFRInfo ¶
func NewNullableMealVoucherFRInfo(val *MealVoucherFRInfo) *NullableMealVoucherFRInfo
func (NullableMealVoucherFRInfo) Get ¶
func (v NullableMealVoucherFRInfo) Get() *MealVoucherFRInfo
func (NullableMealVoucherFRInfo) IsSet ¶
func (v NullableMealVoucherFRInfo) IsSet() bool
func (NullableMealVoucherFRInfo) MarshalJSON ¶
func (v NullableMealVoucherFRInfo) MarshalJSON() ([]byte, error)
func (*NullableMealVoucherFRInfo) Set ¶
func (v *NullableMealVoucherFRInfo) Set(val *MealVoucherFRInfo)
func (*NullableMealVoucherFRInfo) UnmarshalJSON ¶
func (v *NullableMealVoucherFRInfo) UnmarshalJSON(src []byte) error
func (*NullableMealVoucherFRInfo) Unset ¶
func (v *NullableMealVoucherFRInfo) Unset()
type NullableMerchant ¶
type NullableMerchant struct {
// contains filtered or unexported fields
}
func NewNullableMerchant ¶
func NewNullableMerchant(val *Merchant) *NullableMerchant
func (NullableMerchant) Get ¶
func (v NullableMerchant) Get() *Merchant
func (NullableMerchant) IsSet ¶
func (v NullableMerchant) IsSet() bool
func (NullableMerchant) MarshalJSON ¶
func (v NullableMerchant) MarshalJSON() ([]byte, error)
func (*NullableMerchant) Set ¶
func (v *NullableMerchant) Set(val *Merchant)
func (*NullableMerchant) UnmarshalJSON ¶
func (v *NullableMerchant) UnmarshalJSON(src []byte) error
func (*NullableMerchant) Unset ¶
func (v *NullableMerchant) Unset()
type NullableMerchantLinks ¶
type NullableMerchantLinks struct {
// contains filtered or unexported fields
}
func NewNullableMerchantLinks ¶
func NewNullableMerchantLinks(val *MerchantLinks) *NullableMerchantLinks
func (NullableMerchantLinks) Get ¶
func (v NullableMerchantLinks) Get() *MerchantLinks
func (NullableMerchantLinks) IsSet ¶
func (v NullableMerchantLinks) IsSet() bool
func (NullableMerchantLinks) MarshalJSON ¶
func (v NullableMerchantLinks) MarshalJSON() ([]byte, error)
func (*NullableMerchantLinks) Set ¶
func (v *NullableMerchantLinks) Set(val *MerchantLinks)
func (*NullableMerchantLinks) UnmarshalJSON ¶
func (v *NullableMerchantLinks) UnmarshalJSON(src []byte) error
func (*NullableMerchantLinks) Unset ¶
func (v *NullableMerchantLinks) Unset()
type NullableMinorUnitsMonetaryValue ¶
type NullableMinorUnitsMonetaryValue struct {
// contains filtered or unexported fields
}
func NewNullableMinorUnitsMonetaryValue ¶
func NewNullableMinorUnitsMonetaryValue(val *MinorUnitsMonetaryValue) *NullableMinorUnitsMonetaryValue
func (NullableMinorUnitsMonetaryValue) Get ¶
func (v NullableMinorUnitsMonetaryValue) Get() *MinorUnitsMonetaryValue
func (NullableMinorUnitsMonetaryValue) IsSet ¶
func (v NullableMinorUnitsMonetaryValue) IsSet() bool
func (NullableMinorUnitsMonetaryValue) MarshalJSON ¶
func (v NullableMinorUnitsMonetaryValue) MarshalJSON() ([]byte, error)
func (*NullableMinorUnitsMonetaryValue) Set ¶
func (v *NullableMinorUnitsMonetaryValue) Set(val *MinorUnitsMonetaryValue)
func (*NullableMinorUnitsMonetaryValue) UnmarshalJSON ¶
func (v *NullableMinorUnitsMonetaryValue) UnmarshalJSON(src []byte) error
func (*NullableMinorUnitsMonetaryValue) Unset ¶
func (v *NullableMinorUnitsMonetaryValue) Unset()
type NullableName ¶
type NullableName struct {
// contains filtered or unexported fields
}
func NewNullableName ¶
func NewNullableName(val *Name) *NullableName
func (NullableName) Get ¶
func (v NullableName) Get() *Name
func (NullableName) IsSet ¶
func (v NullableName) IsSet() bool
func (NullableName) MarshalJSON ¶
func (v NullableName) MarshalJSON() ([]byte, error)
func (*NullableName) Set ¶
func (v *NullableName) Set(val *Name)
func (*NullableName) UnmarshalJSON ¶
func (v *NullableName) UnmarshalJSON(src []byte) error
func (*NullableName) Unset ¶
func (v *NullableName) Unset()
type NullableName2 ¶
type NullableName2 struct {
// contains filtered or unexported fields
}
func NewNullableName2 ¶
func NewNullableName2(val *Name2) *NullableName2
func (NullableName2) Get ¶
func (v NullableName2) Get() *Name2
func (NullableName2) IsSet ¶
func (v NullableName2) IsSet() bool
func (NullableName2) MarshalJSON ¶
func (v NullableName2) MarshalJSON() ([]byte, error)
func (*NullableName2) Set ¶
func (v *NullableName2) Set(val *Name2)
func (*NullableName2) UnmarshalJSON ¶
func (v *NullableName2) UnmarshalJSON(src []byte) error
func (*NullableName2) Unset ¶
func (v *NullableName2) Unset()
type NullableNexo ¶
type NullableNexo struct {
// contains filtered or unexported fields
}
func NewNullableNexo ¶
func NewNullableNexo(val *Nexo) *NullableNexo
func (NullableNexo) Get ¶
func (v NullableNexo) Get() *Nexo
func (NullableNexo) IsSet ¶
func (v NullableNexo) IsSet() bool
func (NullableNexo) MarshalJSON ¶
func (v NullableNexo) MarshalJSON() ([]byte, error)
func (*NullableNexo) Set ¶
func (v *NullableNexo) Set(val *Nexo)
func (*NullableNexo) UnmarshalJSON ¶
func (v *NullableNexo) UnmarshalJSON(src []byte) error
func (*NullableNexo) Unset ¶
func (v *NullableNexo) Unset()
type NullableNotification ¶
type NullableNotification struct {
// contains filtered or unexported fields
}
func NewNullableNotification ¶
func NewNullableNotification(val *Notification) *NullableNotification
func (NullableNotification) Get ¶
func (v NullableNotification) Get() *Notification
func (NullableNotification) IsSet ¶
func (v NullableNotification) IsSet() bool
func (NullableNotification) MarshalJSON ¶
func (v NullableNotification) MarshalJSON() ([]byte, error)
func (*NullableNotification) Set ¶
func (v *NullableNotification) Set(val *Notification)
func (*NullableNotification) UnmarshalJSON ¶
func (v *NullableNotification) UnmarshalJSON(src []byte) error
func (*NullableNotification) Unset ¶
func (v *NullableNotification) Unset()
type NullableNotificationUrl ¶
type NullableNotificationUrl struct {
// contains filtered or unexported fields
}
func NewNullableNotificationUrl ¶
func NewNullableNotificationUrl(val *NotificationUrl) *NullableNotificationUrl
func (NullableNotificationUrl) Get ¶
func (v NullableNotificationUrl) Get() *NotificationUrl
func (NullableNotificationUrl) IsSet ¶
func (v NullableNotificationUrl) IsSet() bool
func (NullableNotificationUrl) MarshalJSON ¶
func (v NullableNotificationUrl) MarshalJSON() ([]byte, error)
func (*NullableNotificationUrl) Set ¶
func (v *NullableNotificationUrl) Set(val *NotificationUrl)
func (*NullableNotificationUrl) UnmarshalJSON ¶
func (v *NullableNotificationUrl) UnmarshalJSON(src []byte) error
func (*NullableNotificationUrl) Unset ¶
func (v *NullableNotificationUrl) Unset()
type NullableOfflineProcessing ¶
type NullableOfflineProcessing struct {
// contains filtered or unexported fields
}
func NewNullableOfflineProcessing ¶
func NewNullableOfflineProcessing(val *OfflineProcessing) *NullableOfflineProcessing
func (NullableOfflineProcessing) Get ¶
func (v NullableOfflineProcessing) Get() *OfflineProcessing
func (NullableOfflineProcessing) IsSet ¶
func (v NullableOfflineProcessing) IsSet() bool
func (NullableOfflineProcessing) MarshalJSON ¶
func (v NullableOfflineProcessing) MarshalJSON() ([]byte, error)
func (*NullableOfflineProcessing) Set ¶
func (v *NullableOfflineProcessing) Set(val *OfflineProcessing)
func (*NullableOfflineProcessing) UnmarshalJSON ¶
func (v *NullableOfflineProcessing) UnmarshalJSON(src []byte) error
func (*NullableOfflineProcessing) Unset ¶
func (v *NullableOfflineProcessing) Unset()
type NullableOpi ¶
type NullableOpi struct {
// contains filtered or unexported fields
}
func NewNullableOpi ¶
func NewNullableOpi(val *Opi) *NullableOpi
func (NullableOpi) Get ¶
func (v NullableOpi) Get() *Opi
func (NullableOpi) IsSet ¶
func (v NullableOpi) IsSet() bool
func (NullableOpi) MarshalJSON ¶
func (v NullableOpi) MarshalJSON() ([]byte, error)
func (*NullableOpi) Set ¶
func (v *NullableOpi) Set(val *Opi)
func (*NullableOpi) UnmarshalJSON ¶
func (v *NullableOpi) UnmarshalJSON(src []byte) error
func (*NullableOpi) Unset ¶
func (v *NullableOpi) Unset()
type NullableOrderItem ¶
type NullableOrderItem struct {
// contains filtered or unexported fields
}
func NewNullableOrderItem ¶
func NewNullableOrderItem(val *OrderItem) *NullableOrderItem
func (NullableOrderItem) Get ¶
func (v NullableOrderItem) Get() *OrderItem
func (NullableOrderItem) IsSet ¶
func (v NullableOrderItem) IsSet() bool
func (NullableOrderItem) MarshalJSON ¶
func (v NullableOrderItem) MarshalJSON() ([]byte, error)
func (*NullableOrderItem) Set ¶
func (v *NullableOrderItem) Set(val *OrderItem)
func (*NullableOrderItem) UnmarshalJSON ¶
func (v *NullableOrderItem) UnmarshalJSON(src []byte) error
func (*NullableOrderItem) Unset ¶
func (v *NullableOrderItem) Unset()
type NullablePaginationLinks ¶
type NullablePaginationLinks struct {
// contains filtered or unexported fields
}
func NewNullablePaginationLinks ¶
func NewNullablePaginationLinks(val *PaginationLinks) *NullablePaginationLinks
func (NullablePaginationLinks) Get ¶
func (v NullablePaginationLinks) Get() *PaginationLinks
func (NullablePaginationLinks) IsSet ¶
func (v NullablePaginationLinks) IsSet() bool
func (NullablePaginationLinks) MarshalJSON ¶
func (v NullablePaginationLinks) MarshalJSON() ([]byte, error)
func (*NullablePaginationLinks) Set ¶
func (v *NullablePaginationLinks) Set(val *PaginationLinks)
func (*NullablePaginationLinks) UnmarshalJSON ¶
func (v *NullablePaginationLinks) UnmarshalJSON(src []byte) error
func (*NullablePaginationLinks) Unset ¶
func (v *NullablePaginationLinks) Unset()
type NullablePasscodes ¶
type NullablePasscodes struct {
// contains filtered or unexported fields
}
func NewNullablePasscodes ¶
func NewNullablePasscodes(val *Passcodes) *NullablePasscodes
func (NullablePasscodes) Get ¶
func (v NullablePasscodes) Get() *Passcodes
func (NullablePasscodes) IsSet ¶
func (v NullablePasscodes) IsSet() bool
func (NullablePasscodes) MarshalJSON ¶
func (v NullablePasscodes) MarshalJSON() ([]byte, error)
func (*NullablePasscodes) Set ¶
func (v *NullablePasscodes) Set(val *Passcodes)
func (*NullablePasscodes) UnmarshalJSON ¶
func (v *NullablePasscodes) UnmarshalJSON(src []byte) error
func (*NullablePasscodes) Unset ¶
func (v *NullablePasscodes) Unset()
type NullablePayAtTable ¶
type NullablePayAtTable struct {
// contains filtered or unexported fields
}
func NewNullablePayAtTable ¶
func NewNullablePayAtTable(val *PayAtTable) *NullablePayAtTable
func (NullablePayAtTable) Get ¶
func (v NullablePayAtTable) Get() *PayAtTable
func (NullablePayAtTable) IsSet ¶
func (v NullablePayAtTable) IsSet() bool
func (NullablePayAtTable) MarshalJSON ¶
func (v NullablePayAtTable) MarshalJSON() ([]byte, error)
func (*NullablePayAtTable) Set ¶
func (v *NullablePayAtTable) Set(val *PayAtTable)
func (*NullablePayAtTable) UnmarshalJSON ¶
func (v *NullablePayAtTable) UnmarshalJSON(src []byte) error
func (*NullablePayAtTable) Unset ¶
func (v *NullablePayAtTable) Unset()
type NullablePayPalInfo ¶
type NullablePayPalInfo struct {
// contains filtered or unexported fields
}
func NewNullablePayPalInfo ¶
func NewNullablePayPalInfo(val *PayPalInfo) *NullablePayPalInfo
func (NullablePayPalInfo) Get ¶
func (v NullablePayPalInfo) Get() *PayPalInfo
func (NullablePayPalInfo) IsSet ¶
func (v NullablePayPalInfo) IsSet() bool
func (NullablePayPalInfo) MarshalJSON ¶
func (v NullablePayPalInfo) MarshalJSON() ([]byte, error)
func (*NullablePayPalInfo) Set ¶
func (v *NullablePayPalInfo) Set(val *PayPalInfo)
func (*NullablePayPalInfo) UnmarshalJSON ¶
func (v *NullablePayPalInfo) UnmarshalJSON(src []byte) error
func (*NullablePayPalInfo) Unset ¶
func (v *NullablePayPalInfo) Unset()
type NullablePayment ¶
type NullablePayment struct {
// contains filtered or unexported fields
}
func NewNullablePayment ¶
func NewNullablePayment(val *Payment) *NullablePayment
func (NullablePayment) Get ¶
func (v NullablePayment) Get() *Payment
func (NullablePayment) IsSet ¶
func (v NullablePayment) IsSet() bool
func (NullablePayment) MarshalJSON ¶
func (v NullablePayment) MarshalJSON() ([]byte, error)
func (*NullablePayment) Set ¶
func (v *NullablePayment) Set(val *Payment)
func (*NullablePayment) UnmarshalJSON ¶
func (v *NullablePayment) UnmarshalJSON(src []byte) error
func (*NullablePayment) Unset ¶
func (v *NullablePayment) Unset()
type NullablePaymentMethod ¶
type NullablePaymentMethod struct {
// contains filtered or unexported fields
}
func NewNullablePaymentMethod ¶
func NewNullablePaymentMethod(val *PaymentMethod) *NullablePaymentMethod
func (NullablePaymentMethod) Get ¶
func (v NullablePaymentMethod) Get() *PaymentMethod
func (NullablePaymentMethod) IsSet ¶
func (v NullablePaymentMethod) IsSet() bool
func (NullablePaymentMethod) MarshalJSON ¶
func (v NullablePaymentMethod) MarshalJSON() ([]byte, error)
func (*NullablePaymentMethod) Set ¶
func (v *NullablePaymentMethod) Set(val *PaymentMethod)
func (*NullablePaymentMethod) UnmarshalJSON ¶
func (v *NullablePaymentMethod) UnmarshalJSON(src []byte) error
func (*NullablePaymentMethod) Unset ¶
func (v *NullablePaymentMethod) Unset()
type NullablePaymentMethodResponse ¶
type NullablePaymentMethodResponse struct {
// contains filtered or unexported fields
}
func NewNullablePaymentMethodResponse ¶
func NewNullablePaymentMethodResponse(val *PaymentMethodResponse) *NullablePaymentMethodResponse
func (NullablePaymentMethodResponse) Get ¶
func (v NullablePaymentMethodResponse) Get() *PaymentMethodResponse
func (NullablePaymentMethodResponse) IsSet ¶
func (v NullablePaymentMethodResponse) IsSet() bool
func (NullablePaymentMethodResponse) MarshalJSON ¶
func (v NullablePaymentMethodResponse) MarshalJSON() ([]byte, error)
func (*NullablePaymentMethodResponse) Set ¶
func (v *NullablePaymentMethodResponse) Set(val *PaymentMethodResponse)
func (*NullablePaymentMethodResponse) UnmarshalJSON ¶
func (v *NullablePaymentMethodResponse) UnmarshalJSON(src []byte) error
func (*NullablePaymentMethodResponse) Unset ¶
func (v *NullablePaymentMethodResponse) Unset()
type NullablePaymentMethodSetupInfo ¶
type NullablePaymentMethodSetupInfo struct {
// contains filtered or unexported fields
}
func NewNullablePaymentMethodSetupInfo ¶
func NewNullablePaymentMethodSetupInfo(val *PaymentMethodSetupInfo) *NullablePaymentMethodSetupInfo
func (NullablePaymentMethodSetupInfo) Get ¶
func (v NullablePaymentMethodSetupInfo) Get() *PaymentMethodSetupInfo
func (NullablePaymentMethodSetupInfo) IsSet ¶
func (v NullablePaymentMethodSetupInfo) IsSet() bool
func (NullablePaymentMethodSetupInfo) MarshalJSON ¶
func (v NullablePaymentMethodSetupInfo) MarshalJSON() ([]byte, error)
func (*NullablePaymentMethodSetupInfo) Set ¶
func (v *NullablePaymentMethodSetupInfo) Set(val *PaymentMethodSetupInfo)
func (*NullablePaymentMethodSetupInfo) UnmarshalJSON ¶
func (v *NullablePaymentMethodSetupInfo) UnmarshalJSON(src []byte) error
func (*NullablePaymentMethodSetupInfo) Unset ¶
func (v *NullablePaymentMethodSetupInfo) Unset()
type NullablePayoutSettings ¶
type NullablePayoutSettings struct {
// contains filtered or unexported fields
}
func NewNullablePayoutSettings ¶
func NewNullablePayoutSettings(val *PayoutSettings) *NullablePayoutSettings
func (NullablePayoutSettings) Get ¶
func (v NullablePayoutSettings) Get() *PayoutSettings
func (NullablePayoutSettings) IsSet ¶
func (v NullablePayoutSettings) IsSet() bool
func (NullablePayoutSettings) MarshalJSON ¶
func (v NullablePayoutSettings) MarshalJSON() ([]byte, error)
func (*NullablePayoutSettings) Set ¶
func (v *NullablePayoutSettings) Set(val *PayoutSettings)
func (*NullablePayoutSettings) UnmarshalJSON ¶
func (v *NullablePayoutSettings) UnmarshalJSON(src []byte) error
func (*NullablePayoutSettings) Unset ¶
func (v *NullablePayoutSettings) Unset()
type NullablePayoutSettingsRequest ¶
type NullablePayoutSettingsRequest struct {
// contains filtered or unexported fields
}
func NewNullablePayoutSettingsRequest ¶
func NewNullablePayoutSettingsRequest(val *PayoutSettingsRequest) *NullablePayoutSettingsRequest
func (NullablePayoutSettingsRequest) Get ¶
func (v NullablePayoutSettingsRequest) Get() *PayoutSettingsRequest
func (NullablePayoutSettingsRequest) IsSet ¶
func (v NullablePayoutSettingsRequest) IsSet() bool
func (NullablePayoutSettingsRequest) MarshalJSON ¶
func (v NullablePayoutSettingsRequest) MarshalJSON() ([]byte, error)
func (*NullablePayoutSettingsRequest) Set ¶
func (v *NullablePayoutSettingsRequest) Set(val *PayoutSettingsRequest)
func (*NullablePayoutSettingsRequest) UnmarshalJSON ¶
func (v *NullablePayoutSettingsRequest) UnmarshalJSON(src []byte) error
func (*NullablePayoutSettingsRequest) Unset ¶
func (v *NullablePayoutSettingsRequest) Unset()
type NullablePayoutSettingsResponse ¶
type NullablePayoutSettingsResponse struct {
// contains filtered or unexported fields
}
func NewNullablePayoutSettingsResponse ¶
func NewNullablePayoutSettingsResponse(val *PayoutSettingsResponse) *NullablePayoutSettingsResponse
func (NullablePayoutSettingsResponse) Get ¶
func (v NullablePayoutSettingsResponse) Get() *PayoutSettingsResponse
func (NullablePayoutSettingsResponse) IsSet ¶
func (v NullablePayoutSettingsResponse) IsSet() bool
func (NullablePayoutSettingsResponse) MarshalJSON ¶
func (v NullablePayoutSettingsResponse) MarshalJSON() ([]byte, error)
func (*NullablePayoutSettingsResponse) Set ¶
func (v *NullablePayoutSettingsResponse) Set(val *PayoutSettingsResponse)
func (*NullablePayoutSettingsResponse) UnmarshalJSON ¶
func (v *NullablePayoutSettingsResponse) UnmarshalJSON(src []byte) error
func (*NullablePayoutSettingsResponse) Unset ¶
func (v *NullablePayoutSettingsResponse) Unset()
type NullableProfile ¶
type NullableProfile struct {
// contains filtered or unexported fields
}
func NewNullableProfile ¶
func NewNullableProfile(val *Profile) *NullableProfile
func (NullableProfile) Get ¶
func (v NullableProfile) Get() *Profile
func (NullableProfile) IsSet ¶
func (v NullableProfile) IsSet() bool
func (NullableProfile) MarshalJSON ¶
func (v NullableProfile) MarshalJSON() ([]byte, error)
func (*NullableProfile) Set ¶
func (v *NullableProfile) Set(val *Profile)
func (*NullableProfile) UnmarshalJSON ¶
func (v *NullableProfile) UnmarshalJSON(src []byte) error
func (*NullableProfile) Unset ¶
func (v *NullableProfile) Unset()
type NullableReceiptOptions ¶
type NullableReceiptOptions struct {
// contains filtered or unexported fields
}
func NewNullableReceiptOptions ¶
func NewNullableReceiptOptions(val *ReceiptOptions) *NullableReceiptOptions
func (NullableReceiptOptions) Get ¶
func (v NullableReceiptOptions) Get() *ReceiptOptions
func (NullableReceiptOptions) IsSet ¶
func (v NullableReceiptOptions) IsSet() bool
func (NullableReceiptOptions) MarshalJSON ¶
func (v NullableReceiptOptions) MarshalJSON() ([]byte, error)
func (*NullableReceiptOptions) Set ¶
func (v *NullableReceiptOptions) Set(val *ReceiptOptions)
func (*NullableReceiptOptions) UnmarshalJSON ¶
func (v *NullableReceiptOptions) UnmarshalJSON(src []byte) error
func (*NullableReceiptOptions) Unset ¶
func (v *NullableReceiptOptions) Unset()
type NullableReceiptPrinting ¶
type NullableReceiptPrinting struct {
// contains filtered or unexported fields
}
func NewNullableReceiptPrinting ¶
func NewNullableReceiptPrinting(val *ReceiptPrinting) *NullableReceiptPrinting
func (NullableReceiptPrinting) Get ¶
func (v NullableReceiptPrinting) Get() *ReceiptPrinting
func (NullableReceiptPrinting) IsSet ¶
func (v NullableReceiptPrinting) IsSet() bool
func (NullableReceiptPrinting) MarshalJSON ¶
func (v NullableReceiptPrinting) MarshalJSON() ([]byte, error)
func (*NullableReceiptPrinting) Set ¶
func (v *NullableReceiptPrinting) Set(val *ReceiptPrinting)
func (*NullableReceiptPrinting) UnmarshalJSON ¶
func (v *NullableReceiptPrinting) UnmarshalJSON(src []byte) error
func (*NullableReceiptPrinting) Unset ¶
func (v *NullableReceiptPrinting) Unset()
type NullableReleaseUpdateDetails ¶
type NullableReleaseUpdateDetails struct {
// contains filtered or unexported fields
}
func NewNullableReleaseUpdateDetails ¶
func NewNullableReleaseUpdateDetails(val *ReleaseUpdateDetails) *NullableReleaseUpdateDetails
func (NullableReleaseUpdateDetails) Get ¶
func (v NullableReleaseUpdateDetails) Get() *ReleaseUpdateDetails
func (NullableReleaseUpdateDetails) IsSet ¶
func (v NullableReleaseUpdateDetails) IsSet() bool
func (NullableReleaseUpdateDetails) MarshalJSON ¶
func (v NullableReleaseUpdateDetails) MarshalJSON() ([]byte, error)
func (*NullableReleaseUpdateDetails) Set ¶
func (v *NullableReleaseUpdateDetails) Set(val *ReleaseUpdateDetails)
func (*NullableReleaseUpdateDetails) UnmarshalJSON ¶
func (v *NullableReleaseUpdateDetails) UnmarshalJSON(src []byte) error
func (*NullableReleaseUpdateDetails) Unset ¶
func (v *NullableReleaseUpdateDetails) Unset()
type NullableRequestActivationResponse ¶
type NullableRequestActivationResponse struct {
// contains filtered or unexported fields
}
func NewNullableRequestActivationResponse ¶
func NewNullableRequestActivationResponse(val *RequestActivationResponse) *NullableRequestActivationResponse
func (NullableRequestActivationResponse) Get ¶
func (v NullableRequestActivationResponse) Get() *RequestActivationResponse
func (NullableRequestActivationResponse) IsSet ¶
func (v NullableRequestActivationResponse) IsSet() bool
func (NullableRequestActivationResponse) MarshalJSON ¶
func (v NullableRequestActivationResponse) MarshalJSON() ([]byte, error)
func (*NullableRequestActivationResponse) Set ¶
func (v *NullableRequestActivationResponse) Set(val *RequestActivationResponse)
func (*NullableRequestActivationResponse) UnmarshalJSON ¶
func (v *NullableRequestActivationResponse) UnmarshalJSON(src []byte) error
func (*NullableRequestActivationResponse) Unset ¶
func (v *NullableRequestActivationResponse) Unset()
type NullableRestServiceError ¶
type NullableRestServiceError struct {
// contains filtered or unexported fields
}
func NewNullableRestServiceError ¶
func NewNullableRestServiceError(val *RestServiceError) *NullableRestServiceError
func (NullableRestServiceError) Get ¶
func (v NullableRestServiceError) Get() *RestServiceError
func (NullableRestServiceError) IsSet ¶
func (v NullableRestServiceError) IsSet() bool
func (NullableRestServiceError) MarshalJSON ¶
func (v NullableRestServiceError) MarshalJSON() ([]byte, error)
func (*NullableRestServiceError) Set ¶
func (v *NullableRestServiceError) Set(val *RestServiceError)
func (*NullableRestServiceError) UnmarshalJSON ¶
func (v *NullableRestServiceError) UnmarshalJSON(src []byte) error
func (*NullableRestServiceError) Unset ¶
func (v *NullableRestServiceError) Unset()
type NullableScheduleTerminalActionsRequest ¶
type NullableScheduleTerminalActionsRequest struct {
// contains filtered or unexported fields
}
func NewNullableScheduleTerminalActionsRequest ¶
func NewNullableScheduleTerminalActionsRequest(val *ScheduleTerminalActionsRequest) *NullableScheduleTerminalActionsRequest
func (NullableScheduleTerminalActionsRequest) Get ¶
func (v NullableScheduleTerminalActionsRequest) Get() *ScheduleTerminalActionsRequest
func (NullableScheduleTerminalActionsRequest) IsSet ¶
func (v NullableScheduleTerminalActionsRequest) IsSet() bool
func (NullableScheduleTerminalActionsRequest) MarshalJSON ¶
func (v NullableScheduleTerminalActionsRequest) MarshalJSON() ([]byte, error)
func (*NullableScheduleTerminalActionsRequest) Set ¶
func (v *NullableScheduleTerminalActionsRequest) Set(val *ScheduleTerminalActionsRequest)
func (*NullableScheduleTerminalActionsRequest) UnmarshalJSON ¶
func (v *NullableScheduleTerminalActionsRequest) UnmarshalJSON(src []byte) error
func (*NullableScheduleTerminalActionsRequest) Unset ¶
func (v *NullableScheduleTerminalActionsRequest) Unset()
type NullableScheduleTerminalActionsRequestActionDetails ¶
type NullableScheduleTerminalActionsRequestActionDetails struct {
// contains filtered or unexported fields
}
func NewNullableScheduleTerminalActionsRequestActionDetails ¶
func NewNullableScheduleTerminalActionsRequestActionDetails(val *ScheduleTerminalActionsRequestActionDetails) *NullableScheduleTerminalActionsRequestActionDetails
func (NullableScheduleTerminalActionsRequestActionDetails) IsSet ¶
func (v NullableScheduleTerminalActionsRequestActionDetails) IsSet() bool
func (NullableScheduleTerminalActionsRequestActionDetails) MarshalJSON ¶
func (v NullableScheduleTerminalActionsRequestActionDetails) MarshalJSON() ([]byte, error)
func (*NullableScheduleTerminalActionsRequestActionDetails) UnmarshalJSON ¶
func (v *NullableScheduleTerminalActionsRequestActionDetails) UnmarshalJSON(src []byte) error
func (*NullableScheduleTerminalActionsRequestActionDetails) Unset ¶
func (v *NullableScheduleTerminalActionsRequestActionDetails) Unset()
type NullableScheduleTerminalActionsResponse ¶
type NullableScheduleTerminalActionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableScheduleTerminalActionsResponse ¶
func NewNullableScheduleTerminalActionsResponse(val *ScheduleTerminalActionsResponse) *NullableScheduleTerminalActionsResponse
func (NullableScheduleTerminalActionsResponse) IsSet ¶
func (v NullableScheduleTerminalActionsResponse) IsSet() bool
func (NullableScheduleTerminalActionsResponse) MarshalJSON ¶
func (v NullableScheduleTerminalActionsResponse) MarshalJSON() ([]byte, error)
func (*NullableScheduleTerminalActionsResponse) Set ¶
func (v *NullableScheduleTerminalActionsResponse) Set(val *ScheduleTerminalActionsResponse)
func (*NullableScheduleTerminalActionsResponse) UnmarshalJSON ¶
func (v *NullableScheduleTerminalActionsResponse) UnmarshalJSON(src []byte) error
func (*NullableScheduleTerminalActionsResponse) Unset ¶
func (v *NullableScheduleTerminalActionsResponse) Unset()
type NullableSettings ¶
type NullableSettings struct {
// contains filtered or unexported fields
}
func NewNullableSettings ¶
func NewNullableSettings(val *Settings) *NullableSettings
func (NullableSettings) Get ¶
func (v NullableSettings) Get() *Settings
func (NullableSettings) IsSet ¶
func (v NullableSettings) IsSet() bool
func (NullableSettings) MarshalJSON ¶
func (v NullableSettings) MarshalJSON() ([]byte, error)
func (*NullableSettings) Set ¶
func (v *NullableSettings) Set(val *Settings)
func (*NullableSettings) UnmarshalJSON ¶
func (v *NullableSettings) UnmarshalJSON(src []byte) error
func (*NullableSettings) Unset ¶
func (v *NullableSettings) Unset()
type NullableShippingLocation ¶
type NullableShippingLocation struct {
// contains filtered or unexported fields
}
func NewNullableShippingLocation ¶
func NewNullableShippingLocation(val *ShippingLocation) *NullableShippingLocation
func (NullableShippingLocation) Get ¶
func (v NullableShippingLocation) Get() *ShippingLocation
func (NullableShippingLocation) IsSet ¶
func (v NullableShippingLocation) IsSet() bool
func (NullableShippingLocation) MarshalJSON ¶
func (v NullableShippingLocation) MarshalJSON() ([]byte, error)
func (*NullableShippingLocation) Set ¶
func (v *NullableShippingLocation) Set(val *ShippingLocation)
func (*NullableShippingLocation) UnmarshalJSON ¶
func (v *NullableShippingLocation) UnmarshalJSON(src []byte) error
func (*NullableShippingLocation) Unset ¶
func (v *NullableShippingLocation) Unset()
type NullableShippingLocationsResponse ¶
type NullableShippingLocationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableShippingLocationsResponse ¶
func NewNullableShippingLocationsResponse(val *ShippingLocationsResponse) *NullableShippingLocationsResponse
func (NullableShippingLocationsResponse) Get ¶
func (v NullableShippingLocationsResponse) Get() *ShippingLocationsResponse
func (NullableShippingLocationsResponse) IsSet ¶
func (v NullableShippingLocationsResponse) IsSet() bool
func (NullableShippingLocationsResponse) MarshalJSON ¶
func (v NullableShippingLocationsResponse) MarshalJSON() ([]byte, error)
func (*NullableShippingLocationsResponse) Set ¶
func (v *NullableShippingLocationsResponse) Set(val *ShippingLocationsResponse)
func (*NullableShippingLocationsResponse) UnmarshalJSON ¶
func (v *NullableShippingLocationsResponse) UnmarshalJSON(src []byte) error
func (*NullableShippingLocationsResponse) Unset ¶
func (v *NullableShippingLocationsResponse) Unset()
type NullableSignature ¶
type NullableSignature struct {
// contains filtered or unexported fields
}
func NewNullableSignature ¶
func NewNullableSignature(val *Signature) *NullableSignature
func (NullableSignature) Get ¶
func (v NullableSignature) Get() *Signature
func (NullableSignature) IsSet ¶
func (v NullableSignature) IsSet() bool
func (NullableSignature) MarshalJSON ¶
func (v NullableSignature) MarshalJSON() ([]byte, error)
func (*NullableSignature) Set ¶
func (v *NullableSignature) Set(val *Signature)
func (*NullableSignature) UnmarshalJSON ¶
func (v *NullableSignature) UnmarshalJSON(src []byte) error
func (*NullableSignature) Unset ¶
func (v *NullableSignature) Unset()
type NullableSofortInfo ¶
type NullableSofortInfo struct {
// contains filtered or unexported fields
}
func NewNullableSofortInfo ¶
func NewNullableSofortInfo(val *SofortInfo) *NullableSofortInfo
func (NullableSofortInfo) Get ¶
func (v NullableSofortInfo) Get() *SofortInfo
func (NullableSofortInfo) IsSet ¶
func (v NullableSofortInfo) IsSet() bool
func (NullableSofortInfo) MarshalJSON ¶
func (v NullableSofortInfo) MarshalJSON() ([]byte, error)
func (*NullableSofortInfo) Set ¶
func (v *NullableSofortInfo) Set(val *SofortInfo)
func (*NullableSofortInfo) UnmarshalJSON ¶
func (v *NullableSofortInfo) UnmarshalJSON(src []byte) error
func (*NullableSofortInfo) Unset ¶
func (v *NullableSofortInfo) Unset()
type NullableSplitConfiguration ¶
type NullableSplitConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableSplitConfiguration ¶
func NewNullableSplitConfiguration(val *SplitConfiguration) *NullableSplitConfiguration
func (NullableSplitConfiguration) Get ¶
func (v NullableSplitConfiguration) Get() *SplitConfiguration
func (NullableSplitConfiguration) IsSet ¶
func (v NullableSplitConfiguration) IsSet() bool
func (NullableSplitConfiguration) MarshalJSON ¶
func (v NullableSplitConfiguration) MarshalJSON() ([]byte, error)
func (*NullableSplitConfiguration) Set ¶
func (v *NullableSplitConfiguration) Set(val *SplitConfiguration)
func (*NullableSplitConfiguration) UnmarshalJSON ¶
func (v *NullableSplitConfiguration) UnmarshalJSON(src []byte) error
func (*NullableSplitConfiguration) Unset ¶
func (v *NullableSplitConfiguration) Unset()
type NullableSplitConfigurationList ¶
type NullableSplitConfigurationList struct {
// contains filtered or unexported fields
}
func NewNullableSplitConfigurationList ¶
func NewNullableSplitConfigurationList(val *SplitConfigurationList) *NullableSplitConfigurationList
func (NullableSplitConfigurationList) Get ¶
func (v NullableSplitConfigurationList) Get() *SplitConfigurationList
func (NullableSplitConfigurationList) IsSet ¶
func (v NullableSplitConfigurationList) IsSet() bool
func (NullableSplitConfigurationList) MarshalJSON ¶
func (v NullableSplitConfigurationList) MarshalJSON() ([]byte, error)
func (*NullableSplitConfigurationList) Set ¶
func (v *NullableSplitConfigurationList) Set(val *SplitConfigurationList)
func (*NullableSplitConfigurationList) UnmarshalJSON ¶
func (v *NullableSplitConfigurationList) UnmarshalJSON(src []byte) error
func (*NullableSplitConfigurationList) Unset ¶
func (v *NullableSplitConfigurationList) Unset()
type NullableSplitConfigurationLogic ¶
type NullableSplitConfigurationLogic struct {
// contains filtered or unexported fields
}
func NewNullableSplitConfigurationLogic ¶
func NewNullableSplitConfigurationLogic(val *SplitConfigurationLogic) *NullableSplitConfigurationLogic
func (NullableSplitConfigurationLogic) Get ¶
func (v NullableSplitConfigurationLogic) Get() *SplitConfigurationLogic
func (NullableSplitConfigurationLogic) IsSet ¶
func (v NullableSplitConfigurationLogic) IsSet() bool
func (NullableSplitConfigurationLogic) MarshalJSON ¶
func (v NullableSplitConfigurationLogic) MarshalJSON() ([]byte, error)
func (*NullableSplitConfigurationLogic) Set ¶
func (v *NullableSplitConfigurationLogic) Set(val *SplitConfigurationLogic)
func (*NullableSplitConfigurationLogic) UnmarshalJSON ¶
func (v *NullableSplitConfigurationLogic) UnmarshalJSON(src []byte) error
func (*NullableSplitConfigurationLogic) Unset ¶
func (v *NullableSplitConfigurationLogic) Unset()
type NullableSplitConfigurationRule ¶
type NullableSplitConfigurationRule struct {
// contains filtered or unexported fields
}
func NewNullableSplitConfigurationRule ¶
func NewNullableSplitConfigurationRule(val *SplitConfigurationRule) *NullableSplitConfigurationRule
func (NullableSplitConfigurationRule) Get ¶
func (v NullableSplitConfigurationRule) Get() *SplitConfigurationRule
func (NullableSplitConfigurationRule) IsSet ¶
func (v NullableSplitConfigurationRule) IsSet() bool
func (NullableSplitConfigurationRule) MarshalJSON ¶
func (v NullableSplitConfigurationRule) MarshalJSON() ([]byte, error)
func (*NullableSplitConfigurationRule) Set ¶
func (v *NullableSplitConfigurationRule) Set(val *SplitConfigurationRule)
func (*NullableSplitConfigurationRule) UnmarshalJSON ¶
func (v *NullableSplitConfigurationRule) UnmarshalJSON(src []byte) error
func (*NullableSplitConfigurationRule) Unset ¶
func (v *NullableSplitConfigurationRule) Unset()
type NullableStandalone ¶
type NullableStandalone struct {
// contains filtered or unexported fields
}
func NewNullableStandalone ¶
func NewNullableStandalone(val *Standalone) *NullableStandalone
func (NullableStandalone) Get ¶
func (v NullableStandalone) Get() *Standalone
func (NullableStandalone) IsSet ¶
func (v NullableStandalone) IsSet() bool
func (NullableStandalone) MarshalJSON ¶
func (v NullableStandalone) MarshalJSON() ([]byte, error)
func (*NullableStandalone) Set ¶
func (v *NullableStandalone) Set(val *Standalone)
func (*NullableStandalone) UnmarshalJSON ¶
func (v *NullableStandalone) UnmarshalJSON(src []byte) error
func (*NullableStandalone) Unset ¶
func (v *NullableStandalone) Unset()
type NullableStore ¶
type NullableStore struct {
// contains filtered or unexported fields
}
func NewNullableStore ¶
func NewNullableStore(val *Store) *NullableStore
func (NullableStore) Get ¶
func (v NullableStore) Get() *Store
func (NullableStore) IsSet ¶
func (v NullableStore) IsSet() bool
func (NullableStore) MarshalJSON ¶
func (v NullableStore) MarshalJSON() ([]byte, error)
func (*NullableStore) Set ¶
func (v *NullableStore) Set(val *Store)
func (*NullableStore) UnmarshalJSON ¶
func (v *NullableStore) UnmarshalJSON(src []byte) error
func (*NullableStore) Unset ¶
func (v *NullableStore) Unset()
type NullableStoreCreationRequest ¶
type NullableStoreCreationRequest struct {
// contains filtered or unexported fields
}
func NewNullableStoreCreationRequest ¶
func NewNullableStoreCreationRequest(val *StoreCreationRequest) *NullableStoreCreationRequest
func (NullableStoreCreationRequest) Get ¶
func (v NullableStoreCreationRequest) Get() *StoreCreationRequest
func (NullableStoreCreationRequest) IsSet ¶
func (v NullableStoreCreationRequest) IsSet() bool
func (NullableStoreCreationRequest) MarshalJSON ¶
func (v NullableStoreCreationRequest) MarshalJSON() ([]byte, error)
func (*NullableStoreCreationRequest) Set ¶
func (v *NullableStoreCreationRequest) Set(val *StoreCreationRequest)
func (*NullableStoreCreationRequest) UnmarshalJSON ¶
func (v *NullableStoreCreationRequest) UnmarshalJSON(src []byte) error
func (*NullableStoreCreationRequest) Unset ¶
func (v *NullableStoreCreationRequest) Unset()
type NullableStoreCreationWithMerchantCodeRequest ¶
type NullableStoreCreationWithMerchantCodeRequest struct {
// contains filtered or unexported fields
}
func NewNullableStoreCreationWithMerchantCodeRequest ¶
func NewNullableStoreCreationWithMerchantCodeRequest(val *StoreCreationWithMerchantCodeRequest) *NullableStoreCreationWithMerchantCodeRequest
func (NullableStoreCreationWithMerchantCodeRequest) IsSet ¶
func (v NullableStoreCreationWithMerchantCodeRequest) IsSet() bool
func (NullableStoreCreationWithMerchantCodeRequest) MarshalJSON ¶
func (v NullableStoreCreationWithMerchantCodeRequest) MarshalJSON() ([]byte, error)
func (*NullableStoreCreationWithMerchantCodeRequest) Set ¶
func (v *NullableStoreCreationWithMerchantCodeRequest) Set(val *StoreCreationWithMerchantCodeRequest)
func (*NullableStoreCreationWithMerchantCodeRequest) UnmarshalJSON ¶
func (v *NullableStoreCreationWithMerchantCodeRequest) UnmarshalJSON(src []byte) error
func (*NullableStoreCreationWithMerchantCodeRequest) Unset ¶
func (v *NullableStoreCreationWithMerchantCodeRequest) Unset()
type NullableStoreLocation ¶
type NullableStoreLocation struct {
// contains filtered or unexported fields
}
func NewNullableStoreLocation ¶
func NewNullableStoreLocation(val *StoreLocation) *NullableStoreLocation
func (NullableStoreLocation) Get ¶
func (v NullableStoreLocation) Get() *StoreLocation
func (NullableStoreLocation) IsSet ¶
func (v NullableStoreLocation) IsSet() bool
func (NullableStoreLocation) MarshalJSON ¶
func (v NullableStoreLocation) MarshalJSON() ([]byte, error)
func (*NullableStoreLocation) Set ¶
func (v *NullableStoreLocation) Set(val *StoreLocation)
func (*NullableStoreLocation) UnmarshalJSON ¶
func (v *NullableStoreLocation) UnmarshalJSON(src []byte) error
func (*NullableStoreLocation) Unset ¶
func (v *NullableStoreLocation) Unset()
type NullableStoreSplitConfiguration ¶
type NullableStoreSplitConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableStoreSplitConfiguration ¶
func NewNullableStoreSplitConfiguration(val *StoreSplitConfiguration) *NullableStoreSplitConfiguration
func (NullableStoreSplitConfiguration) Get ¶
func (v NullableStoreSplitConfiguration) Get() *StoreSplitConfiguration
func (NullableStoreSplitConfiguration) IsSet ¶
func (v NullableStoreSplitConfiguration) IsSet() bool
func (NullableStoreSplitConfiguration) MarshalJSON ¶
func (v NullableStoreSplitConfiguration) MarshalJSON() ([]byte, error)
func (*NullableStoreSplitConfiguration) Set ¶
func (v *NullableStoreSplitConfiguration) Set(val *StoreSplitConfiguration)
func (*NullableStoreSplitConfiguration) UnmarshalJSON ¶
func (v *NullableStoreSplitConfiguration) UnmarshalJSON(src []byte) error
func (*NullableStoreSplitConfiguration) Unset ¶
func (v *NullableStoreSplitConfiguration) Unset()
type NullableSurcharge ¶
type NullableSurcharge struct {
// contains filtered or unexported fields
}
func NewNullableSurcharge ¶
func NewNullableSurcharge(val *Surcharge) *NullableSurcharge
func (NullableSurcharge) Get ¶
func (v NullableSurcharge) Get() *Surcharge
func (NullableSurcharge) IsSet ¶
func (v NullableSurcharge) IsSet() bool
func (NullableSurcharge) MarshalJSON ¶
func (v NullableSurcharge) MarshalJSON() ([]byte, error)
func (*NullableSurcharge) Set ¶
func (v *NullableSurcharge) Set(val *Surcharge)
func (*NullableSurcharge) UnmarshalJSON ¶
func (v *NullableSurcharge) UnmarshalJSON(src []byte) error
func (*NullableSurcharge) Unset ¶
func (v *NullableSurcharge) Unset()
type NullableSwishInfo ¶
type NullableSwishInfo struct {
// contains filtered or unexported fields
}
func NewNullableSwishInfo ¶
func NewNullableSwishInfo(val *SwishInfo) *NullableSwishInfo
func (NullableSwishInfo) Get ¶
func (v NullableSwishInfo) Get() *SwishInfo
func (NullableSwishInfo) IsSet ¶
func (v NullableSwishInfo) IsSet() bool
func (NullableSwishInfo) MarshalJSON ¶
func (v NullableSwishInfo) MarshalJSON() ([]byte, error)
func (*NullableSwishInfo) Set ¶
func (v *NullableSwishInfo) Set(val *SwishInfo)
func (*NullableSwishInfo) UnmarshalJSON ¶
func (v *NullableSwishInfo) UnmarshalJSON(src []byte) error
func (*NullableSwishInfo) Unset ¶
func (v *NullableSwishInfo) Unset()
type NullableTerminal ¶
type NullableTerminal struct {
// contains filtered or unexported fields
}
func NewNullableTerminal ¶
func NewNullableTerminal(val *Terminal) *NullableTerminal
func (NullableTerminal) Get ¶
func (v NullableTerminal) Get() *Terminal
func (NullableTerminal) IsSet ¶
func (v NullableTerminal) IsSet() bool
func (NullableTerminal) MarshalJSON ¶
func (v NullableTerminal) MarshalJSON() ([]byte, error)
func (*NullableTerminal) Set ¶
func (v *NullableTerminal) Set(val *Terminal)
func (*NullableTerminal) UnmarshalJSON ¶
func (v *NullableTerminal) UnmarshalJSON(src []byte) error
func (*NullableTerminal) Unset ¶
func (v *NullableTerminal) Unset()
type NullableTerminalActionScheduleDetail ¶
type NullableTerminalActionScheduleDetail struct {
// contains filtered or unexported fields
}
func NewNullableTerminalActionScheduleDetail ¶
func NewNullableTerminalActionScheduleDetail(val *TerminalActionScheduleDetail) *NullableTerminalActionScheduleDetail
func (NullableTerminalActionScheduleDetail) Get ¶
func (v NullableTerminalActionScheduleDetail) Get() *TerminalActionScheduleDetail
func (NullableTerminalActionScheduleDetail) IsSet ¶
func (v NullableTerminalActionScheduleDetail) IsSet() bool
func (NullableTerminalActionScheduleDetail) MarshalJSON ¶
func (v NullableTerminalActionScheduleDetail) MarshalJSON() ([]byte, error)
func (*NullableTerminalActionScheduleDetail) Set ¶
func (v *NullableTerminalActionScheduleDetail) Set(val *TerminalActionScheduleDetail)
func (*NullableTerminalActionScheduleDetail) UnmarshalJSON ¶
func (v *NullableTerminalActionScheduleDetail) UnmarshalJSON(src []byte) error
func (*NullableTerminalActionScheduleDetail) Unset ¶
func (v *NullableTerminalActionScheduleDetail) Unset()
type NullableTerminalAssignment ¶
type NullableTerminalAssignment struct {
// contains filtered or unexported fields
}
func NewNullableTerminalAssignment ¶
func NewNullableTerminalAssignment(val *TerminalAssignment) *NullableTerminalAssignment
func (NullableTerminalAssignment) Get ¶
func (v NullableTerminalAssignment) Get() *TerminalAssignment
func (NullableTerminalAssignment) IsSet ¶
func (v NullableTerminalAssignment) IsSet() bool
func (NullableTerminalAssignment) MarshalJSON ¶
func (v NullableTerminalAssignment) MarshalJSON() ([]byte, error)
func (*NullableTerminalAssignment) Set ¶
func (v *NullableTerminalAssignment) Set(val *TerminalAssignment)
func (*NullableTerminalAssignment) UnmarshalJSON ¶
func (v *NullableTerminalAssignment) UnmarshalJSON(src []byte) error
func (*NullableTerminalAssignment) Unset ¶
func (v *NullableTerminalAssignment) Unset()
type NullableTerminalConnectivity ¶
type NullableTerminalConnectivity struct {
// contains filtered or unexported fields
}
func NewNullableTerminalConnectivity ¶
func NewNullableTerminalConnectivity(val *TerminalConnectivity) *NullableTerminalConnectivity
func (NullableTerminalConnectivity) Get ¶
func (v NullableTerminalConnectivity) Get() *TerminalConnectivity
func (NullableTerminalConnectivity) IsSet ¶
func (v NullableTerminalConnectivity) IsSet() bool
func (NullableTerminalConnectivity) MarshalJSON ¶
func (v NullableTerminalConnectivity) MarshalJSON() ([]byte, error)
func (*NullableTerminalConnectivity) Set ¶
func (v *NullableTerminalConnectivity) Set(val *TerminalConnectivity)
func (*NullableTerminalConnectivity) UnmarshalJSON ¶
func (v *NullableTerminalConnectivity) UnmarshalJSON(src []byte) error
func (*NullableTerminalConnectivity) Unset ¶
func (v *NullableTerminalConnectivity) Unset()
type NullableTerminalConnectivityBluetooth ¶
type NullableTerminalConnectivityBluetooth struct {
// contains filtered or unexported fields
}
func NewNullableTerminalConnectivityBluetooth ¶
func NewNullableTerminalConnectivityBluetooth(val *TerminalConnectivityBluetooth) *NullableTerminalConnectivityBluetooth
func (NullableTerminalConnectivityBluetooth) Get ¶
func (v NullableTerminalConnectivityBluetooth) Get() *TerminalConnectivityBluetooth
func (NullableTerminalConnectivityBluetooth) IsSet ¶
func (v NullableTerminalConnectivityBluetooth) IsSet() bool
func (NullableTerminalConnectivityBluetooth) MarshalJSON ¶
func (v NullableTerminalConnectivityBluetooth) MarshalJSON() ([]byte, error)
func (*NullableTerminalConnectivityBluetooth) Set ¶
func (v *NullableTerminalConnectivityBluetooth) Set(val *TerminalConnectivityBluetooth)
func (*NullableTerminalConnectivityBluetooth) UnmarshalJSON ¶
func (v *NullableTerminalConnectivityBluetooth) UnmarshalJSON(src []byte) error
func (*NullableTerminalConnectivityBluetooth) Unset ¶
func (v *NullableTerminalConnectivityBluetooth) Unset()
type NullableTerminalConnectivityCellular ¶
type NullableTerminalConnectivityCellular struct {
// contains filtered or unexported fields
}
func NewNullableTerminalConnectivityCellular ¶
func NewNullableTerminalConnectivityCellular(val *TerminalConnectivityCellular) *NullableTerminalConnectivityCellular
func (NullableTerminalConnectivityCellular) Get ¶
func (v NullableTerminalConnectivityCellular) Get() *TerminalConnectivityCellular
func (NullableTerminalConnectivityCellular) IsSet ¶
func (v NullableTerminalConnectivityCellular) IsSet() bool
func (NullableTerminalConnectivityCellular) MarshalJSON ¶
func (v NullableTerminalConnectivityCellular) MarshalJSON() ([]byte, error)
func (*NullableTerminalConnectivityCellular) Set ¶
func (v *NullableTerminalConnectivityCellular) Set(val *TerminalConnectivityCellular)
func (*NullableTerminalConnectivityCellular) UnmarshalJSON ¶
func (v *NullableTerminalConnectivityCellular) UnmarshalJSON(src []byte) error
func (*NullableTerminalConnectivityCellular) Unset ¶
func (v *NullableTerminalConnectivityCellular) Unset()
type NullableTerminalConnectivityEthernet ¶
type NullableTerminalConnectivityEthernet struct {
// contains filtered or unexported fields
}
func NewNullableTerminalConnectivityEthernet ¶
func NewNullableTerminalConnectivityEthernet(val *TerminalConnectivityEthernet) *NullableTerminalConnectivityEthernet
func (NullableTerminalConnectivityEthernet) Get ¶
func (v NullableTerminalConnectivityEthernet) Get() *TerminalConnectivityEthernet
func (NullableTerminalConnectivityEthernet) IsSet ¶
func (v NullableTerminalConnectivityEthernet) IsSet() bool
func (NullableTerminalConnectivityEthernet) MarshalJSON ¶
func (v NullableTerminalConnectivityEthernet) MarshalJSON() ([]byte, error)
func (*NullableTerminalConnectivityEthernet) Set ¶
func (v *NullableTerminalConnectivityEthernet) Set(val *TerminalConnectivityEthernet)
func (*NullableTerminalConnectivityEthernet) UnmarshalJSON ¶
func (v *NullableTerminalConnectivityEthernet) UnmarshalJSON(src []byte) error
func (*NullableTerminalConnectivityEthernet) Unset ¶
func (v *NullableTerminalConnectivityEthernet) Unset()
type NullableTerminalConnectivityWifi ¶
type NullableTerminalConnectivityWifi struct {
// contains filtered or unexported fields
}
func NewNullableTerminalConnectivityWifi ¶
func NewNullableTerminalConnectivityWifi(val *TerminalConnectivityWifi) *NullableTerminalConnectivityWifi
func (NullableTerminalConnectivityWifi) Get ¶
func (v NullableTerminalConnectivityWifi) Get() *TerminalConnectivityWifi
func (NullableTerminalConnectivityWifi) IsSet ¶
func (v NullableTerminalConnectivityWifi) IsSet() bool
func (NullableTerminalConnectivityWifi) MarshalJSON ¶
func (v NullableTerminalConnectivityWifi) MarshalJSON() ([]byte, error)
func (*NullableTerminalConnectivityWifi) Set ¶
func (v *NullableTerminalConnectivityWifi) Set(val *TerminalConnectivityWifi)
func (*NullableTerminalConnectivityWifi) UnmarshalJSON ¶
func (v *NullableTerminalConnectivityWifi) UnmarshalJSON(src []byte) error
func (*NullableTerminalConnectivityWifi) Unset ¶
func (v *NullableTerminalConnectivityWifi) Unset()
type NullableTerminalModelsResponse ¶
type NullableTerminalModelsResponse struct {
// contains filtered or unexported fields
}
func NewNullableTerminalModelsResponse ¶
func NewNullableTerminalModelsResponse(val *TerminalModelsResponse) *NullableTerminalModelsResponse
func (NullableTerminalModelsResponse) Get ¶
func (v NullableTerminalModelsResponse) Get() *TerminalModelsResponse
func (NullableTerminalModelsResponse) IsSet ¶
func (v NullableTerminalModelsResponse) IsSet() bool
func (NullableTerminalModelsResponse) MarshalJSON ¶
func (v NullableTerminalModelsResponse) MarshalJSON() ([]byte, error)
func (*NullableTerminalModelsResponse) Set ¶
func (v *NullableTerminalModelsResponse) Set(val *TerminalModelsResponse)
func (*NullableTerminalModelsResponse) UnmarshalJSON ¶
func (v *NullableTerminalModelsResponse) UnmarshalJSON(src []byte) error
func (*NullableTerminalModelsResponse) Unset ¶
func (v *NullableTerminalModelsResponse) Unset()
type NullableTerminalOrder ¶
type NullableTerminalOrder struct {
// contains filtered or unexported fields
}
func NewNullableTerminalOrder ¶
func NewNullableTerminalOrder(val *TerminalOrder) *NullableTerminalOrder
func (NullableTerminalOrder) Get ¶
func (v NullableTerminalOrder) Get() *TerminalOrder
func (NullableTerminalOrder) IsSet ¶
func (v NullableTerminalOrder) IsSet() bool
func (NullableTerminalOrder) MarshalJSON ¶
func (v NullableTerminalOrder) MarshalJSON() ([]byte, error)
func (*NullableTerminalOrder) Set ¶
func (v *NullableTerminalOrder) Set(val *TerminalOrder)
func (*NullableTerminalOrder) UnmarshalJSON ¶
func (v *NullableTerminalOrder) UnmarshalJSON(src []byte) error
func (*NullableTerminalOrder) Unset ¶
func (v *NullableTerminalOrder) Unset()
type NullableTerminalOrderRequest ¶
type NullableTerminalOrderRequest struct {
// contains filtered or unexported fields
}
func NewNullableTerminalOrderRequest ¶
func NewNullableTerminalOrderRequest(val *TerminalOrderRequest) *NullableTerminalOrderRequest
func (NullableTerminalOrderRequest) Get ¶
func (v NullableTerminalOrderRequest) Get() *TerminalOrderRequest
func (NullableTerminalOrderRequest) IsSet ¶
func (v NullableTerminalOrderRequest) IsSet() bool
func (NullableTerminalOrderRequest) MarshalJSON ¶
func (v NullableTerminalOrderRequest) MarshalJSON() ([]byte, error)
func (*NullableTerminalOrderRequest) Set ¶
func (v *NullableTerminalOrderRequest) Set(val *TerminalOrderRequest)
func (*NullableTerminalOrderRequest) UnmarshalJSON ¶
func (v *NullableTerminalOrderRequest) UnmarshalJSON(src []byte) error
func (*NullableTerminalOrderRequest) Unset ¶
func (v *NullableTerminalOrderRequest) Unset()
type NullableTerminalOrdersResponse ¶
type NullableTerminalOrdersResponse struct {
// contains filtered or unexported fields
}
func NewNullableTerminalOrdersResponse ¶
func NewNullableTerminalOrdersResponse(val *TerminalOrdersResponse) *NullableTerminalOrdersResponse
func (NullableTerminalOrdersResponse) Get ¶
func (v NullableTerminalOrdersResponse) Get() *TerminalOrdersResponse
func (NullableTerminalOrdersResponse) IsSet ¶
func (v NullableTerminalOrdersResponse) IsSet() bool
func (NullableTerminalOrdersResponse) MarshalJSON ¶
func (v NullableTerminalOrdersResponse) MarshalJSON() ([]byte, error)
func (*NullableTerminalOrdersResponse) Set ¶
func (v *NullableTerminalOrdersResponse) Set(val *TerminalOrdersResponse)
func (*NullableTerminalOrdersResponse) UnmarshalJSON ¶
func (v *NullableTerminalOrdersResponse) UnmarshalJSON(src []byte) error
func (*NullableTerminalOrdersResponse) Unset ¶
func (v *NullableTerminalOrdersResponse) Unset()
type NullableTerminalProduct ¶
type NullableTerminalProduct struct {
// contains filtered or unexported fields
}
func NewNullableTerminalProduct ¶
func NewNullableTerminalProduct(val *TerminalProduct) *NullableTerminalProduct
func (NullableTerminalProduct) Get ¶
func (v NullableTerminalProduct) Get() *TerminalProduct
func (NullableTerminalProduct) IsSet ¶
func (v NullableTerminalProduct) IsSet() bool
func (NullableTerminalProduct) MarshalJSON ¶
func (v NullableTerminalProduct) MarshalJSON() ([]byte, error)
func (*NullableTerminalProduct) Set ¶
func (v *NullableTerminalProduct) Set(val *TerminalProduct)
func (*NullableTerminalProduct) UnmarshalJSON ¶
func (v *NullableTerminalProduct) UnmarshalJSON(src []byte) error
func (*NullableTerminalProduct) Unset ¶
func (v *NullableTerminalProduct) Unset()
type NullableTerminalProductPrice ¶
type NullableTerminalProductPrice struct {
// contains filtered or unexported fields
}
func NewNullableTerminalProductPrice ¶
func NewNullableTerminalProductPrice(val *TerminalProductPrice) *NullableTerminalProductPrice
func (NullableTerminalProductPrice) Get ¶
func (v NullableTerminalProductPrice) Get() *TerminalProductPrice
func (NullableTerminalProductPrice) IsSet ¶
func (v NullableTerminalProductPrice) IsSet() bool
func (NullableTerminalProductPrice) MarshalJSON ¶
func (v NullableTerminalProductPrice) MarshalJSON() ([]byte, error)
func (*NullableTerminalProductPrice) Set ¶
func (v *NullableTerminalProductPrice) Set(val *TerminalProductPrice)
func (*NullableTerminalProductPrice) UnmarshalJSON ¶
func (v *NullableTerminalProductPrice) UnmarshalJSON(src []byte) error
func (*NullableTerminalProductPrice) Unset ¶
func (v *NullableTerminalProductPrice) Unset()
type NullableTerminalProductsResponse ¶
type NullableTerminalProductsResponse struct {
// contains filtered or unexported fields
}
func NewNullableTerminalProductsResponse ¶
func NewNullableTerminalProductsResponse(val *TerminalProductsResponse) *NullableTerminalProductsResponse
func (NullableTerminalProductsResponse) Get ¶
func (v NullableTerminalProductsResponse) Get() *TerminalProductsResponse
func (NullableTerminalProductsResponse) IsSet ¶
func (v NullableTerminalProductsResponse) IsSet() bool
func (NullableTerminalProductsResponse) MarshalJSON ¶
func (v NullableTerminalProductsResponse) MarshalJSON() ([]byte, error)
func (*NullableTerminalProductsResponse) Set ¶
func (v *NullableTerminalProductsResponse) Set(val *TerminalProductsResponse)
func (*NullableTerminalProductsResponse) UnmarshalJSON ¶
func (v *NullableTerminalProductsResponse) UnmarshalJSON(src []byte) error
func (*NullableTerminalProductsResponse) Unset ¶
func (v *NullableTerminalProductsResponse) Unset()
type NullableTerminalReassignmentRequest ¶
type NullableTerminalReassignmentRequest struct {
// contains filtered or unexported fields
}
func NewNullableTerminalReassignmentRequest ¶
func NewNullableTerminalReassignmentRequest(val *TerminalReassignmentRequest) *NullableTerminalReassignmentRequest
func (NullableTerminalReassignmentRequest) Get ¶
func (v NullableTerminalReassignmentRequest) Get() *TerminalReassignmentRequest
func (NullableTerminalReassignmentRequest) IsSet ¶
func (v NullableTerminalReassignmentRequest) IsSet() bool
func (NullableTerminalReassignmentRequest) MarshalJSON ¶
func (v NullableTerminalReassignmentRequest) MarshalJSON() ([]byte, error)
func (*NullableTerminalReassignmentRequest) Set ¶
func (v *NullableTerminalReassignmentRequest) Set(val *TerminalReassignmentRequest)
func (*NullableTerminalReassignmentRequest) UnmarshalJSON ¶
func (v *NullableTerminalReassignmentRequest) UnmarshalJSON(src []byte) error
func (*NullableTerminalReassignmentRequest) Unset ¶
func (v *NullableTerminalReassignmentRequest) Unset()
type NullableTerminalReassignmentTarget ¶
type NullableTerminalReassignmentTarget struct {
// contains filtered or unexported fields
}
func NewNullableTerminalReassignmentTarget ¶
func NewNullableTerminalReassignmentTarget(val *TerminalReassignmentTarget) *NullableTerminalReassignmentTarget
func (NullableTerminalReassignmentTarget) Get ¶
func (v NullableTerminalReassignmentTarget) Get() *TerminalReassignmentTarget
func (NullableTerminalReassignmentTarget) IsSet ¶
func (v NullableTerminalReassignmentTarget) IsSet() bool
func (NullableTerminalReassignmentTarget) MarshalJSON ¶
func (v NullableTerminalReassignmentTarget) MarshalJSON() ([]byte, error)
func (*NullableTerminalReassignmentTarget) Set ¶
func (v *NullableTerminalReassignmentTarget) Set(val *TerminalReassignmentTarget)
func (*NullableTerminalReassignmentTarget) UnmarshalJSON ¶
func (v *NullableTerminalReassignmentTarget) UnmarshalJSON(src []byte) error
func (*NullableTerminalReassignmentTarget) Unset ¶
func (v *NullableTerminalReassignmentTarget) Unset()
type NullableTerminalSettings ¶
type NullableTerminalSettings struct {
// contains filtered or unexported fields
}
func NewNullableTerminalSettings ¶
func NewNullableTerminalSettings(val *TerminalSettings) *NullableTerminalSettings
func (NullableTerminalSettings) Get ¶
func (v NullableTerminalSettings) Get() *TerminalSettings
func (NullableTerminalSettings) IsSet ¶
func (v NullableTerminalSettings) IsSet() bool
func (NullableTerminalSettings) MarshalJSON ¶
func (v NullableTerminalSettings) MarshalJSON() ([]byte, error)
func (*NullableTerminalSettings) Set ¶
func (v *NullableTerminalSettings) Set(val *TerminalSettings)
func (*NullableTerminalSettings) UnmarshalJSON ¶
func (v *NullableTerminalSettings) UnmarshalJSON(src []byte) error
func (*NullableTerminalSettings) Unset ¶
func (v *NullableTerminalSettings) Unset()
type NullableTestCompanyWebhookRequest ¶
type NullableTestCompanyWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableTestCompanyWebhookRequest ¶
func NewNullableTestCompanyWebhookRequest(val *TestCompanyWebhookRequest) *NullableTestCompanyWebhookRequest
func (NullableTestCompanyWebhookRequest) Get ¶
func (v NullableTestCompanyWebhookRequest) Get() *TestCompanyWebhookRequest
func (NullableTestCompanyWebhookRequest) IsSet ¶
func (v NullableTestCompanyWebhookRequest) IsSet() bool
func (NullableTestCompanyWebhookRequest) MarshalJSON ¶
func (v NullableTestCompanyWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableTestCompanyWebhookRequest) Set ¶
func (v *NullableTestCompanyWebhookRequest) Set(val *TestCompanyWebhookRequest)
func (*NullableTestCompanyWebhookRequest) UnmarshalJSON ¶
func (v *NullableTestCompanyWebhookRequest) UnmarshalJSON(src []byte) error
func (*NullableTestCompanyWebhookRequest) Unset ¶
func (v *NullableTestCompanyWebhookRequest) Unset()
type NullableTestOutput ¶
type NullableTestOutput struct {
// contains filtered or unexported fields
}
func NewNullableTestOutput ¶
func NewNullableTestOutput(val *TestOutput) *NullableTestOutput
func (NullableTestOutput) Get ¶
func (v NullableTestOutput) Get() *TestOutput
func (NullableTestOutput) IsSet ¶
func (v NullableTestOutput) IsSet() bool
func (NullableTestOutput) MarshalJSON ¶
func (v NullableTestOutput) MarshalJSON() ([]byte, error)
func (*NullableTestOutput) Set ¶
func (v *NullableTestOutput) Set(val *TestOutput)
func (*NullableTestOutput) UnmarshalJSON ¶
func (v *NullableTestOutput) UnmarshalJSON(src []byte) error
func (*NullableTestOutput) Unset ¶
func (v *NullableTestOutput) Unset()
type NullableTestWebhookRequest ¶
type NullableTestWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableTestWebhookRequest ¶
func NewNullableTestWebhookRequest(val *TestWebhookRequest) *NullableTestWebhookRequest
func (NullableTestWebhookRequest) Get ¶
func (v NullableTestWebhookRequest) Get() *TestWebhookRequest
func (NullableTestWebhookRequest) IsSet ¶
func (v NullableTestWebhookRequest) IsSet() bool
func (NullableTestWebhookRequest) MarshalJSON ¶
func (v NullableTestWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableTestWebhookRequest) Set ¶
func (v *NullableTestWebhookRequest) Set(val *TestWebhookRequest)
func (*NullableTestWebhookRequest) UnmarshalJSON ¶
func (v *NullableTestWebhookRequest) UnmarshalJSON(src []byte) error
func (*NullableTestWebhookRequest) Unset ¶
func (v *NullableTestWebhookRequest) Unset()
type NullableTestWebhookResponse ¶
type NullableTestWebhookResponse struct {
// contains filtered or unexported fields
}
func NewNullableTestWebhookResponse ¶
func NewNullableTestWebhookResponse(val *TestWebhookResponse) *NullableTestWebhookResponse
func (NullableTestWebhookResponse) Get ¶
func (v NullableTestWebhookResponse) Get() *TestWebhookResponse
func (NullableTestWebhookResponse) IsSet ¶
func (v NullableTestWebhookResponse) IsSet() bool
func (NullableTestWebhookResponse) MarshalJSON ¶
func (v NullableTestWebhookResponse) MarshalJSON() ([]byte, error)
func (*NullableTestWebhookResponse) Set ¶
func (v *NullableTestWebhookResponse) Set(val *TestWebhookResponse)
func (*NullableTestWebhookResponse) UnmarshalJSON ¶
func (v *NullableTestWebhookResponse) UnmarshalJSON(src []byte) error
func (*NullableTestWebhookResponse) Unset ¶
func (v *NullableTestWebhookResponse) Unset()
type NullableTimeouts ¶
type NullableTimeouts struct {
// contains filtered or unexported fields
}
func NewNullableTimeouts ¶
func NewNullableTimeouts(val *Timeouts) *NullableTimeouts
func (NullableTimeouts) Get ¶
func (v NullableTimeouts) Get() *Timeouts
func (NullableTimeouts) IsSet ¶
func (v NullableTimeouts) IsSet() bool
func (NullableTimeouts) MarshalJSON ¶
func (v NullableTimeouts) MarshalJSON() ([]byte, error)
func (*NullableTimeouts) Set ¶
func (v *NullableTimeouts) Set(val *Timeouts)
func (*NullableTimeouts) UnmarshalJSON ¶
func (v *NullableTimeouts) UnmarshalJSON(src []byte) error
func (*NullableTimeouts) Unset ¶
func (v *NullableTimeouts) Unset()
type NullableTransactionDescriptionInfo ¶
type NullableTransactionDescriptionInfo struct {
// contains filtered or unexported fields
}
func NewNullableTransactionDescriptionInfo ¶
func NewNullableTransactionDescriptionInfo(val *TransactionDescriptionInfo) *NullableTransactionDescriptionInfo
func (NullableTransactionDescriptionInfo) Get ¶
func (v NullableTransactionDescriptionInfo) Get() *TransactionDescriptionInfo
func (NullableTransactionDescriptionInfo) IsSet ¶
func (v NullableTransactionDescriptionInfo) IsSet() bool
func (NullableTransactionDescriptionInfo) MarshalJSON ¶
func (v NullableTransactionDescriptionInfo) MarshalJSON() ([]byte, error)
func (*NullableTransactionDescriptionInfo) Set ¶
func (v *NullableTransactionDescriptionInfo) Set(val *TransactionDescriptionInfo)
func (*NullableTransactionDescriptionInfo) UnmarshalJSON ¶
func (v *NullableTransactionDescriptionInfo) UnmarshalJSON(src []byte) error
func (*NullableTransactionDescriptionInfo) Unset ¶
func (v *NullableTransactionDescriptionInfo) Unset()
type NullableTwintInfo ¶
type NullableTwintInfo struct {
// contains filtered or unexported fields
}
func NewNullableTwintInfo ¶
func NewNullableTwintInfo(val *TwintInfo) *NullableTwintInfo
func (NullableTwintInfo) Get ¶
func (v NullableTwintInfo) Get() *TwintInfo
func (NullableTwintInfo) IsSet ¶
func (v NullableTwintInfo) IsSet() bool
func (NullableTwintInfo) MarshalJSON ¶
func (v NullableTwintInfo) MarshalJSON() ([]byte, error)
func (*NullableTwintInfo) Set ¶
func (v *NullableTwintInfo) Set(val *TwintInfo)
func (*NullableTwintInfo) UnmarshalJSON ¶
func (v *NullableTwintInfo) UnmarshalJSON(src []byte) error
func (*NullableTwintInfo) Unset ¶
func (v *NullableTwintInfo) Unset()
type NullableUninstallAndroidAppDetails ¶
type NullableUninstallAndroidAppDetails struct {
// contains filtered or unexported fields
}
func NewNullableUninstallAndroidAppDetails ¶
func NewNullableUninstallAndroidAppDetails(val *UninstallAndroidAppDetails) *NullableUninstallAndroidAppDetails
func (NullableUninstallAndroidAppDetails) Get ¶
func (v NullableUninstallAndroidAppDetails) Get() *UninstallAndroidAppDetails
func (NullableUninstallAndroidAppDetails) IsSet ¶
func (v NullableUninstallAndroidAppDetails) IsSet() bool
func (NullableUninstallAndroidAppDetails) MarshalJSON ¶
func (v NullableUninstallAndroidAppDetails) MarshalJSON() ([]byte, error)
func (*NullableUninstallAndroidAppDetails) Set ¶
func (v *NullableUninstallAndroidAppDetails) Set(val *UninstallAndroidAppDetails)
func (*NullableUninstallAndroidAppDetails) UnmarshalJSON ¶
func (v *NullableUninstallAndroidAppDetails) UnmarshalJSON(src []byte) error
func (*NullableUninstallAndroidAppDetails) Unset ¶
func (v *NullableUninstallAndroidAppDetails) Unset()
type NullableUninstallAndroidCertificateDetails ¶
type NullableUninstallAndroidCertificateDetails struct {
// contains filtered or unexported fields
}
func NewNullableUninstallAndroidCertificateDetails ¶
func NewNullableUninstallAndroidCertificateDetails(val *UninstallAndroidCertificateDetails) *NullableUninstallAndroidCertificateDetails
func (NullableUninstallAndroidCertificateDetails) IsSet ¶
func (v NullableUninstallAndroidCertificateDetails) IsSet() bool
func (NullableUninstallAndroidCertificateDetails) MarshalJSON ¶
func (v NullableUninstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
func (*NullableUninstallAndroidCertificateDetails) Set ¶
func (v *NullableUninstallAndroidCertificateDetails) Set(val *UninstallAndroidCertificateDetails)
func (*NullableUninstallAndroidCertificateDetails) UnmarshalJSON ¶
func (v *NullableUninstallAndroidCertificateDetails) UnmarshalJSON(src []byte) error
func (*NullableUninstallAndroidCertificateDetails) Unset ¶
func (v *NullableUninstallAndroidCertificateDetails) Unset()
type NullableUpdatableAddress ¶
type NullableUpdatableAddress struct {
// contains filtered or unexported fields
}
func NewNullableUpdatableAddress ¶
func NewNullableUpdatableAddress(val *UpdatableAddress) *NullableUpdatableAddress
func (NullableUpdatableAddress) Get ¶
func (v NullableUpdatableAddress) Get() *UpdatableAddress
func (NullableUpdatableAddress) IsSet ¶
func (v NullableUpdatableAddress) IsSet() bool
func (NullableUpdatableAddress) MarshalJSON ¶
func (v NullableUpdatableAddress) MarshalJSON() ([]byte, error)
func (*NullableUpdatableAddress) Set ¶
func (v *NullableUpdatableAddress) Set(val *UpdatableAddress)
func (*NullableUpdatableAddress) UnmarshalJSON ¶
func (v *NullableUpdatableAddress) UnmarshalJSON(src []byte) error
func (*NullableUpdatableAddress) Unset ¶
func (v *NullableUpdatableAddress) Unset()
type NullableUpdateCompanyApiCredentialRequest ¶
type NullableUpdateCompanyApiCredentialRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateCompanyApiCredentialRequest ¶
func NewNullableUpdateCompanyApiCredentialRequest(val *UpdateCompanyApiCredentialRequest) *NullableUpdateCompanyApiCredentialRequest
func (NullableUpdateCompanyApiCredentialRequest) IsSet ¶
func (v NullableUpdateCompanyApiCredentialRequest) IsSet() bool
func (NullableUpdateCompanyApiCredentialRequest) MarshalJSON ¶
func (v NullableUpdateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateCompanyApiCredentialRequest) Set ¶
func (v *NullableUpdateCompanyApiCredentialRequest) Set(val *UpdateCompanyApiCredentialRequest)
func (*NullableUpdateCompanyApiCredentialRequest) UnmarshalJSON ¶
func (v *NullableUpdateCompanyApiCredentialRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateCompanyApiCredentialRequest) Unset ¶
func (v *NullableUpdateCompanyApiCredentialRequest) Unset()
type NullableUpdateCompanyUserRequest ¶
type NullableUpdateCompanyUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateCompanyUserRequest ¶
func NewNullableUpdateCompanyUserRequest(val *UpdateCompanyUserRequest) *NullableUpdateCompanyUserRequest
func (NullableUpdateCompanyUserRequest) Get ¶
func (v NullableUpdateCompanyUserRequest) Get() *UpdateCompanyUserRequest
func (NullableUpdateCompanyUserRequest) IsSet ¶
func (v NullableUpdateCompanyUserRequest) IsSet() bool
func (NullableUpdateCompanyUserRequest) MarshalJSON ¶
func (v NullableUpdateCompanyUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateCompanyUserRequest) Set ¶
func (v *NullableUpdateCompanyUserRequest) Set(val *UpdateCompanyUserRequest)
func (*NullableUpdateCompanyUserRequest) UnmarshalJSON ¶
func (v *NullableUpdateCompanyUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateCompanyUserRequest) Unset ¶
func (v *NullableUpdateCompanyUserRequest) Unset()
type NullableUpdateCompanyWebhookRequest ¶
type NullableUpdateCompanyWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateCompanyWebhookRequest ¶
func NewNullableUpdateCompanyWebhookRequest(val *UpdateCompanyWebhookRequest) *NullableUpdateCompanyWebhookRequest
func (NullableUpdateCompanyWebhookRequest) Get ¶
func (v NullableUpdateCompanyWebhookRequest) Get() *UpdateCompanyWebhookRequest
func (NullableUpdateCompanyWebhookRequest) IsSet ¶
func (v NullableUpdateCompanyWebhookRequest) IsSet() bool
func (NullableUpdateCompanyWebhookRequest) MarshalJSON ¶
func (v NullableUpdateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateCompanyWebhookRequest) Set ¶
func (v *NullableUpdateCompanyWebhookRequest) Set(val *UpdateCompanyWebhookRequest)
func (*NullableUpdateCompanyWebhookRequest) UnmarshalJSON ¶
func (v *NullableUpdateCompanyWebhookRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateCompanyWebhookRequest) Unset ¶
func (v *NullableUpdateCompanyWebhookRequest) Unset()
type NullableUpdateMerchantApiCredentialRequest ¶
type NullableUpdateMerchantApiCredentialRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateMerchantApiCredentialRequest ¶
func NewNullableUpdateMerchantApiCredentialRequest(val *UpdateMerchantApiCredentialRequest) *NullableUpdateMerchantApiCredentialRequest
func (NullableUpdateMerchantApiCredentialRequest) IsSet ¶
func (v NullableUpdateMerchantApiCredentialRequest) IsSet() bool
func (NullableUpdateMerchantApiCredentialRequest) MarshalJSON ¶
func (v NullableUpdateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateMerchantApiCredentialRequest) Set ¶
func (v *NullableUpdateMerchantApiCredentialRequest) Set(val *UpdateMerchantApiCredentialRequest)
func (*NullableUpdateMerchantApiCredentialRequest) UnmarshalJSON ¶
func (v *NullableUpdateMerchantApiCredentialRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateMerchantApiCredentialRequest) Unset ¶
func (v *NullableUpdateMerchantApiCredentialRequest) Unset()
type NullableUpdateMerchantUserRequest ¶
type NullableUpdateMerchantUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateMerchantUserRequest ¶
func NewNullableUpdateMerchantUserRequest(val *UpdateMerchantUserRequest) *NullableUpdateMerchantUserRequest
func (NullableUpdateMerchantUserRequest) Get ¶
func (v NullableUpdateMerchantUserRequest) Get() *UpdateMerchantUserRequest
func (NullableUpdateMerchantUserRequest) IsSet ¶
func (v NullableUpdateMerchantUserRequest) IsSet() bool
func (NullableUpdateMerchantUserRequest) MarshalJSON ¶
func (v NullableUpdateMerchantUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateMerchantUserRequest) Set ¶
func (v *NullableUpdateMerchantUserRequest) Set(val *UpdateMerchantUserRequest)
func (*NullableUpdateMerchantUserRequest) UnmarshalJSON ¶
func (v *NullableUpdateMerchantUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateMerchantUserRequest) Unset ¶
func (v *NullableUpdateMerchantUserRequest) Unset()
type NullableUpdateMerchantWebhookRequest ¶
type NullableUpdateMerchantWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateMerchantWebhookRequest ¶
func NewNullableUpdateMerchantWebhookRequest(val *UpdateMerchantWebhookRequest) *NullableUpdateMerchantWebhookRequest
func (NullableUpdateMerchantWebhookRequest) Get ¶
func (v NullableUpdateMerchantWebhookRequest) Get() *UpdateMerchantWebhookRequest
func (NullableUpdateMerchantWebhookRequest) IsSet ¶
func (v NullableUpdateMerchantWebhookRequest) IsSet() bool
func (NullableUpdateMerchantWebhookRequest) MarshalJSON ¶
func (v NullableUpdateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateMerchantWebhookRequest) Set ¶
func (v *NullableUpdateMerchantWebhookRequest) Set(val *UpdateMerchantWebhookRequest)
func (*NullableUpdateMerchantWebhookRequest) UnmarshalJSON ¶
func (v *NullableUpdateMerchantWebhookRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateMerchantWebhookRequest) Unset ¶
func (v *NullableUpdateMerchantWebhookRequest) Unset()
type NullableUpdatePaymentMethodInfo ¶
type NullableUpdatePaymentMethodInfo struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePaymentMethodInfo ¶
func NewNullableUpdatePaymentMethodInfo(val *UpdatePaymentMethodInfo) *NullableUpdatePaymentMethodInfo
func (NullableUpdatePaymentMethodInfo) Get ¶
func (v NullableUpdatePaymentMethodInfo) Get() *UpdatePaymentMethodInfo
func (NullableUpdatePaymentMethodInfo) IsSet ¶
func (v NullableUpdatePaymentMethodInfo) IsSet() bool
func (NullableUpdatePaymentMethodInfo) MarshalJSON ¶
func (v NullableUpdatePaymentMethodInfo) MarshalJSON() ([]byte, error)
func (*NullableUpdatePaymentMethodInfo) Set ¶
func (v *NullableUpdatePaymentMethodInfo) Set(val *UpdatePaymentMethodInfo)
func (*NullableUpdatePaymentMethodInfo) UnmarshalJSON ¶
func (v *NullableUpdatePaymentMethodInfo) UnmarshalJSON(src []byte) error
func (*NullableUpdatePaymentMethodInfo) Unset ¶
func (v *NullableUpdatePaymentMethodInfo) Unset()
type NullableUpdatePayoutSettingsRequest ¶
type NullableUpdatePayoutSettingsRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePayoutSettingsRequest ¶
func NewNullableUpdatePayoutSettingsRequest(val *UpdatePayoutSettingsRequest) *NullableUpdatePayoutSettingsRequest
func (NullableUpdatePayoutSettingsRequest) Get ¶
func (v NullableUpdatePayoutSettingsRequest) Get() *UpdatePayoutSettingsRequest
func (NullableUpdatePayoutSettingsRequest) IsSet ¶
func (v NullableUpdatePayoutSettingsRequest) IsSet() bool
func (NullableUpdatePayoutSettingsRequest) MarshalJSON ¶
func (v NullableUpdatePayoutSettingsRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdatePayoutSettingsRequest) Set ¶
func (v *NullableUpdatePayoutSettingsRequest) Set(val *UpdatePayoutSettingsRequest)
func (*NullableUpdatePayoutSettingsRequest) UnmarshalJSON ¶
func (v *NullableUpdatePayoutSettingsRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdatePayoutSettingsRequest) Unset ¶
func (v *NullableUpdatePayoutSettingsRequest) Unset()
type NullableUpdateSplitConfigurationLogicRequest ¶
type NullableUpdateSplitConfigurationLogicRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSplitConfigurationLogicRequest ¶
func NewNullableUpdateSplitConfigurationLogicRequest(val *UpdateSplitConfigurationLogicRequest) *NullableUpdateSplitConfigurationLogicRequest
func (NullableUpdateSplitConfigurationLogicRequest) IsSet ¶
func (v NullableUpdateSplitConfigurationLogicRequest) IsSet() bool
func (NullableUpdateSplitConfigurationLogicRequest) MarshalJSON ¶
func (v NullableUpdateSplitConfigurationLogicRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateSplitConfigurationLogicRequest) Set ¶
func (v *NullableUpdateSplitConfigurationLogicRequest) Set(val *UpdateSplitConfigurationLogicRequest)
func (*NullableUpdateSplitConfigurationLogicRequest) UnmarshalJSON ¶
func (v *NullableUpdateSplitConfigurationLogicRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateSplitConfigurationLogicRequest) Unset ¶
func (v *NullableUpdateSplitConfigurationLogicRequest) Unset()
type NullableUpdateSplitConfigurationRequest ¶
type NullableUpdateSplitConfigurationRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSplitConfigurationRequest ¶
func NewNullableUpdateSplitConfigurationRequest(val *UpdateSplitConfigurationRequest) *NullableUpdateSplitConfigurationRequest
func (NullableUpdateSplitConfigurationRequest) IsSet ¶
func (v NullableUpdateSplitConfigurationRequest) IsSet() bool
func (NullableUpdateSplitConfigurationRequest) MarshalJSON ¶
func (v NullableUpdateSplitConfigurationRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateSplitConfigurationRequest) Set ¶
func (v *NullableUpdateSplitConfigurationRequest) Set(val *UpdateSplitConfigurationRequest)
func (*NullableUpdateSplitConfigurationRequest) UnmarshalJSON ¶
func (v *NullableUpdateSplitConfigurationRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateSplitConfigurationRequest) Unset ¶
func (v *NullableUpdateSplitConfigurationRequest) Unset()
type NullableUpdateSplitConfigurationRuleRequest ¶
type NullableUpdateSplitConfigurationRuleRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSplitConfigurationRuleRequest ¶
func NewNullableUpdateSplitConfigurationRuleRequest(val *UpdateSplitConfigurationRuleRequest) *NullableUpdateSplitConfigurationRuleRequest
func (NullableUpdateSplitConfigurationRuleRequest) IsSet ¶
func (v NullableUpdateSplitConfigurationRuleRequest) IsSet() bool
func (NullableUpdateSplitConfigurationRuleRequest) MarshalJSON ¶
func (v NullableUpdateSplitConfigurationRuleRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateSplitConfigurationRuleRequest) Set ¶
func (v *NullableUpdateSplitConfigurationRuleRequest) Set(val *UpdateSplitConfigurationRuleRequest)
func (*NullableUpdateSplitConfigurationRuleRequest) UnmarshalJSON ¶
func (v *NullableUpdateSplitConfigurationRuleRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateSplitConfigurationRuleRequest) Unset ¶
func (v *NullableUpdateSplitConfigurationRuleRequest) Unset()
type NullableUpdateStoreRequest ¶
type NullableUpdateStoreRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStoreRequest ¶
func NewNullableUpdateStoreRequest(val *UpdateStoreRequest) *NullableUpdateStoreRequest
func (NullableUpdateStoreRequest) Get ¶
func (v NullableUpdateStoreRequest) Get() *UpdateStoreRequest
func (NullableUpdateStoreRequest) IsSet ¶
func (v NullableUpdateStoreRequest) IsSet() bool
func (NullableUpdateStoreRequest) MarshalJSON ¶
func (v NullableUpdateStoreRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateStoreRequest) Set ¶
func (v *NullableUpdateStoreRequest) Set(val *UpdateStoreRequest)
func (*NullableUpdateStoreRequest) UnmarshalJSON ¶
func (v *NullableUpdateStoreRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateStoreRequest) Unset ¶
func (v *NullableUpdateStoreRequest) Unset()
type NullableUploadAndroidAppResponse ¶
type NullableUploadAndroidAppResponse struct {
// contains filtered or unexported fields
}
func NewNullableUploadAndroidAppResponse ¶
func NewNullableUploadAndroidAppResponse(val *UploadAndroidAppResponse) *NullableUploadAndroidAppResponse
func (NullableUploadAndroidAppResponse) Get ¶
func (v NullableUploadAndroidAppResponse) Get() *UploadAndroidAppResponse
func (NullableUploadAndroidAppResponse) IsSet ¶
func (v NullableUploadAndroidAppResponse) IsSet() bool
func (NullableUploadAndroidAppResponse) MarshalJSON ¶
func (v NullableUploadAndroidAppResponse) MarshalJSON() ([]byte, error)
func (*NullableUploadAndroidAppResponse) Set ¶
func (v *NullableUploadAndroidAppResponse) Set(val *UploadAndroidAppResponse)
func (*NullableUploadAndroidAppResponse) UnmarshalJSON ¶
func (v *NullableUploadAndroidAppResponse) UnmarshalJSON(src []byte) error
func (*NullableUploadAndroidAppResponse) Unset ¶
func (v *NullableUploadAndroidAppResponse) Unset()
type NullableUrl ¶
type NullableUrl struct {
// contains filtered or unexported fields
}
func NewNullableUrl ¶
func NewNullableUrl(val *Url) *NullableUrl
func (NullableUrl) Get ¶
func (v NullableUrl) Get() *Url
func (NullableUrl) IsSet ¶
func (v NullableUrl) IsSet() bool
func (NullableUrl) MarshalJSON ¶
func (v NullableUrl) MarshalJSON() ([]byte, error)
func (*NullableUrl) Set ¶
func (v *NullableUrl) Set(val *Url)
func (*NullableUrl) UnmarshalJSON ¶
func (v *NullableUrl) UnmarshalJSON(src []byte) error
func (*NullableUrl) Unset ¶
func (v *NullableUrl) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableVippsInfo ¶
type NullableVippsInfo struct {
// contains filtered or unexported fields
}
func NewNullableVippsInfo ¶
func NewNullableVippsInfo(val *VippsInfo) *NullableVippsInfo
func (NullableVippsInfo) Get ¶
func (v NullableVippsInfo) Get() *VippsInfo
func (NullableVippsInfo) IsSet ¶
func (v NullableVippsInfo) IsSet() bool
func (NullableVippsInfo) MarshalJSON ¶
func (v NullableVippsInfo) MarshalJSON() ([]byte, error)
func (*NullableVippsInfo) Set ¶
func (v *NullableVippsInfo) Set(val *VippsInfo)
func (*NullableVippsInfo) UnmarshalJSON ¶
func (v *NullableVippsInfo) UnmarshalJSON(src []byte) error
func (*NullableVippsInfo) Unset ¶
func (v *NullableVippsInfo) Unset()
type NullableWebhook ¶
type NullableWebhook struct {
// contains filtered or unexported fields
}
func NewNullableWebhook ¶
func NewNullableWebhook(val *Webhook) *NullableWebhook
func (NullableWebhook) Get ¶
func (v NullableWebhook) Get() *Webhook
func (NullableWebhook) IsSet ¶
func (v NullableWebhook) IsSet() bool
func (NullableWebhook) MarshalJSON ¶
func (v NullableWebhook) MarshalJSON() ([]byte, error)
func (*NullableWebhook) Set ¶
func (v *NullableWebhook) Set(val *Webhook)
func (*NullableWebhook) UnmarshalJSON ¶
func (v *NullableWebhook) UnmarshalJSON(src []byte) error
func (*NullableWebhook) Unset ¶
func (v *NullableWebhook) Unset()
type NullableWebhookLinks ¶
type NullableWebhookLinks struct {
// contains filtered or unexported fields
}
func NewNullableWebhookLinks ¶
func NewNullableWebhookLinks(val *WebhookLinks) *NullableWebhookLinks
func (NullableWebhookLinks) Get ¶
func (v NullableWebhookLinks) Get() *WebhookLinks
func (NullableWebhookLinks) IsSet ¶
func (v NullableWebhookLinks) IsSet() bool
func (NullableWebhookLinks) MarshalJSON ¶
func (v NullableWebhookLinks) MarshalJSON() ([]byte, error)
func (*NullableWebhookLinks) Set ¶
func (v *NullableWebhookLinks) Set(val *WebhookLinks)
func (*NullableWebhookLinks) UnmarshalJSON ¶
func (v *NullableWebhookLinks) UnmarshalJSON(src []byte) error
func (*NullableWebhookLinks) Unset ¶
func (v *NullableWebhookLinks) Unset()
type NullableWifiProfiles ¶
type NullableWifiProfiles struct {
// contains filtered or unexported fields
}
func NewNullableWifiProfiles ¶
func NewNullableWifiProfiles(val *WifiProfiles) *NullableWifiProfiles
func (NullableWifiProfiles) Get ¶
func (v NullableWifiProfiles) Get() *WifiProfiles
func (NullableWifiProfiles) IsSet ¶
func (v NullableWifiProfiles) IsSet() bool
func (NullableWifiProfiles) MarshalJSON ¶
func (v NullableWifiProfiles) MarshalJSON() ([]byte, error)
func (*NullableWifiProfiles) Set ¶
func (v *NullableWifiProfiles) Set(val *WifiProfiles)
func (*NullableWifiProfiles) UnmarshalJSON ¶
func (v *NullableWifiProfiles) UnmarshalJSON(src []byte) error
func (*NullableWifiProfiles) Unset ¶
func (v *NullableWifiProfiles) Unset()
type OfflineProcessing ¶
type OfflineProcessing struct { // The maximum offline transaction amount for chip cards, in the processing currency and specified in [minor units](https://docs.adyen.com/development-resources/currency-codes). ChipFloorLimit *int32 `json:"chipFloorLimit,omitempty"` // The maximum offline transaction amount for swiped cards, in the specified currency. OfflineSwipeLimits []MinorUnitsMonetaryValue `json:"offlineSwipeLimits,omitempty"` }
OfflineProcessing struct for OfflineProcessing
func NewOfflineProcessing ¶
func NewOfflineProcessing() *OfflineProcessing
NewOfflineProcessing instantiates a new OfflineProcessing object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOfflineProcessingWithDefaults ¶
func NewOfflineProcessingWithDefaults() *OfflineProcessing
NewOfflineProcessingWithDefaults instantiates a new OfflineProcessing object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OfflineProcessing) GetChipFloorLimit ¶
func (o *OfflineProcessing) GetChipFloorLimit() int32
GetChipFloorLimit returns the ChipFloorLimit field value if set, zero value otherwise.
func (*OfflineProcessing) GetChipFloorLimitOk ¶
func (o *OfflineProcessing) GetChipFloorLimitOk() (*int32, bool)
GetChipFloorLimitOk returns a tuple with the ChipFloorLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfflineProcessing) GetOfflineSwipeLimits ¶
func (o *OfflineProcessing) GetOfflineSwipeLimits() []MinorUnitsMonetaryValue
GetOfflineSwipeLimits returns the OfflineSwipeLimits field value if set, zero value otherwise.
func (*OfflineProcessing) GetOfflineSwipeLimitsOk ¶
func (o *OfflineProcessing) GetOfflineSwipeLimitsOk() ([]MinorUnitsMonetaryValue, bool)
GetOfflineSwipeLimitsOk returns a tuple with the OfflineSwipeLimits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfflineProcessing) HasChipFloorLimit ¶
func (o *OfflineProcessing) HasChipFloorLimit() bool
HasChipFloorLimit returns a boolean if a field has been set.
func (*OfflineProcessing) HasOfflineSwipeLimits ¶
func (o *OfflineProcessing) HasOfflineSwipeLimits() bool
HasOfflineSwipeLimits returns a boolean if a field has been set.
func (OfflineProcessing) MarshalJSON ¶
func (o OfflineProcessing) MarshalJSON() ([]byte, error)
func (*OfflineProcessing) SetChipFloorLimit ¶
func (o *OfflineProcessing) SetChipFloorLimit(v int32)
SetChipFloorLimit gets a reference to the given int32 and assigns it to the ChipFloorLimit field.
func (*OfflineProcessing) SetOfflineSwipeLimits ¶
func (o *OfflineProcessing) SetOfflineSwipeLimits(v []MinorUnitsMonetaryValue)
SetOfflineSwipeLimits gets a reference to the given []MinorUnitsMonetaryValue and assigns it to the OfflineSwipeLimits field.
func (OfflineProcessing) ToMap ¶
func (o OfflineProcessing) ToMap() (map[string]interface{}, error)
type Opi ¶
type Opi struct { // Indicates if Pay at table is enabled. EnablePayAtTable *bool `json:"enablePayAtTable,omitempty"` // The store number to use for Pay at Table. PayAtTableStoreNumber *string `json:"payAtTableStoreNumber,omitempty"` // The URL and port number used for Pay at Table communication. PayAtTableURL *string `json:"payAtTableURL,omitempty"` }
Opi struct for Opi
func NewOpi ¶
func NewOpi() *Opi
NewOpi instantiates a new Opi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpiWithDefaults ¶
func NewOpiWithDefaults() *Opi
NewOpiWithDefaults instantiates a new Opi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Opi) GetEnablePayAtTable ¶
GetEnablePayAtTable returns the EnablePayAtTable field value if set, zero value otherwise.
func (*Opi) GetEnablePayAtTableOk ¶
GetEnablePayAtTableOk returns a tuple with the EnablePayAtTable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Opi) GetPayAtTableStoreNumber ¶
GetPayAtTableStoreNumber returns the PayAtTableStoreNumber field value if set, zero value otherwise.
func (*Opi) GetPayAtTableStoreNumberOk ¶
GetPayAtTableStoreNumberOk returns a tuple with the PayAtTableStoreNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Opi) GetPayAtTableURL ¶
GetPayAtTableURL returns the PayAtTableURL field value if set, zero value otherwise.
func (*Opi) GetPayAtTableURLOk ¶
GetPayAtTableURLOk returns a tuple with the PayAtTableURL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Opi) HasEnablePayAtTable ¶
HasEnablePayAtTable returns a boolean if a field has been set.
func (*Opi) HasPayAtTableStoreNumber ¶
HasPayAtTableStoreNumber returns a boolean if a field has been set.
func (*Opi) HasPayAtTableURL ¶
HasPayAtTableURL returns a boolean if a field has been set.
func (Opi) MarshalJSON ¶
func (*Opi) SetEnablePayAtTable ¶
SetEnablePayAtTable gets a reference to the given bool and assigns it to the EnablePayAtTable field.
func (*Opi) SetPayAtTableStoreNumber ¶
SetPayAtTableStoreNumber gets a reference to the given string and assigns it to the PayAtTableStoreNumber field.
func (*Opi) SetPayAtTableURL ¶
SetPayAtTableURL gets a reference to the given string and assigns it to the PayAtTableURL field.
type OrderItem ¶
type OrderItem struct { // The unique identifier of the product. Id *string `json:"id,omitempty"` // The number of installments for the specified product `id`. Installments *int64 `json:"installments,omitempty"` // The name of the product. Name *string `json:"name,omitempty"` // The number of items with the specified product `id` included in the order. Quantity *int32 `json:"quantity,omitempty"` }
OrderItem struct for OrderItem
func NewOrderItem ¶
func NewOrderItem() *OrderItem
NewOrderItem instantiates a new OrderItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrderItemWithDefaults ¶
func NewOrderItemWithDefaults() *OrderItem
NewOrderItemWithDefaults instantiates a new OrderItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrderItem) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrderItem) GetInstallments ¶
GetInstallments returns the Installments field value if set, zero value otherwise.
func (*OrderItem) GetInstallmentsOk ¶
GetInstallmentsOk returns a tuple with the Installments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrderItem) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrderItem) GetQuantity ¶
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*OrderItem) GetQuantityOk ¶
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrderItem) HasInstallments ¶
HasInstallments returns a boolean if a field has been set.
func (*OrderItem) HasQuantity ¶
HasQuantity returns a boolean if a field has been set.
func (OrderItem) MarshalJSON ¶
func (*OrderItem) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*OrderItem) SetInstallments ¶
SetInstallments gets a reference to the given int64 and assigns it to the Installments field.
func (*OrderItem) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrderItem) SetQuantity ¶
SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.
type PaginationLinks ¶
type PaginationLinks struct { First LinksElement `json:"first"` Last LinksElement `json:"last"` Next *LinksElement `json:"next,omitempty"` Prev *LinksElement `json:"prev,omitempty"` Self LinksElement `json:"self"` }
PaginationLinks struct for PaginationLinks
func NewPaginationLinks ¶
func NewPaginationLinks(first LinksElement, last LinksElement, self LinksElement) *PaginationLinks
NewPaginationLinks instantiates a new PaginationLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginationLinksWithDefaults ¶
func NewPaginationLinksWithDefaults() *PaginationLinks
NewPaginationLinksWithDefaults instantiates a new PaginationLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginationLinks) GetFirst ¶
func (o *PaginationLinks) GetFirst() LinksElement
GetFirst returns the First field value
func (*PaginationLinks) GetFirstOk ¶
func (o *PaginationLinks) GetFirstOk() (*LinksElement, bool)
GetFirstOk returns a tuple with the First field value and a boolean to check if the value has been set.
func (*PaginationLinks) GetLast ¶
func (o *PaginationLinks) GetLast() LinksElement
GetLast returns the Last field value
func (*PaginationLinks) GetLastOk ¶
func (o *PaginationLinks) GetLastOk() (*LinksElement, bool)
GetLastOk returns a tuple with the Last field value and a boolean to check if the value has been set.
func (*PaginationLinks) GetNext ¶
func (o *PaginationLinks) GetNext() LinksElement
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginationLinks) GetNextOk ¶
func (o *PaginationLinks) GetNextOk() (*LinksElement, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationLinks) GetPrev ¶
func (o *PaginationLinks) GetPrev() LinksElement
GetPrev returns the Prev field value if set, zero value otherwise.
func (*PaginationLinks) GetPrevOk ¶
func (o *PaginationLinks) GetPrevOk() (*LinksElement, bool)
GetPrevOk returns a tuple with the Prev field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationLinks) GetSelf ¶
func (o *PaginationLinks) GetSelf() LinksElement
GetSelf returns the Self field value
func (*PaginationLinks) GetSelfOk ¶
func (o *PaginationLinks) GetSelfOk() (*LinksElement, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*PaginationLinks) HasNext ¶
func (o *PaginationLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginationLinks) HasPrev ¶
func (o *PaginationLinks) HasPrev() bool
HasPrev returns a boolean if a field has been set.
func (PaginationLinks) MarshalJSON ¶
func (o PaginationLinks) MarshalJSON() ([]byte, error)
func (*PaginationLinks) SetFirst ¶
func (o *PaginationLinks) SetFirst(v LinksElement)
SetFirst sets field value
func (*PaginationLinks) SetLast ¶
func (o *PaginationLinks) SetLast(v LinksElement)
SetLast sets field value
func (*PaginationLinks) SetNext ¶
func (o *PaginationLinks) SetNext(v LinksElement)
SetNext gets a reference to the given LinksElement and assigns it to the Next field.
func (*PaginationLinks) SetPrev ¶
func (o *PaginationLinks) SetPrev(v LinksElement)
SetPrev gets a reference to the given LinksElement and assigns it to the Prev field.
func (*PaginationLinks) SetSelf ¶
func (o *PaginationLinks) SetSelf(v LinksElement)
SetSelf sets field value
func (PaginationLinks) ToMap ¶
func (o PaginationLinks) ToMap() (map[string]interface{}, error)
type Passcodes ¶
type Passcodes struct { // The passcode for the Admin menu and the Settings menu. AdminMenuPin *string `json:"adminMenuPin,omitempty"` // The passcode for unreferenced refunds on standalone terminals. RefundPin *string `json:"refundPin,omitempty"` // The passcode to unlock the terminal screen after a timeout. ScreenLockPin *string `json:"screenLockPin,omitempty"` // The passcode for the Transactions menu. TxMenuPin *string `json:"txMenuPin,omitempty"` }
Passcodes struct for Passcodes
func NewPasscodes ¶
func NewPasscodes() *Passcodes
NewPasscodes instantiates a new Passcodes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPasscodesWithDefaults ¶
func NewPasscodesWithDefaults() *Passcodes
NewPasscodesWithDefaults instantiates a new Passcodes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Passcodes) GetAdminMenuPin ¶
GetAdminMenuPin returns the AdminMenuPin field value if set, zero value otherwise.
func (*Passcodes) GetAdminMenuPinOk ¶
GetAdminMenuPinOk returns a tuple with the AdminMenuPin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Passcodes) GetRefundPin ¶
GetRefundPin returns the RefundPin field value if set, zero value otherwise.
func (*Passcodes) GetRefundPinOk ¶
GetRefundPinOk returns a tuple with the RefundPin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Passcodes) GetScreenLockPin ¶
GetScreenLockPin returns the ScreenLockPin field value if set, zero value otherwise.
func (*Passcodes) GetScreenLockPinOk ¶
GetScreenLockPinOk returns a tuple with the ScreenLockPin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Passcodes) GetTxMenuPin ¶
GetTxMenuPin returns the TxMenuPin field value if set, zero value otherwise.
func (*Passcodes) GetTxMenuPinOk ¶
GetTxMenuPinOk returns a tuple with the TxMenuPin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Passcodes) HasAdminMenuPin ¶
HasAdminMenuPin returns a boolean if a field has been set.
func (*Passcodes) HasRefundPin ¶
HasRefundPin returns a boolean if a field has been set.
func (*Passcodes) HasScreenLockPin ¶
HasScreenLockPin returns a boolean if a field has been set.
func (*Passcodes) HasTxMenuPin ¶
HasTxMenuPin returns a boolean if a field has been set.
func (Passcodes) MarshalJSON ¶
func (*Passcodes) SetAdminMenuPin ¶
SetAdminMenuPin gets a reference to the given string and assigns it to the AdminMenuPin field.
func (*Passcodes) SetRefundPin ¶
SetRefundPin gets a reference to the given string and assigns it to the RefundPin field.
func (*Passcodes) SetScreenLockPin ¶
SetScreenLockPin gets a reference to the given string and assigns it to the ScreenLockPin field.
func (*Passcodes) SetTxMenuPin ¶
SetTxMenuPin gets a reference to the given string and assigns it to the TxMenuPin field.
type PayAtTable ¶
type PayAtTable struct { // Allowed authentication methods: Magswipe, Manual Entry. AuthenticationMethod *string `json:"authenticationMethod,omitempty"` // Enable Pay at table. EnablePayAtTable *bool `json:"enablePayAtTable,omitempty"` }
PayAtTable struct for PayAtTable
func NewPayAtTable ¶
func NewPayAtTable() *PayAtTable
NewPayAtTable instantiates a new PayAtTable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayAtTableWithDefaults ¶
func NewPayAtTableWithDefaults() *PayAtTable
NewPayAtTableWithDefaults instantiates a new PayAtTable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayAtTable) GetAuthenticationMethod ¶
func (o *PayAtTable) GetAuthenticationMethod() string
GetAuthenticationMethod returns the AuthenticationMethod field value if set, zero value otherwise.
func (*PayAtTable) GetAuthenticationMethodOk ¶
func (o *PayAtTable) GetAuthenticationMethodOk() (*string, bool)
GetAuthenticationMethodOk returns a tuple with the AuthenticationMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayAtTable) GetEnablePayAtTable ¶
func (o *PayAtTable) GetEnablePayAtTable() bool
GetEnablePayAtTable returns the EnablePayAtTable field value if set, zero value otherwise.
func (*PayAtTable) GetEnablePayAtTableOk ¶
func (o *PayAtTable) GetEnablePayAtTableOk() (*bool, bool)
GetEnablePayAtTableOk returns a tuple with the EnablePayAtTable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayAtTable) HasAuthenticationMethod ¶
func (o *PayAtTable) HasAuthenticationMethod() bool
HasAuthenticationMethod returns a boolean if a field has been set.
func (*PayAtTable) HasEnablePayAtTable ¶
func (o *PayAtTable) HasEnablePayAtTable() bool
HasEnablePayAtTable returns a boolean if a field has been set.
func (PayAtTable) MarshalJSON ¶
func (o PayAtTable) MarshalJSON() ([]byte, error)
func (*PayAtTable) SetAuthenticationMethod ¶
func (o *PayAtTable) SetAuthenticationMethod(v string)
SetAuthenticationMethod gets a reference to the given string and assigns it to the AuthenticationMethod field.
func (*PayAtTable) SetEnablePayAtTable ¶
func (o *PayAtTable) SetEnablePayAtTable(v bool)
SetEnablePayAtTable gets a reference to the given bool and assigns it to the EnablePayAtTable field.
func (PayAtTable) ToMap ¶
func (o PayAtTable) ToMap() (map[string]interface{}, error)
type PayPalInfo ¶
type PayPalInfo struct { // Indicates if direct (immediate) capture for PayPal is enabled. If set to **true**, this setting overrides the [capture](https://docs.adyen.com/online-payments/capture) settings of your merchant account. Default value: **true**. DirectCapture *bool `json:"directCapture,omitempty"` // PayPal Merchant ID. Character length and limitations: 13 single-byte alphanumeric characters. PayerId string `json:"payerId"` // Your business email address. Subject string `json:"subject"` }
PayPalInfo struct for PayPalInfo
func NewPayPalInfo ¶
func NewPayPalInfo(payerId string, subject string) *PayPalInfo
NewPayPalInfo instantiates a new PayPalInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayPalInfoWithDefaults ¶
func NewPayPalInfoWithDefaults() *PayPalInfo
NewPayPalInfoWithDefaults instantiates a new PayPalInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayPalInfo) GetDirectCapture ¶
func (o *PayPalInfo) GetDirectCapture() bool
GetDirectCapture returns the DirectCapture field value if set, zero value otherwise.
func (*PayPalInfo) GetDirectCaptureOk ¶
func (o *PayPalInfo) GetDirectCaptureOk() (*bool, bool)
GetDirectCaptureOk returns a tuple with the DirectCapture field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayPalInfo) GetPayerId ¶
func (o *PayPalInfo) GetPayerId() string
GetPayerId returns the PayerId field value
func (*PayPalInfo) GetPayerIdOk ¶
func (o *PayPalInfo) GetPayerIdOk() (*string, bool)
GetPayerIdOk returns a tuple with the PayerId field value and a boolean to check if the value has been set.
func (*PayPalInfo) GetSubject ¶
func (o *PayPalInfo) GetSubject() string
GetSubject returns the Subject field value
func (*PayPalInfo) GetSubjectOk ¶
func (o *PayPalInfo) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*PayPalInfo) HasDirectCapture ¶
func (o *PayPalInfo) HasDirectCapture() bool
HasDirectCapture returns a boolean if a field has been set.
func (PayPalInfo) MarshalJSON ¶
func (o PayPalInfo) MarshalJSON() ([]byte, error)
func (*PayPalInfo) SetDirectCapture ¶
func (o *PayPalInfo) SetDirectCapture(v bool)
SetDirectCapture gets a reference to the given bool and assigns it to the DirectCapture field.
func (*PayPalInfo) SetPayerId ¶
func (o *PayPalInfo) SetPayerId(v string)
SetPayerId sets field value
func (*PayPalInfo) SetSubject ¶
func (o *PayPalInfo) SetSubject(v string)
SetSubject sets field value
func (PayPalInfo) ToMap ¶
func (o PayPalInfo) ToMap() (map[string]interface{}, error)
type Payment ¶
type Payment struct { // The default currency for contactless payments on the payment terminal, as the three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code. ContactlessCurrency *string `json:"contactlessCurrency,omitempty"` // Hides the minor units for the listed [ISO currency codes](https://en.wikipedia.org/wiki/ISO_4217). HideMinorUnitsInCurrencies []string `json:"hideMinorUnitsInCurrencies,omitempty"` }
Payment struct for Payment
func NewPayment ¶
func NewPayment() *Payment
NewPayment instantiates a new Payment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentWithDefaults ¶
func NewPaymentWithDefaults() *Payment
NewPaymentWithDefaults instantiates a new Payment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Payment) GetContactlessCurrency ¶
GetContactlessCurrency returns the ContactlessCurrency field value if set, zero value otherwise.
func (*Payment) GetContactlessCurrencyOk ¶
GetContactlessCurrencyOk returns a tuple with the ContactlessCurrency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetHideMinorUnitsInCurrencies ¶
GetHideMinorUnitsInCurrencies returns the HideMinorUnitsInCurrencies field value if set, zero value otherwise.
func (*Payment) GetHideMinorUnitsInCurrenciesOk ¶
GetHideMinorUnitsInCurrenciesOk returns a tuple with the HideMinorUnitsInCurrencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) HasContactlessCurrency ¶
HasContactlessCurrency returns a boolean if a field has been set.
func (*Payment) HasHideMinorUnitsInCurrencies ¶
HasHideMinorUnitsInCurrencies returns a boolean if a field has been set.
func (Payment) MarshalJSON ¶
func (*Payment) SetContactlessCurrency ¶
SetContactlessCurrency gets a reference to the given string and assigns it to the ContactlessCurrency field.
func (*Payment) SetHideMinorUnitsInCurrencies ¶
SetHideMinorUnitsInCurrencies gets a reference to the given []string and assigns it to the HideMinorUnitsInCurrencies field.
type PaymentMethod ¶
type PaymentMethod struct { AfterpayTouch *AfterpayTouchInfo `json:"afterpayTouch,omitempty"` // Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account. Allowed *bool `json:"allowed,omitempty"` ApplePay *ApplePayInfo `json:"applePay,omitempty"` Bcmc *BcmcInfo `json:"bcmc,omitempty"` // The unique identifier of the business line. BusinessLineId *string `json:"businessLineId,omitempty"` CartesBancaires *CartesBancairesInfo `json:"cartesBancaires,omitempty"` Clearpay *ClearpayInfo `json:"clearpay,omitempty"` // The list of countries where a payment method is available. By default, all countries supported by the payment method. Countries []string `json:"countries,omitempty"` Cup *GenericPmWithTdiInfo `json:"cup,omitempty"` // The list of currencies that a payment method supports. By default, all currencies supported by the payment method. Currencies []string `json:"currencies,omitempty"` // The list of custom routing flags to route payment to the intended acquirer. CustomRoutingFlags []string `json:"customRoutingFlags,omitempty"` Diners *GenericPmWithTdiInfo `json:"diners,omitempty"` Discover *GenericPmWithTdiInfo `json:"discover,omitempty"` EftposAustralia *GenericPmWithTdiInfo `json:"eftpos_australia,omitempty"` // Indicates whether the payment method is enabled (**true**) or disabled (**false**). Enabled *bool `json:"enabled,omitempty"` GiroPay *GiroPayInfo `json:"giroPay,omitempty"` Girocard *GenericPmWithTdiInfo `json:"girocard,omitempty"` GooglePay *GooglePayInfo `json:"googlePay,omitempty"` // The identifier of the resource. Id string `json:"id"` Ideal *GenericPmWithTdiInfo `json:"ideal,omitempty"` InteracCard *GenericPmWithTdiInfo `json:"interac_card,omitempty"` Jcb *GenericPmWithTdiInfo `json:"jcb,omitempty"` Klarna *KlarnaInfo `json:"klarna,omitempty"` Maestro *GenericPmWithTdiInfo `json:"maestro,omitempty"` Mc *GenericPmWithTdiInfo `json:"mc,omitempty"` MealVoucherFR *MealVoucherFRInfo `json:"mealVoucher_FR,omitempty"` Paypal *PayPalInfo `json:"paypal,omitempty"` // Your reference for the payment method. Supported characters a-z, A-Z, 0-9. Reference *string `json:"reference,omitempty"` // The sales channel. ShopperInteraction *string `json:"shopperInteraction,omitempty"` Sofort *SofortInfo `json:"sofort,omitempty"` // The unique identifier of the store for which to configure the payment method, if any. StoreIds []string `json:"storeIds,omitempty"` Swish *SwishInfo `json:"swish,omitempty"` Twint *TwintInfo `json:"twint,omitempty"` // Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api). Type *string `json:"type,omitempty"` // Payment method status. Possible values: * **valid** * **pending** * **invalid** * **rejected** VerificationStatus *string `json:"verificationStatus,omitempty"` Vipps *VippsInfo `json:"vipps,omitempty"` Visa *GenericPmWithTdiInfo `json:"visa,omitempty"` }
PaymentMethod struct for PaymentMethod
func NewPaymentMethod ¶
func NewPaymentMethod(id string) *PaymentMethod
NewPaymentMethod instantiates a new PaymentMethod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentMethodWithDefaults ¶
func NewPaymentMethodWithDefaults() *PaymentMethod
NewPaymentMethodWithDefaults instantiates a new PaymentMethod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaymentMethod) GetAfterpayTouch ¶
func (o *PaymentMethod) GetAfterpayTouch() AfterpayTouchInfo
GetAfterpayTouch returns the AfterpayTouch field value if set, zero value otherwise.
func (*PaymentMethod) GetAfterpayTouchOk ¶
func (o *PaymentMethod) GetAfterpayTouchOk() (*AfterpayTouchInfo, bool)
GetAfterpayTouchOk returns a tuple with the AfterpayTouch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetAllowed ¶
func (o *PaymentMethod) GetAllowed() bool
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*PaymentMethod) GetAllowedOk ¶
func (o *PaymentMethod) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetApplePay ¶
func (o *PaymentMethod) GetApplePay() ApplePayInfo
GetApplePay returns the ApplePay field value if set, zero value otherwise.
func (*PaymentMethod) GetApplePayOk ¶
func (o *PaymentMethod) GetApplePayOk() (*ApplePayInfo, bool)
GetApplePayOk returns a tuple with the ApplePay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetBcmc ¶
func (o *PaymentMethod) GetBcmc() BcmcInfo
GetBcmc returns the Bcmc field value if set, zero value otherwise.
func (*PaymentMethod) GetBcmcOk ¶
func (o *PaymentMethod) GetBcmcOk() (*BcmcInfo, bool)
GetBcmcOk returns a tuple with the Bcmc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetBusinessLineId ¶
func (o *PaymentMethod) GetBusinessLineId() string
GetBusinessLineId returns the BusinessLineId field value if set, zero value otherwise.
func (*PaymentMethod) GetBusinessLineIdOk ¶
func (o *PaymentMethod) GetBusinessLineIdOk() (*string, bool)
GetBusinessLineIdOk returns a tuple with the BusinessLineId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetCartesBancaires ¶
func (o *PaymentMethod) GetCartesBancaires() CartesBancairesInfo
GetCartesBancaires returns the CartesBancaires field value if set, zero value otherwise.
func (*PaymentMethod) GetCartesBancairesOk ¶
func (o *PaymentMethod) GetCartesBancairesOk() (*CartesBancairesInfo, bool)
GetCartesBancairesOk returns a tuple with the CartesBancaires field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetClearpay ¶
func (o *PaymentMethod) GetClearpay() ClearpayInfo
GetClearpay returns the Clearpay field value if set, zero value otherwise.
func (*PaymentMethod) GetClearpayOk ¶
func (o *PaymentMethod) GetClearpayOk() (*ClearpayInfo, bool)
GetClearpayOk returns a tuple with the Clearpay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetCountries ¶
func (o *PaymentMethod) GetCountries() []string
GetCountries returns the Countries field value if set, zero value otherwise.
func (*PaymentMethod) GetCountriesOk ¶
func (o *PaymentMethod) GetCountriesOk() ([]string, bool)
GetCountriesOk returns a tuple with the Countries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetCup ¶
func (o *PaymentMethod) GetCup() GenericPmWithTdiInfo
GetCup returns the Cup field value if set, zero value otherwise.
func (*PaymentMethod) GetCupOk ¶
func (o *PaymentMethod) GetCupOk() (*GenericPmWithTdiInfo, bool)
GetCupOk returns a tuple with the Cup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetCurrencies ¶
func (o *PaymentMethod) GetCurrencies() []string
GetCurrencies returns the Currencies field value if set, zero value otherwise.
func (*PaymentMethod) GetCurrenciesOk ¶
func (o *PaymentMethod) GetCurrenciesOk() ([]string, bool)
GetCurrenciesOk returns a tuple with the Currencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetCustomRoutingFlags ¶
func (o *PaymentMethod) GetCustomRoutingFlags() []string
GetCustomRoutingFlags returns the CustomRoutingFlags field value if set, zero value otherwise.
func (*PaymentMethod) GetCustomRoutingFlagsOk ¶
func (o *PaymentMethod) GetCustomRoutingFlagsOk() ([]string, bool)
GetCustomRoutingFlagsOk returns a tuple with the CustomRoutingFlags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetDiners ¶
func (o *PaymentMethod) GetDiners() GenericPmWithTdiInfo
GetDiners returns the Diners field value if set, zero value otherwise.
func (*PaymentMethod) GetDinersOk ¶
func (o *PaymentMethod) GetDinersOk() (*GenericPmWithTdiInfo, bool)
GetDinersOk returns a tuple with the Diners field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetDiscover ¶
func (o *PaymentMethod) GetDiscover() GenericPmWithTdiInfo
GetDiscover returns the Discover field value if set, zero value otherwise.
func (*PaymentMethod) GetDiscoverOk ¶
func (o *PaymentMethod) GetDiscoverOk() (*GenericPmWithTdiInfo, bool)
GetDiscoverOk returns a tuple with the Discover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetEftposAustralia ¶
func (o *PaymentMethod) GetEftposAustralia() GenericPmWithTdiInfo
GetEftposAustralia returns the EftposAustralia field value if set, zero value otherwise.
func (*PaymentMethod) GetEftposAustraliaOk ¶
func (o *PaymentMethod) GetEftposAustraliaOk() (*GenericPmWithTdiInfo, bool)
GetEftposAustraliaOk returns a tuple with the EftposAustralia field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetEnabled ¶
func (o *PaymentMethod) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*PaymentMethod) GetEnabledOk ¶
func (o *PaymentMethod) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetGiroPay ¶
func (o *PaymentMethod) GetGiroPay() GiroPayInfo
GetGiroPay returns the GiroPay field value if set, zero value otherwise.
func (*PaymentMethod) GetGiroPayOk ¶
func (o *PaymentMethod) GetGiroPayOk() (*GiroPayInfo, bool)
GetGiroPayOk returns a tuple with the GiroPay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetGirocard ¶
func (o *PaymentMethod) GetGirocard() GenericPmWithTdiInfo
GetGirocard returns the Girocard field value if set, zero value otherwise.
func (*PaymentMethod) GetGirocardOk ¶
func (o *PaymentMethod) GetGirocardOk() (*GenericPmWithTdiInfo, bool)
GetGirocardOk returns a tuple with the Girocard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetGooglePay ¶
func (o *PaymentMethod) GetGooglePay() GooglePayInfo
GetGooglePay returns the GooglePay field value if set, zero value otherwise.
func (*PaymentMethod) GetGooglePayOk ¶
func (o *PaymentMethod) GetGooglePayOk() (*GooglePayInfo, bool)
GetGooglePayOk returns a tuple with the GooglePay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetId ¶
func (o *PaymentMethod) GetId() string
GetId returns the Id field value
func (*PaymentMethod) GetIdOk ¶
func (o *PaymentMethod) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PaymentMethod) GetIdeal ¶
func (o *PaymentMethod) GetIdeal() GenericPmWithTdiInfo
GetIdeal returns the Ideal field value if set, zero value otherwise.
func (*PaymentMethod) GetIdealOk ¶
func (o *PaymentMethod) GetIdealOk() (*GenericPmWithTdiInfo, bool)
GetIdealOk returns a tuple with the Ideal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetInteracCard ¶
func (o *PaymentMethod) GetInteracCard() GenericPmWithTdiInfo
GetInteracCard returns the InteracCard field value if set, zero value otherwise.
func (*PaymentMethod) GetInteracCardOk ¶
func (o *PaymentMethod) GetInteracCardOk() (*GenericPmWithTdiInfo, bool)
GetInteracCardOk returns a tuple with the InteracCard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetJcb ¶
func (o *PaymentMethod) GetJcb() GenericPmWithTdiInfo
GetJcb returns the Jcb field value if set, zero value otherwise.
func (*PaymentMethod) GetJcbOk ¶
func (o *PaymentMethod) GetJcbOk() (*GenericPmWithTdiInfo, bool)
GetJcbOk returns a tuple with the Jcb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetKlarna ¶
func (o *PaymentMethod) GetKlarna() KlarnaInfo
GetKlarna returns the Klarna field value if set, zero value otherwise.
func (*PaymentMethod) GetKlarnaOk ¶
func (o *PaymentMethod) GetKlarnaOk() (*KlarnaInfo, bool)
GetKlarnaOk returns a tuple with the Klarna field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetMaestro ¶
func (o *PaymentMethod) GetMaestro() GenericPmWithTdiInfo
GetMaestro returns the Maestro field value if set, zero value otherwise.
func (*PaymentMethod) GetMaestroOk ¶
func (o *PaymentMethod) GetMaestroOk() (*GenericPmWithTdiInfo, bool)
GetMaestroOk returns a tuple with the Maestro field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetMc ¶
func (o *PaymentMethod) GetMc() GenericPmWithTdiInfo
GetMc returns the Mc field value if set, zero value otherwise.
func (*PaymentMethod) GetMcOk ¶
func (o *PaymentMethod) GetMcOk() (*GenericPmWithTdiInfo, bool)
GetMcOk returns a tuple with the Mc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetMealVoucherFR ¶
func (o *PaymentMethod) GetMealVoucherFR() MealVoucherFRInfo
GetMealVoucherFR returns the MealVoucherFR field value if set, zero value otherwise.
func (*PaymentMethod) GetMealVoucherFROk ¶
func (o *PaymentMethod) GetMealVoucherFROk() (*MealVoucherFRInfo, bool)
GetMealVoucherFROk returns a tuple with the MealVoucherFR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetPaypal ¶
func (o *PaymentMethod) GetPaypal() PayPalInfo
GetPaypal returns the Paypal field value if set, zero value otherwise.
func (*PaymentMethod) GetPaypalOk ¶
func (o *PaymentMethod) GetPaypalOk() (*PayPalInfo, bool)
GetPaypalOk returns a tuple with the Paypal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetReference ¶
func (o *PaymentMethod) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*PaymentMethod) GetReferenceOk ¶
func (o *PaymentMethod) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetShopperInteraction ¶
func (o *PaymentMethod) GetShopperInteraction() string
GetShopperInteraction returns the ShopperInteraction field value if set, zero value otherwise.
func (*PaymentMethod) GetShopperInteractionOk ¶
func (o *PaymentMethod) GetShopperInteractionOk() (*string, bool)
GetShopperInteractionOk returns a tuple with the ShopperInteraction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetSofort ¶
func (o *PaymentMethod) GetSofort() SofortInfo
GetSofort returns the Sofort field value if set, zero value otherwise.
func (*PaymentMethod) GetSofortOk ¶
func (o *PaymentMethod) GetSofortOk() (*SofortInfo, bool)
GetSofortOk returns a tuple with the Sofort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetStoreIds ¶
func (o *PaymentMethod) GetStoreIds() []string
GetStoreIds returns the StoreIds field value if set, zero value otherwise.
func (*PaymentMethod) GetStoreIdsOk ¶
func (o *PaymentMethod) GetStoreIdsOk() ([]string, bool)
GetStoreIdsOk returns a tuple with the StoreIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetSwish ¶
func (o *PaymentMethod) GetSwish() SwishInfo
GetSwish returns the Swish field value if set, zero value otherwise.
func (*PaymentMethod) GetSwishOk ¶
func (o *PaymentMethod) GetSwishOk() (*SwishInfo, bool)
GetSwishOk returns a tuple with the Swish field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetTwint ¶
func (o *PaymentMethod) GetTwint() TwintInfo
GetTwint returns the Twint field value if set, zero value otherwise.
func (*PaymentMethod) GetTwintOk ¶
func (o *PaymentMethod) GetTwintOk() (*TwintInfo, bool)
GetTwintOk returns a tuple with the Twint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetType ¶
func (o *PaymentMethod) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*PaymentMethod) GetTypeOk ¶
func (o *PaymentMethod) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetVerificationStatus ¶
func (o *PaymentMethod) GetVerificationStatus() string
GetVerificationStatus returns the VerificationStatus field value if set, zero value otherwise.
func (*PaymentMethod) GetVerificationStatusOk ¶
func (o *PaymentMethod) GetVerificationStatusOk() (*string, bool)
GetVerificationStatusOk returns a tuple with the VerificationStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetVipps ¶
func (o *PaymentMethod) GetVipps() VippsInfo
GetVipps returns the Vipps field value if set, zero value otherwise.
func (*PaymentMethod) GetVippsOk ¶
func (o *PaymentMethod) GetVippsOk() (*VippsInfo, bool)
GetVippsOk returns a tuple with the Vipps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) GetVisa ¶
func (o *PaymentMethod) GetVisa() GenericPmWithTdiInfo
GetVisa returns the Visa field value if set, zero value otherwise.
func (*PaymentMethod) GetVisaOk ¶
func (o *PaymentMethod) GetVisaOk() (*GenericPmWithTdiInfo, bool)
GetVisaOk returns a tuple with the Visa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethod) HasAfterpayTouch ¶
func (o *PaymentMethod) HasAfterpayTouch() bool
HasAfterpayTouch returns a boolean if a field has been set.
func (*PaymentMethod) HasAllowed ¶
func (o *PaymentMethod) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (*PaymentMethod) HasApplePay ¶
func (o *PaymentMethod) HasApplePay() bool
HasApplePay returns a boolean if a field has been set.
func (*PaymentMethod) HasBcmc ¶
func (o *PaymentMethod) HasBcmc() bool
HasBcmc returns a boolean if a field has been set.
func (*PaymentMethod) HasBusinessLineId ¶
func (o *PaymentMethod) HasBusinessLineId() bool
HasBusinessLineId returns a boolean if a field has been set.
func (*PaymentMethod) HasCartesBancaires ¶
func (o *PaymentMethod) HasCartesBancaires() bool
HasCartesBancaires returns a boolean if a field has been set.
func (*PaymentMethod) HasClearpay ¶
func (o *PaymentMethod) HasClearpay() bool
HasClearpay returns a boolean if a field has been set.
func (*PaymentMethod) HasCountries ¶
func (o *PaymentMethod) HasCountries() bool
HasCountries returns a boolean if a field has been set.
func (*PaymentMethod) HasCup ¶
func (o *PaymentMethod) HasCup() bool
HasCup returns a boolean if a field has been set.
func (*PaymentMethod) HasCurrencies ¶
func (o *PaymentMethod) HasCurrencies() bool
HasCurrencies returns a boolean if a field has been set.
func (*PaymentMethod) HasCustomRoutingFlags ¶
func (o *PaymentMethod) HasCustomRoutingFlags() bool
HasCustomRoutingFlags returns a boolean if a field has been set.
func (*PaymentMethod) HasDiners ¶
func (o *PaymentMethod) HasDiners() bool
HasDiners returns a boolean if a field has been set.
func (*PaymentMethod) HasDiscover ¶
func (o *PaymentMethod) HasDiscover() bool
HasDiscover returns a boolean if a field has been set.
func (*PaymentMethod) HasEftposAustralia ¶
func (o *PaymentMethod) HasEftposAustralia() bool
HasEftposAustralia returns a boolean if a field has been set.
func (*PaymentMethod) HasEnabled ¶
func (o *PaymentMethod) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*PaymentMethod) HasGiroPay ¶
func (o *PaymentMethod) HasGiroPay() bool
HasGiroPay returns a boolean if a field has been set.
func (*PaymentMethod) HasGirocard ¶
func (o *PaymentMethod) HasGirocard() bool
HasGirocard returns a boolean if a field has been set.
func (*PaymentMethod) HasGooglePay ¶
func (o *PaymentMethod) HasGooglePay() bool
HasGooglePay returns a boolean if a field has been set.
func (*PaymentMethod) HasIdeal ¶
func (o *PaymentMethod) HasIdeal() bool
HasIdeal returns a boolean if a field has been set.
func (*PaymentMethod) HasInteracCard ¶
func (o *PaymentMethod) HasInteracCard() bool
HasInteracCard returns a boolean if a field has been set.
func (*PaymentMethod) HasJcb ¶
func (o *PaymentMethod) HasJcb() bool
HasJcb returns a boolean if a field has been set.
func (*PaymentMethod) HasKlarna ¶
func (o *PaymentMethod) HasKlarna() bool
HasKlarna returns a boolean if a field has been set.
func (*PaymentMethod) HasMaestro ¶
func (o *PaymentMethod) HasMaestro() bool
HasMaestro returns a boolean if a field has been set.
func (*PaymentMethod) HasMc ¶
func (o *PaymentMethod) HasMc() bool
HasMc returns a boolean if a field has been set.
func (*PaymentMethod) HasMealVoucherFR ¶
func (o *PaymentMethod) HasMealVoucherFR() bool
HasMealVoucherFR returns a boolean if a field has been set.
func (*PaymentMethod) HasPaypal ¶
func (o *PaymentMethod) HasPaypal() bool
HasPaypal returns a boolean if a field has been set.
func (*PaymentMethod) HasReference ¶
func (o *PaymentMethod) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*PaymentMethod) HasShopperInteraction ¶
func (o *PaymentMethod) HasShopperInteraction() bool
HasShopperInteraction returns a boolean if a field has been set.
func (*PaymentMethod) HasSofort ¶
func (o *PaymentMethod) HasSofort() bool
HasSofort returns a boolean if a field has been set.
func (*PaymentMethod) HasStoreIds ¶
func (o *PaymentMethod) HasStoreIds() bool
HasStoreIds returns a boolean if a field has been set.
func (*PaymentMethod) HasSwish ¶
func (o *PaymentMethod) HasSwish() bool
HasSwish returns a boolean if a field has been set.
func (*PaymentMethod) HasTwint ¶
func (o *PaymentMethod) HasTwint() bool
HasTwint returns a boolean if a field has been set.
func (*PaymentMethod) HasType ¶
func (o *PaymentMethod) HasType() bool
HasType returns a boolean if a field has been set.
func (*PaymentMethod) HasVerificationStatus ¶
func (o *PaymentMethod) HasVerificationStatus() bool
HasVerificationStatus returns a boolean if a field has been set.
func (*PaymentMethod) HasVipps ¶
func (o *PaymentMethod) HasVipps() bool
HasVipps returns a boolean if a field has been set.
func (*PaymentMethod) HasVisa ¶
func (o *PaymentMethod) HasVisa() bool
HasVisa returns a boolean if a field has been set.
func (PaymentMethod) MarshalJSON ¶
func (o PaymentMethod) MarshalJSON() ([]byte, error)
func (*PaymentMethod) SetAfterpayTouch ¶
func (o *PaymentMethod) SetAfterpayTouch(v AfterpayTouchInfo)
SetAfterpayTouch gets a reference to the given AfterpayTouchInfo and assigns it to the AfterpayTouch field.
func (*PaymentMethod) SetAllowed ¶
func (o *PaymentMethod) SetAllowed(v bool)
SetAllowed gets a reference to the given bool and assigns it to the Allowed field.
func (*PaymentMethod) SetApplePay ¶
func (o *PaymentMethod) SetApplePay(v ApplePayInfo)
SetApplePay gets a reference to the given ApplePayInfo and assigns it to the ApplePay field.
func (*PaymentMethod) SetBcmc ¶
func (o *PaymentMethod) SetBcmc(v BcmcInfo)
SetBcmc gets a reference to the given BcmcInfo and assigns it to the Bcmc field.
func (*PaymentMethod) SetBusinessLineId ¶
func (o *PaymentMethod) SetBusinessLineId(v string)
SetBusinessLineId gets a reference to the given string and assigns it to the BusinessLineId field.
func (*PaymentMethod) SetCartesBancaires ¶
func (o *PaymentMethod) SetCartesBancaires(v CartesBancairesInfo)
SetCartesBancaires gets a reference to the given CartesBancairesInfo and assigns it to the CartesBancaires field.
func (*PaymentMethod) SetClearpay ¶
func (o *PaymentMethod) SetClearpay(v ClearpayInfo)
SetClearpay gets a reference to the given ClearpayInfo and assigns it to the Clearpay field.
func (*PaymentMethod) SetCountries ¶
func (o *PaymentMethod) SetCountries(v []string)
SetCountries gets a reference to the given []string and assigns it to the Countries field.
func (*PaymentMethod) SetCup ¶
func (o *PaymentMethod) SetCup(v GenericPmWithTdiInfo)
SetCup gets a reference to the given GenericPmWithTdiInfo and assigns it to the Cup field.
func (*PaymentMethod) SetCurrencies ¶
func (o *PaymentMethod) SetCurrencies(v []string)
SetCurrencies gets a reference to the given []string and assigns it to the Currencies field.
func (*PaymentMethod) SetCustomRoutingFlags ¶
func (o *PaymentMethod) SetCustomRoutingFlags(v []string)
SetCustomRoutingFlags gets a reference to the given []string and assigns it to the CustomRoutingFlags field.
func (*PaymentMethod) SetDiners ¶
func (o *PaymentMethod) SetDiners(v GenericPmWithTdiInfo)
SetDiners gets a reference to the given GenericPmWithTdiInfo and assigns it to the Diners field.
func (*PaymentMethod) SetDiscover ¶
func (o *PaymentMethod) SetDiscover(v GenericPmWithTdiInfo)
SetDiscover gets a reference to the given GenericPmWithTdiInfo and assigns it to the Discover field.
func (*PaymentMethod) SetEftposAustralia ¶
func (o *PaymentMethod) SetEftposAustralia(v GenericPmWithTdiInfo)
SetEftposAustralia gets a reference to the given GenericPmWithTdiInfo and assigns it to the EftposAustralia field.
func (*PaymentMethod) SetEnabled ¶
func (o *PaymentMethod) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*PaymentMethod) SetGiroPay ¶
func (o *PaymentMethod) SetGiroPay(v GiroPayInfo)
SetGiroPay gets a reference to the given GiroPayInfo and assigns it to the GiroPay field.
func (*PaymentMethod) SetGirocard ¶
func (o *PaymentMethod) SetGirocard(v GenericPmWithTdiInfo)
SetGirocard gets a reference to the given GenericPmWithTdiInfo and assigns it to the Girocard field.
func (*PaymentMethod) SetGooglePay ¶
func (o *PaymentMethod) SetGooglePay(v GooglePayInfo)
SetGooglePay gets a reference to the given GooglePayInfo and assigns it to the GooglePay field.
func (*PaymentMethod) SetIdeal ¶
func (o *PaymentMethod) SetIdeal(v GenericPmWithTdiInfo)
SetIdeal gets a reference to the given GenericPmWithTdiInfo and assigns it to the Ideal field.
func (*PaymentMethod) SetInteracCard ¶
func (o *PaymentMethod) SetInteracCard(v GenericPmWithTdiInfo)
SetInteracCard gets a reference to the given GenericPmWithTdiInfo and assigns it to the InteracCard field.
func (*PaymentMethod) SetJcb ¶
func (o *PaymentMethod) SetJcb(v GenericPmWithTdiInfo)
SetJcb gets a reference to the given GenericPmWithTdiInfo and assigns it to the Jcb field.
func (*PaymentMethod) SetKlarna ¶
func (o *PaymentMethod) SetKlarna(v KlarnaInfo)
SetKlarna gets a reference to the given KlarnaInfo and assigns it to the Klarna field.
func (*PaymentMethod) SetMaestro ¶
func (o *PaymentMethod) SetMaestro(v GenericPmWithTdiInfo)
SetMaestro gets a reference to the given GenericPmWithTdiInfo and assigns it to the Maestro field.
func (*PaymentMethod) SetMc ¶
func (o *PaymentMethod) SetMc(v GenericPmWithTdiInfo)
SetMc gets a reference to the given GenericPmWithTdiInfo and assigns it to the Mc field.
func (*PaymentMethod) SetMealVoucherFR ¶
func (o *PaymentMethod) SetMealVoucherFR(v MealVoucherFRInfo)
SetMealVoucherFR gets a reference to the given MealVoucherFRInfo and assigns it to the MealVoucherFR field.
func (*PaymentMethod) SetPaypal ¶
func (o *PaymentMethod) SetPaypal(v PayPalInfo)
SetPaypal gets a reference to the given PayPalInfo and assigns it to the Paypal field.
func (*PaymentMethod) SetReference ¶
func (o *PaymentMethod) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*PaymentMethod) SetShopperInteraction ¶
func (o *PaymentMethod) SetShopperInteraction(v string)
SetShopperInteraction gets a reference to the given string and assigns it to the ShopperInteraction field.
func (*PaymentMethod) SetSofort ¶
func (o *PaymentMethod) SetSofort(v SofortInfo)
SetSofort gets a reference to the given SofortInfo and assigns it to the Sofort field.
func (*PaymentMethod) SetStoreIds ¶
func (o *PaymentMethod) SetStoreIds(v []string)
SetStoreIds gets a reference to the given []string and assigns it to the StoreIds field.
func (*PaymentMethod) SetSwish ¶
func (o *PaymentMethod) SetSwish(v SwishInfo)
SetSwish gets a reference to the given SwishInfo and assigns it to the Swish field.
func (*PaymentMethod) SetTwint ¶
func (o *PaymentMethod) SetTwint(v TwintInfo)
SetTwint gets a reference to the given TwintInfo and assigns it to the Twint field.
func (*PaymentMethod) SetType ¶
func (o *PaymentMethod) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*PaymentMethod) SetVerificationStatus ¶
func (o *PaymentMethod) SetVerificationStatus(v string)
SetVerificationStatus gets a reference to the given string and assigns it to the VerificationStatus field.
func (*PaymentMethod) SetVipps ¶
func (o *PaymentMethod) SetVipps(v VippsInfo)
SetVipps gets a reference to the given VippsInfo and assigns it to the Vipps field.
func (*PaymentMethod) SetVisa ¶
func (o *PaymentMethod) SetVisa(v GenericPmWithTdiInfo)
SetVisa gets a reference to the given GenericPmWithTdiInfo and assigns it to the Visa field.
func (PaymentMethod) ToMap ¶
func (o PaymentMethod) ToMap() (map[string]interface{}, error)
type PaymentMethodResponse ¶
type PaymentMethodResponse struct { Links *PaginationLinks `json:"_links,omitempty"` // The list of supported payment methods and their details. Data []PaymentMethod `json:"data,omitempty"` // Total number of items. ItemsTotal int32 `json:"itemsTotal"` // Total number of pages. PagesTotal int32 `json:"pagesTotal"` // Payment method types with errors. TypesWithErrors []string `json:"typesWithErrors,omitempty"` }
PaymentMethodResponse struct for PaymentMethodResponse
func NewPaymentMethodResponse ¶
func NewPaymentMethodResponse(itemsTotal int32, pagesTotal int32) *PaymentMethodResponse
NewPaymentMethodResponse instantiates a new PaymentMethodResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentMethodResponseWithDefaults ¶
func NewPaymentMethodResponseWithDefaults() *PaymentMethodResponse
NewPaymentMethodResponseWithDefaults instantiates a new PaymentMethodResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaymentMethodResponse) GetData ¶
func (o *PaymentMethodResponse) GetData() []PaymentMethod
GetData returns the Data field value if set, zero value otherwise.
func (*PaymentMethodResponse) GetDataOk ¶
func (o *PaymentMethodResponse) GetDataOk() ([]PaymentMethod, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodResponse) GetItemsTotal ¶
func (o *PaymentMethodResponse) GetItemsTotal() int32
GetItemsTotal returns the ItemsTotal field value
func (*PaymentMethodResponse) GetItemsTotalOk ¶
func (o *PaymentMethodResponse) GetItemsTotalOk() (*int32, bool)
GetItemsTotalOk returns a tuple with the ItemsTotal field value and a boolean to check if the value has been set.
func (*PaymentMethodResponse) GetLinks ¶
func (o *PaymentMethodResponse) GetLinks() PaginationLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*PaymentMethodResponse) GetLinksOk ¶
func (o *PaymentMethodResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodResponse) GetPagesTotal ¶
func (o *PaymentMethodResponse) GetPagesTotal() int32
GetPagesTotal returns the PagesTotal field value
func (*PaymentMethodResponse) GetPagesTotalOk ¶
func (o *PaymentMethodResponse) GetPagesTotalOk() (*int32, bool)
GetPagesTotalOk returns a tuple with the PagesTotal field value and a boolean to check if the value has been set.
func (*PaymentMethodResponse) GetTypesWithErrors ¶
func (o *PaymentMethodResponse) GetTypesWithErrors() []string
GetTypesWithErrors returns the TypesWithErrors field value if set, zero value otherwise.
func (*PaymentMethodResponse) GetTypesWithErrorsOk ¶
func (o *PaymentMethodResponse) GetTypesWithErrorsOk() ([]string, bool)
GetTypesWithErrorsOk returns a tuple with the TypesWithErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodResponse) HasData ¶
func (o *PaymentMethodResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*PaymentMethodResponse) HasLinks ¶
func (o *PaymentMethodResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*PaymentMethodResponse) HasTypesWithErrors ¶
func (o *PaymentMethodResponse) HasTypesWithErrors() bool
HasTypesWithErrors returns a boolean if a field has been set.
func (PaymentMethodResponse) MarshalJSON ¶
func (o PaymentMethodResponse) MarshalJSON() ([]byte, error)
func (*PaymentMethodResponse) SetData ¶
func (o *PaymentMethodResponse) SetData(v []PaymentMethod)
SetData gets a reference to the given []PaymentMethod and assigns it to the Data field.
func (*PaymentMethodResponse) SetItemsTotal ¶
func (o *PaymentMethodResponse) SetItemsTotal(v int32)
SetItemsTotal sets field value
func (*PaymentMethodResponse) SetLinks ¶
func (o *PaymentMethodResponse) SetLinks(v PaginationLinks)
SetLinks gets a reference to the given PaginationLinks and assigns it to the Links field.
func (*PaymentMethodResponse) SetPagesTotal ¶
func (o *PaymentMethodResponse) SetPagesTotal(v int32)
SetPagesTotal sets field value
func (*PaymentMethodResponse) SetTypesWithErrors ¶
func (o *PaymentMethodResponse) SetTypesWithErrors(v []string)
SetTypesWithErrors gets a reference to the given []string and assigns it to the TypesWithErrors field.
func (PaymentMethodResponse) ToMap ¶
func (o PaymentMethodResponse) ToMap() (map[string]interface{}, error)
type PaymentMethodSetupInfo ¶
type PaymentMethodSetupInfo struct { AfterpayTouch *AfterpayTouchInfo `json:"afterpayTouch,omitempty"` ApplePay *ApplePayInfo `json:"applePay,omitempty"` Bcmc *BcmcInfo `json:"bcmc,omitempty"` // The unique identifier of the business line. BusinessLineId *string `json:"businessLineId,omitempty"` CartesBancaires *CartesBancairesInfo `json:"cartesBancaires,omitempty"` Clearpay *ClearpayInfo `json:"clearpay,omitempty"` // The list of countries where a payment method is available. By default, all countries supported by the payment method. Countries []string `json:"countries,omitempty"` Cup *GenericPmWithTdiInfo `json:"cup,omitempty"` // The list of currencies that a payment method supports. By default, all currencies supported by the payment method. Currencies []string `json:"currencies,omitempty"` // The list of custom routing flags to route payment to the intended acquirer. CustomRoutingFlags []string `json:"customRoutingFlags,omitempty"` Diners *GenericPmWithTdiInfo `json:"diners,omitempty"` Discover *GenericPmWithTdiInfo `json:"discover,omitempty"` EftposAustralia *GenericPmWithTdiInfo `json:"eftpos_australia,omitempty"` GiroPay *GiroPayInfo `json:"giroPay,omitempty"` Girocard *GenericPmWithTdiInfo `json:"girocard,omitempty"` GooglePay *GooglePayInfo `json:"googlePay,omitempty"` Ideal *GenericPmWithTdiInfo `json:"ideal,omitempty"` InteracCard *GenericPmWithTdiInfo `json:"interac_card,omitempty"` Jcb *GenericPmWithTdiInfo `json:"jcb,omitempty"` Klarna *KlarnaInfo `json:"klarna,omitempty"` Maestro *GenericPmWithTdiInfo `json:"maestro,omitempty"` Mc *GenericPmWithTdiInfo `json:"mc,omitempty"` MealVoucherFR *MealVoucherFRInfo `json:"mealVoucher_FR,omitempty"` Paypal *PayPalInfo `json:"paypal,omitempty"` // Your reference for the payment method. Supported characters a-z, A-Z, 0-9. Reference *string `json:"reference,omitempty"` // The sales channel. Required if the merchant account does not have a sales channel. When you provide this field, it overrides the default sales channel set on the merchant account. Possible values: **eCommerce**, **pos**, **contAuth**, and **moto**. ShopperInteraction *string `json:"shopperInteraction,omitempty"` Sofort *SofortInfo `json:"sofort,omitempty"` // The unique identifier of the store for which to configure the payment method, if any. StoreIds []string `json:"storeIds,omitempty"` Swish *SwishInfo `json:"swish,omitempty"` Twint *TwintInfo `json:"twint,omitempty"` // Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api). Type string `json:"type"` Vipps *VippsInfo `json:"vipps,omitempty"` Visa *GenericPmWithTdiInfo `json:"visa,omitempty"` }
PaymentMethodSetupInfo struct for PaymentMethodSetupInfo
func NewPaymentMethodSetupInfo ¶
func NewPaymentMethodSetupInfo(type_ string) *PaymentMethodSetupInfo
NewPaymentMethodSetupInfo instantiates a new PaymentMethodSetupInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentMethodSetupInfoWithDefaults ¶
func NewPaymentMethodSetupInfoWithDefaults() *PaymentMethodSetupInfo
NewPaymentMethodSetupInfoWithDefaults instantiates a new PaymentMethodSetupInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaymentMethodSetupInfo) GetAfterpayTouch ¶
func (o *PaymentMethodSetupInfo) GetAfterpayTouch() AfterpayTouchInfo
GetAfterpayTouch returns the AfterpayTouch field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetAfterpayTouchOk ¶
func (o *PaymentMethodSetupInfo) GetAfterpayTouchOk() (*AfterpayTouchInfo, bool)
GetAfterpayTouchOk returns a tuple with the AfterpayTouch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetApplePay ¶
func (o *PaymentMethodSetupInfo) GetApplePay() ApplePayInfo
GetApplePay returns the ApplePay field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetApplePayOk ¶
func (o *PaymentMethodSetupInfo) GetApplePayOk() (*ApplePayInfo, bool)
GetApplePayOk returns a tuple with the ApplePay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetBcmc ¶
func (o *PaymentMethodSetupInfo) GetBcmc() BcmcInfo
GetBcmc returns the Bcmc field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetBcmcOk ¶
func (o *PaymentMethodSetupInfo) GetBcmcOk() (*BcmcInfo, bool)
GetBcmcOk returns a tuple with the Bcmc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetBusinessLineId ¶
func (o *PaymentMethodSetupInfo) GetBusinessLineId() string
GetBusinessLineId returns the BusinessLineId field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetBusinessLineIdOk ¶
func (o *PaymentMethodSetupInfo) GetBusinessLineIdOk() (*string, bool)
GetBusinessLineIdOk returns a tuple with the BusinessLineId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetCartesBancaires ¶
func (o *PaymentMethodSetupInfo) GetCartesBancaires() CartesBancairesInfo
GetCartesBancaires returns the CartesBancaires field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetCartesBancairesOk ¶
func (o *PaymentMethodSetupInfo) GetCartesBancairesOk() (*CartesBancairesInfo, bool)
GetCartesBancairesOk returns a tuple with the CartesBancaires field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetClearpay ¶
func (o *PaymentMethodSetupInfo) GetClearpay() ClearpayInfo
GetClearpay returns the Clearpay field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetClearpayOk ¶
func (o *PaymentMethodSetupInfo) GetClearpayOk() (*ClearpayInfo, bool)
GetClearpayOk returns a tuple with the Clearpay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetCountries ¶
func (o *PaymentMethodSetupInfo) GetCountries() []string
GetCountries returns the Countries field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetCountriesOk ¶
func (o *PaymentMethodSetupInfo) GetCountriesOk() ([]string, bool)
GetCountriesOk returns a tuple with the Countries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetCup ¶
func (o *PaymentMethodSetupInfo) GetCup() GenericPmWithTdiInfo
GetCup returns the Cup field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetCupOk ¶
func (o *PaymentMethodSetupInfo) GetCupOk() (*GenericPmWithTdiInfo, bool)
GetCupOk returns a tuple with the Cup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetCurrencies ¶
func (o *PaymentMethodSetupInfo) GetCurrencies() []string
GetCurrencies returns the Currencies field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetCurrenciesOk ¶
func (o *PaymentMethodSetupInfo) GetCurrenciesOk() ([]string, bool)
GetCurrenciesOk returns a tuple with the Currencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetCustomRoutingFlags ¶
func (o *PaymentMethodSetupInfo) GetCustomRoutingFlags() []string
GetCustomRoutingFlags returns the CustomRoutingFlags field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetCustomRoutingFlagsOk ¶
func (o *PaymentMethodSetupInfo) GetCustomRoutingFlagsOk() ([]string, bool)
GetCustomRoutingFlagsOk returns a tuple with the CustomRoutingFlags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetDiners ¶
func (o *PaymentMethodSetupInfo) GetDiners() GenericPmWithTdiInfo
GetDiners returns the Diners field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetDinersOk ¶
func (o *PaymentMethodSetupInfo) GetDinersOk() (*GenericPmWithTdiInfo, bool)
GetDinersOk returns a tuple with the Diners field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetDiscover ¶
func (o *PaymentMethodSetupInfo) GetDiscover() GenericPmWithTdiInfo
GetDiscover returns the Discover field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetDiscoverOk ¶
func (o *PaymentMethodSetupInfo) GetDiscoverOk() (*GenericPmWithTdiInfo, bool)
GetDiscoverOk returns a tuple with the Discover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetEftposAustralia ¶
func (o *PaymentMethodSetupInfo) GetEftposAustralia() GenericPmWithTdiInfo
GetEftposAustralia returns the EftposAustralia field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetEftposAustraliaOk ¶
func (o *PaymentMethodSetupInfo) GetEftposAustraliaOk() (*GenericPmWithTdiInfo, bool)
GetEftposAustraliaOk returns a tuple with the EftposAustralia field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetGiroPay ¶
func (o *PaymentMethodSetupInfo) GetGiroPay() GiroPayInfo
GetGiroPay returns the GiroPay field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetGiroPayOk ¶
func (o *PaymentMethodSetupInfo) GetGiroPayOk() (*GiroPayInfo, bool)
GetGiroPayOk returns a tuple with the GiroPay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetGirocard ¶
func (o *PaymentMethodSetupInfo) GetGirocard() GenericPmWithTdiInfo
GetGirocard returns the Girocard field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetGirocardOk ¶
func (o *PaymentMethodSetupInfo) GetGirocardOk() (*GenericPmWithTdiInfo, bool)
GetGirocardOk returns a tuple with the Girocard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetGooglePay ¶
func (o *PaymentMethodSetupInfo) GetGooglePay() GooglePayInfo
GetGooglePay returns the GooglePay field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetGooglePayOk ¶
func (o *PaymentMethodSetupInfo) GetGooglePayOk() (*GooglePayInfo, bool)
GetGooglePayOk returns a tuple with the GooglePay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetIdeal ¶
func (o *PaymentMethodSetupInfo) GetIdeal() GenericPmWithTdiInfo
GetIdeal returns the Ideal field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetIdealOk ¶
func (o *PaymentMethodSetupInfo) GetIdealOk() (*GenericPmWithTdiInfo, bool)
GetIdealOk returns a tuple with the Ideal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetInteracCard ¶
func (o *PaymentMethodSetupInfo) GetInteracCard() GenericPmWithTdiInfo
GetInteracCard returns the InteracCard field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetInteracCardOk ¶
func (o *PaymentMethodSetupInfo) GetInteracCardOk() (*GenericPmWithTdiInfo, bool)
GetInteracCardOk returns a tuple with the InteracCard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetJcb ¶
func (o *PaymentMethodSetupInfo) GetJcb() GenericPmWithTdiInfo
GetJcb returns the Jcb field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetJcbOk ¶
func (o *PaymentMethodSetupInfo) GetJcbOk() (*GenericPmWithTdiInfo, bool)
GetJcbOk returns a tuple with the Jcb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetKlarna ¶
func (o *PaymentMethodSetupInfo) GetKlarna() KlarnaInfo
GetKlarna returns the Klarna field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetKlarnaOk ¶
func (o *PaymentMethodSetupInfo) GetKlarnaOk() (*KlarnaInfo, bool)
GetKlarnaOk returns a tuple with the Klarna field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetMaestro ¶
func (o *PaymentMethodSetupInfo) GetMaestro() GenericPmWithTdiInfo
GetMaestro returns the Maestro field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetMaestroOk ¶
func (o *PaymentMethodSetupInfo) GetMaestroOk() (*GenericPmWithTdiInfo, bool)
GetMaestroOk returns a tuple with the Maestro field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetMc ¶
func (o *PaymentMethodSetupInfo) GetMc() GenericPmWithTdiInfo
GetMc returns the Mc field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetMcOk ¶
func (o *PaymentMethodSetupInfo) GetMcOk() (*GenericPmWithTdiInfo, bool)
GetMcOk returns a tuple with the Mc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetMealVoucherFR ¶
func (o *PaymentMethodSetupInfo) GetMealVoucherFR() MealVoucherFRInfo
GetMealVoucherFR returns the MealVoucherFR field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetMealVoucherFROk ¶
func (o *PaymentMethodSetupInfo) GetMealVoucherFROk() (*MealVoucherFRInfo, bool)
GetMealVoucherFROk returns a tuple with the MealVoucherFR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetPaypal ¶
func (o *PaymentMethodSetupInfo) GetPaypal() PayPalInfo
GetPaypal returns the Paypal field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetPaypalOk ¶
func (o *PaymentMethodSetupInfo) GetPaypalOk() (*PayPalInfo, bool)
GetPaypalOk returns a tuple with the Paypal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetReference ¶
func (o *PaymentMethodSetupInfo) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetReferenceOk ¶
func (o *PaymentMethodSetupInfo) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetShopperInteraction ¶
func (o *PaymentMethodSetupInfo) GetShopperInteraction() string
GetShopperInteraction returns the ShopperInteraction field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetShopperInteractionOk ¶
func (o *PaymentMethodSetupInfo) GetShopperInteractionOk() (*string, bool)
GetShopperInteractionOk returns a tuple with the ShopperInteraction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetSofort ¶
func (o *PaymentMethodSetupInfo) GetSofort() SofortInfo
GetSofort returns the Sofort field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetSofortOk ¶
func (o *PaymentMethodSetupInfo) GetSofortOk() (*SofortInfo, bool)
GetSofortOk returns a tuple with the Sofort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetStoreIds ¶
func (o *PaymentMethodSetupInfo) GetStoreIds() []string
GetStoreIds returns the StoreIds field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetStoreIdsOk ¶
func (o *PaymentMethodSetupInfo) GetStoreIdsOk() ([]string, bool)
GetStoreIdsOk returns a tuple with the StoreIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetSwish ¶
func (o *PaymentMethodSetupInfo) GetSwish() SwishInfo
GetSwish returns the Swish field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetSwishOk ¶
func (o *PaymentMethodSetupInfo) GetSwishOk() (*SwishInfo, bool)
GetSwishOk returns a tuple with the Swish field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetTwint ¶
func (o *PaymentMethodSetupInfo) GetTwint() TwintInfo
GetTwint returns the Twint field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetTwintOk ¶
func (o *PaymentMethodSetupInfo) GetTwintOk() (*TwintInfo, bool)
GetTwintOk returns a tuple with the Twint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetType ¶
func (o *PaymentMethodSetupInfo) GetType() string
GetType returns the Type field value
func (*PaymentMethodSetupInfo) GetTypeOk ¶
func (o *PaymentMethodSetupInfo) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetVipps ¶
func (o *PaymentMethodSetupInfo) GetVipps() VippsInfo
GetVipps returns the Vipps field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetVippsOk ¶
func (o *PaymentMethodSetupInfo) GetVippsOk() (*VippsInfo, bool)
GetVippsOk returns a tuple with the Vipps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) GetVisa ¶
func (o *PaymentMethodSetupInfo) GetVisa() GenericPmWithTdiInfo
GetVisa returns the Visa field value if set, zero value otherwise.
func (*PaymentMethodSetupInfo) GetVisaOk ¶
func (o *PaymentMethodSetupInfo) GetVisaOk() (*GenericPmWithTdiInfo, bool)
GetVisaOk returns a tuple with the Visa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentMethodSetupInfo) HasAfterpayTouch ¶
func (o *PaymentMethodSetupInfo) HasAfterpayTouch() bool
HasAfterpayTouch returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasApplePay ¶
func (o *PaymentMethodSetupInfo) HasApplePay() bool
HasApplePay returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasBcmc ¶
func (o *PaymentMethodSetupInfo) HasBcmc() bool
HasBcmc returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasBusinessLineId ¶
func (o *PaymentMethodSetupInfo) HasBusinessLineId() bool
HasBusinessLineId returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasCartesBancaires ¶
func (o *PaymentMethodSetupInfo) HasCartesBancaires() bool
HasCartesBancaires returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasClearpay ¶
func (o *PaymentMethodSetupInfo) HasClearpay() bool
HasClearpay returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasCountries ¶
func (o *PaymentMethodSetupInfo) HasCountries() bool
HasCountries returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasCup ¶
func (o *PaymentMethodSetupInfo) HasCup() bool
HasCup returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasCurrencies ¶
func (o *PaymentMethodSetupInfo) HasCurrencies() bool
HasCurrencies returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasCustomRoutingFlags ¶
func (o *PaymentMethodSetupInfo) HasCustomRoutingFlags() bool
HasCustomRoutingFlags returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasDiners ¶
func (o *PaymentMethodSetupInfo) HasDiners() bool
HasDiners returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasDiscover ¶
func (o *PaymentMethodSetupInfo) HasDiscover() bool
HasDiscover returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasEftposAustralia ¶
func (o *PaymentMethodSetupInfo) HasEftposAustralia() bool
HasEftposAustralia returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasGiroPay ¶
func (o *PaymentMethodSetupInfo) HasGiroPay() bool
HasGiroPay returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasGirocard ¶
func (o *PaymentMethodSetupInfo) HasGirocard() bool
HasGirocard returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasGooglePay ¶
func (o *PaymentMethodSetupInfo) HasGooglePay() bool
HasGooglePay returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasIdeal ¶
func (o *PaymentMethodSetupInfo) HasIdeal() bool
HasIdeal returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasInteracCard ¶
func (o *PaymentMethodSetupInfo) HasInteracCard() bool
HasInteracCard returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasJcb ¶
func (o *PaymentMethodSetupInfo) HasJcb() bool
HasJcb returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasKlarna ¶
func (o *PaymentMethodSetupInfo) HasKlarna() bool
HasKlarna returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasMaestro ¶
func (o *PaymentMethodSetupInfo) HasMaestro() bool
HasMaestro returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasMc ¶
func (o *PaymentMethodSetupInfo) HasMc() bool
HasMc returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasMealVoucherFR ¶
func (o *PaymentMethodSetupInfo) HasMealVoucherFR() bool
HasMealVoucherFR returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasPaypal ¶
func (o *PaymentMethodSetupInfo) HasPaypal() bool
HasPaypal returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasReference ¶
func (o *PaymentMethodSetupInfo) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasShopperInteraction ¶
func (o *PaymentMethodSetupInfo) HasShopperInteraction() bool
HasShopperInteraction returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasSofort ¶
func (o *PaymentMethodSetupInfo) HasSofort() bool
HasSofort returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasStoreIds ¶
func (o *PaymentMethodSetupInfo) HasStoreIds() bool
HasStoreIds returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasSwish ¶
func (o *PaymentMethodSetupInfo) HasSwish() bool
HasSwish returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasTwint ¶
func (o *PaymentMethodSetupInfo) HasTwint() bool
HasTwint returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasVipps ¶
func (o *PaymentMethodSetupInfo) HasVipps() bool
HasVipps returns a boolean if a field has been set.
func (*PaymentMethodSetupInfo) HasVisa ¶
func (o *PaymentMethodSetupInfo) HasVisa() bool
HasVisa returns a boolean if a field has been set.
func (PaymentMethodSetupInfo) MarshalJSON ¶
func (o PaymentMethodSetupInfo) MarshalJSON() ([]byte, error)
func (*PaymentMethodSetupInfo) SetAfterpayTouch ¶
func (o *PaymentMethodSetupInfo) SetAfterpayTouch(v AfterpayTouchInfo)
SetAfterpayTouch gets a reference to the given AfterpayTouchInfo and assigns it to the AfterpayTouch field.
func (*PaymentMethodSetupInfo) SetApplePay ¶
func (o *PaymentMethodSetupInfo) SetApplePay(v ApplePayInfo)
SetApplePay gets a reference to the given ApplePayInfo and assigns it to the ApplePay field.
func (*PaymentMethodSetupInfo) SetBcmc ¶
func (o *PaymentMethodSetupInfo) SetBcmc(v BcmcInfo)
SetBcmc gets a reference to the given BcmcInfo and assigns it to the Bcmc field.
func (*PaymentMethodSetupInfo) SetBusinessLineId ¶
func (o *PaymentMethodSetupInfo) SetBusinessLineId(v string)
SetBusinessLineId gets a reference to the given string and assigns it to the BusinessLineId field.
func (*PaymentMethodSetupInfo) SetCartesBancaires ¶
func (o *PaymentMethodSetupInfo) SetCartesBancaires(v CartesBancairesInfo)
SetCartesBancaires gets a reference to the given CartesBancairesInfo and assigns it to the CartesBancaires field.
func (*PaymentMethodSetupInfo) SetClearpay ¶
func (o *PaymentMethodSetupInfo) SetClearpay(v ClearpayInfo)
SetClearpay gets a reference to the given ClearpayInfo and assigns it to the Clearpay field.
func (*PaymentMethodSetupInfo) SetCountries ¶
func (o *PaymentMethodSetupInfo) SetCountries(v []string)
SetCountries gets a reference to the given []string and assigns it to the Countries field.
func (*PaymentMethodSetupInfo) SetCup ¶
func (o *PaymentMethodSetupInfo) SetCup(v GenericPmWithTdiInfo)
SetCup gets a reference to the given GenericPmWithTdiInfo and assigns it to the Cup field.
func (*PaymentMethodSetupInfo) SetCurrencies ¶
func (o *PaymentMethodSetupInfo) SetCurrencies(v []string)
SetCurrencies gets a reference to the given []string and assigns it to the Currencies field.
func (*PaymentMethodSetupInfo) SetCustomRoutingFlags ¶
func (o *PaymentMethodSetupInfo) SetCustomRoutingFlags(v []string)
SetCustomRoutingFlags gets a reference to the given []string and assigns it to the CustomRoutingFlags field.
func (*PaymentMethodSetupInfo) SetDiners ¶
func (o *PaymentMethodSetupInfo) SetDiners(v GenericPmWithTdiInfo)
SetDiners gets a reference to the given GenericPmWithTdiInfo and assigns it to the Diners field.
func (*PaymentMethodSetupInfo) SetDiscover ¶
func (o *PaymentMethodSetupInfo) SetDiscover(v GenericPmWithTdiInfo)
SetDiscover gets a reference to the given GenericPmWithTdiInfo and assigns it to the Discover field.
func (*PaymentMethodSetupInfo) SetEftposAustralia ¶
func (o *PaymentMethodSetupInfo) SetEftposAustralia(v GenericPmWithTdiInfo)
SetEftposAustralia gets a reference to the given GenericPmWithTdiInfo and assigns it to the EftposAustralia field.
func (*PaymentMethodSetupInfo) SetGiroPay ¶
func (o *PaymentMethodSetupInfo) SetGiroPay(v GiroPayInfo)
SetGiroPay gets a reference to the given GiroPayInfo and assigns it to the GiroPay field.
func (*PaymentMethodSetupInfo) SetGirocard ¶
func (o *PaymentMethodSetupInfo) SetGirocard(v GenericPmWithTdiInfo)
SetGirocard gets a reference to the given GenericPmWithTdiInfo and assigns it to the Girocard field.
func (*PaymentMethodSetupInfo) SetGooglePay ¶
func (o *PaymentMethodSetupInfo) SetGooglePay(v GooglePayInfo)
SetGooglePay gets a reference to the given GooglePayInfo and assigns it to the GooglePay field.
func (*PaymentMethodSetupInfo) SetIdeal ¶
func (o *PaymentMethodSetupInfo) SetIdeal(v GenericPmWithTdiInfo)
SetIdeal gets a reference to the given GenericPmWithTdiInfo and assigns it to the Ideal field.
func (*PaymentMethodSetupInfo) SetInteracCard ¶
func (o *PaymentMethodSetupInfo) SetInteracCard(v GenericPmWithTdiInfo)
SetInteracCard gets a reference to the given GenericPmWithTdiInfo and assigns it to the InteracCard field.
func (*PaymentMethodSetupInfo) SetJcb ¶
func (o *PaymentMethodSetupInfo) SetJcb(v GenericPmWithTdiInfo)
SetJcb gets a reference to the given GenericPmWithTdiInfo and assigns it to the Jcb field.
func (*PaymentMethodSetupInfo) SetKlarna ¶
func (o *PaymentMethodSetupInfo) SetKlarna(v KlarnaInfo)
SetKlarna gets a reference to the given KlarnaInfo and assigns it to the Klarna field.
func (*PaymentMethodSetupInfo) SetMaestro ¶
func (o *PaymentMethodSetupInfo) SetMaestro(v GenericPmWithTdiInfo)
SetMaestro gets a reference to the given GenericPmWithTdiInfo and assigns it to the Maestro field.
func (*PaymentMethodSetupInfo) SetMc ¶
func (o *PaymentMethodSetupInfo) SetMc(v GenericPmWithTdiInfo)
SetMc gets a reference to the given GenericPmWithTdiInfo and assigns it to the Mc field.
func (*PaymentMethodSetupInfo) SetMealVoucherFR ¶
func (o *PaymentMethodSetupInfo) SetMealVoucherFR(v MealVoucherFRInfo)
SetMealVoucherFR gets a reference to the given MealVoucherFRInfo and assigns it to the MealVoucherFR field.
func (*PaymentMethodSetupInfo) SetPaypal ¶
func (o *PaymentMethodSetupInfo) SetPaypal(v PayPalInfo)
SetPaypal gets a reference to the given PayPalInfo and assigns it to the Paypal field.
func (*PaymentMethodSetupInfo) SetReference ¶
func (o *PaymentMethodSetupInfo) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*PaymentMethodSetupInfo) SetShopperInteraction ¶
func (o *PaymentMethodSetupInfo) SetShopperInteraction(v string)
SetShopperInteraction gets a reference to the given string and assigns it to the ShopperInteraction field.
func (*PaymentMethodSetupInfo) SetSofort ¶
func (o *PaymentMethodSetupInfo) SetSofort(v SofortInfo)
SetSofort gets a reference to the given SofortInfo and assigns it to the Sofort field.
func (*PaymentMethodSetupInfo) SetStoreIds ¶
func (o *PaymentMethodSetupInfo) SetStoreIds(v []string)
SetStoreIds gets a reference to the given []string and assigns it to the StoreIds field.
func (*PaymentMethodSetupInfo) SetSwish ¶
func (o *PaymentMethodSetupInfo) SetSwish(v SwishInfo)
SetSwish gets a reference to the given SwishInfo and assigns it to the Swish field.
func (*PaymentMethodSetupInfo) SetTwint ¶
func (o *PaymentMethodSetupInfo) SetTwint(v TwintInfo)
SetTwint gets a reference to the given TwintInfo and assigns it to the Twint field.
func (*PaymentMethodSetupInfo) SetType ¶
func (o *PaymentMethodSetupInfo) SetType(v string)
SetType sets field value
func (*PaymentMethodSetupInfo) SetVipps ¶
func (o *PaymentMethodSetupInfo) SetVipps(v VippsInfo)
SetVipps gets a reference to the given VippsInfo and assigns it to the Vipps field.
func (*PaymentMethodSetupInfo) SetVisa ¶
func (o *PaymentMethodSetupInfo) SetVisa(v GenericPmWithTdiInfo)
SetVisa gets a reference to the given GenericPmWithTdiInfo and assigns it to the Visa field.
func (PaymentMethodSetupInfo) ToMap ¶
func (o PaymentMethodSetupInfo) ToMap() (map[string]interface{}, error)
type PaymentMethodsMerchantLevelApi ¶
PaymentMethodsMerchantLevelApi service
func (*PaymentMethodsMerchantLevelApi) AddApplePayDomain ¶
func (a *PaymentMethodsMerchantLevelApi) AddApplePayDomain(ctx context.Context, r PaymentMethodsMerchantLevelApiAddApplePayDomainInput) (*http.Response, error)
AddApplePayDomain Add an Apple Pay domain
Adds the new domain to the list of Apple Pay domains that are registered with the merchant account and the payment method identified in the path. For more information, see [Apple Pay documentation](https://docs.adyen.com/payment-methods/apple-pay/enable-apple-pay#register-merchant-domain).
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PaymentMethodsMerchantLevelApiAddApplePayDomainInput - Request parameters, see AddApplePayDomainInput @return *http.Response, error
func (*PaymentMethodsMerchantLevelApi) AddApplePayDomainInput ¶
func (a *PaymentMethodsMerchantLevelApi) AddApplePayDomainInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiAddApplePayDomainInput
Prepare a request for AddApplePayDomain @param merchantId The unique identifier of the merchant account.@param paymentMethodId The unique identifier of the payment method. @return PaymentMethodsMerchantLevelApiAddApplePayDomainInput
func (*PaymentMethodsMerchantLevelApi) GetAllPaymentMethods ¶
func (a *PaymentMethodsMerchantLevelApi) GetAllPaymentMethods(ctx context.Context, r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) (PaymentMethodResponse, *http.Response, error)
GetAllPaymentMethods Get all payment methods
Returns details for all payment methods of the merchant account identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput - Request parameters, see GetAllPaymentMethodsInput @return PaymentMethodResponse, *http.Response, error
func (*PaymentMethodsMerchantLevelApi) GetAllPaymentMethodsInput ¶
func (a *PaymentMethodsMerchantLevelApi) GetAllPaymentMethodsInput(merchantId string) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
Prepare a request for GetAllPaymentMethods @param merchantId The unique identifier of the merchant account. @return PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
func (*PaymentMethodsMerchantLevelApi) GetApplePayDomains ¶
func (a *PaymentMethodsMerchantLevelApi) GetApplePayDomains(ctx context.Context, r PaymentMethodsMerchantLevelApiGetApplePayDomainsInput) (ApplePayInfo, *http.Response, error)
GetApplePayDomains Get Apple Pay domains
Returns all Apple Pay domains that are registered with the merchant account and the payment method identified in the path. For more information, see [Apple Pay documentation](https://docs.adyen.com/payment-methods/apple-pay/enable-apple-pay#register-merchant-domain).
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PaymentMethodsMerchantLevelApiGetApplePayDomainsInput - Request parameters, see GetApplePayDomainsInput @return ApplePayInfo, *http.Response, error
func (*PaymentMethodsMerchantLevelApi) GetApplePayDomainsInput ¶
func (a *PaymentMethodsMerchantLevelApi) GetApplePayDomainsInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiGetApplePayDomainsInput
Prepare a request for GetApplePayDomains @param merchantId The unique identifier of the merchant account.@param paymentMethodId The unique identifier of the payment method. @return PaymentMethodsMerchantLevelApiGetApplePayDomainsInput
func (*PaymentMethodsMerchantLevelApi) GetPaymentMethodDetails ¶
func (a *PaymentMethodsMerchantLevelApi) GetPaymentMethodDetails(ctx context.Context, r PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput) (PaymentMethod, *http.Response, error)
GetPaymentMethodDetails Get payment method details
Returns details for the merchant account and the payment method identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput - Request parameters, see GetPaymentMethodDetailsInput @return PaymentMethod, *http.Response, error
func (*PaymentMethodsMerchantLevelApi) GetPaymentMethodDetailsInput ¶
func (a *PaymentMethodsMerchantLevelApi) GetPaymentMethodDetailsInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput
Prepare a request for GetPaymentMethodDetails @param merchantId The unique identifier of the merchant account.@param paymentMethodId The unique identifier of the payment method. @return PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput
func (*PaymentMethodsMerchantLevelApi) RequestPaymentMethod ¶
func (a *PaymentMethodsMerchantLevelApi) RequestPaymentMethod(ctx context.Context, r PaymentMethodsMerchantLevelApiRequestPaymentMethodInput) (PaymentMethod, *http.Response, error)
RequestPaymentMethod Request a payment method
Sends a request to add a new payment method to the merchant account identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PaymentMethodsMerchantLevelApiRequestPaymentMethodInput - Request parameters, see RequestPaymentMethodInput @return PaymentMethod, *http.Response, error
func (*PaymentMethodsMerchantLevelApi) RequestPaymentMethodInput ¶
func (a *PaymentMethodsMerchantLevelApi) RequestPaymentMethodInput(merchantId string) PaymentMethodsMerchantLevelApiRequestPaymentMethodInput
Prepare a request for RequestPaymentMethod @param merchantId The unique identifier of the merchant account. @return PaymentMethodsMerchantLevelApiRequestPaymentMethodInput
func (*PaymentMethodsMerchantLevelApi) UpdatePaymentMethod ¶
func (a *PaymentMethodsMerchantLevelApi) UpdatePaymentMethod(ctx context.Context, r PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput) (PaymentMethod, *http.Response, error)
UpdatePaymentMethod Update a payment method
Updates payment method details for the merchant account and the payment method identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput - Request parameters, see UpdatePaymentMethodInput @return PaymentMethod, *http.Response, error
func (*PaymentMethodsMerchantLevelApi) UpdatePaymentMethodInput ¶
func (a *PaymentMethodsMerchantLevelApi) UpdatePaymentMethodInput(merchantId string, paymentMethodId string) PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput
Prepare a request for UpdatePaymentMethod @param merchantId The unique identifier of the merchant account.@param paymentMethodId The unique identifier of the payment method. @return PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput
type PaymentMethodsMerchantLevelApiAddApplePayDomainInput ¶
type PaymentMethodsMerchantLevelApiAddApplePayDomainInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PaymentMethodsMerchantLevelApi.AddApplePayDomain
func (PaymentMethodsMerchantLevelApiAddApplePayDomainInput) ApplePayInfo ¶
func (r PaymentMethodsMerchantLevelApiAddApplePayDomainInput) ApplePayInfo(applePayInfo ApplePayInfo) PaymentMethodsMerchantLevelApiAddApplePayDomainInput
type PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput ¶
type PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PaymentMethodsMerchantLevelApi.GetAllPaymentMethods
func (PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) BusinessLineId ¶
func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) BusinessLineId(businessLineId string) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
The unique identifier of the Business Line for which to return the payment methods.
func (PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) PageNumber ¶
func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) PageNumber(pageNumber int32) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
The number of the page to fetch.
func (PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) PageSize ¶
func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) PageSize(pageSize int32) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
func (PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) StoreId ¶
func (r PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput) StoreId(storeId string) PaymentMethodsMerchantLevelApiGetAllPaymentMethodsInput
The unique identifier of the store for which to return the payment methods.
type PaymentMethodsMerchantLevelApiGetApplePayDomainsInput ¶
type PaymentMethodsMerchantLevelApiGetApplePayDomainsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PaymentMethodsMerchantLevelApi.GetApplePayDomains
type PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput ¶
type PaymentMethodsMerchantLevelApiGetPaymentMethodDetailsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PaymentMethodsMerchantLevelApi.GetPaymentMethodDetails
type PaymentMethodsMerchantLevelApiRequestPaymentMethodInput ¶
type PaymentMethodsMerchantLevelApiRequestPaymentMethodInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PaymentMethodsMerchantLevelApi.RequestPaymentMethod
func (PaymentMethodsMerchantLevelApiRequestPaymentMethodInput) PaymentMethodSetupInfo ¶
func (r PaymentMethodsMerchantLevelApiRequestPaymentMethodInput) PaymentMethodSetupInfo(paymentMethodSetupInfo PaymentMethodSetupInfo) PaymentMethodsMerchantLevelApiRequestPaymentMethodInput
type PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput ¶
type PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PaymentMethodsMerchantLevelApi.UpdatePaymentMethod
func (PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput) UpdatePaymentMethodInfo ¶
func (r PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput) UpdatePaymentMethodInfo(updatePaymentMethodInfo UpdatePaymentMethodInfo) PaymentMethodsMerchantLevelApiUpdatePaymentMethodInput
type PayoutSettings ¶
type PayoutSettings struct { // Indicates if payouts to the bank account are allowed. This value is set automatically based on the status of the verification process. The value is: * **true** if `verificationStatus` is **valid**. * **false** for all other values. Allowed *bool `json:"allowed,omitempty"` // Indicates if payouts to this bank account are enabled. Default: **true**. To receive payouts into this bank account, both `enabled` and `allowed` must be **true**. Enabled *bool `json:"enabled,omitempty"` // The date when Adyen starts paying out to this bank account. Format: [ISO 8601](https://www.w3.org/TR/NOTE-datetime), for example, **2019-11-23T12:25:28Z** or **2020-05-27T20:25:28+08:00**. If not specified, the `enabled` field indicates if payouts are enabled for this bank account. If a date is specified and: * `enabled`: **true**, payouts are enabled starting the specified date. * `enabled`: **false**, payouts are disabled until the specified date. On the specified date, `enabled` changes to **true** and this field is reset to **null**. EnabledFromDate *string `json:"enabledFromDate,omitempty"` // The unique identifier of the payout setting. Id string `json:"id"` // Determines how long it takes for the funds to reach the bank account. Adyen pays out based on the [payout frequency](https://docs.adyen.com/account/getting-paid#payout-frequency). Depending on the currencies and banks involved in transferring the money, it may take up to three days for the payout funds to arrive in the bank account. Possible values: * **first**: same day. * **urgent**: the next day. * **normal**: between 1 and 3 days. Priority *string `json:"priority,omitempty"` // The unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments) that contains the details of the bank account. TransferInstrumentId string `json:"transferInstrumentId"` // The status of the verification process for the bank account. Possible values: * **valid**: the verification was successful. * **pending**: the verification is in progress. * **invalid**: the information provided is not complete. * **rejected**: there are reasons to refuse working with this entity. VerificationStatus *string `json:"verificationStatus,omitempty"` }
PayoutSettings struct for PayoutSettings
func NewPayoutSettings ¶
func NewPayoutSettings(id string, transferInstrumentId string) *PayoutSettings
NewPayoutSettings instantiates a new PayoutSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayoutSettingsWithDefaults ¶
func NewPayoutSettingsWithDefaults() *PayoutSettings
NewPayoutSettingsWithDefaults instantiates a new PayoutSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayoutSettings) GetAllowed ¶
func (o *PayoutSettings) GetAllowed() bool
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*PayoutSettings) GetAllowedOk ¶
func (o *PayoutSettings) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettings) GetEnabled ¶
func (o *PayoutSettings) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*PayoutSettings) GetEnabledFromDate ¶
func (o *PayoutSettings) GetEnabledFromDate() string
GetEnabledFromDate returns the EnabledFromDate field value if set, zero value otherwise.
func (*PayoutSettings) GetEnabledFromDateOk ¶
func (o *PayoutSettings) GetEnabledFromDateOk() (*string, bool)
GetEnabledFromDateOk returns a tuple with the EnabledFromDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettings) GetEnabledOk ¶
func (o *PayoutSettings) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettings) GetId ¶
func (o *PayoutSettings) GetId() string
GetId returns the Id field value
func (*PayoutSettings) GetIdOk ¶
func (o *PayoutSettings) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PayoutSettings) GetPriority ¶
func (o *PayoutSettings) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*PayoutSettings) GetPriorityOk ¶
func (o *PayoutSettings) GetPriorityOk() (*string, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettings) GetTransferInstrumentId ¶
func (o *PayoutSettings) GetTransferInstrumentId() string
GetTransferInstrumentId returns the TransferInstrumentId field value
func (*PayoutSettings) GetTransferInstrumentIdOk ¶
func (o *PayoutSettings) GetTransferInstrumentIdOk() (*string, bool)
GetTransferInstrumentIdOk returns a tuple with the TransferInstrumentId field value and a boolean to check if the value has been set.
func (*PayoutSettings) GetVerificationStatus ¶
func (o *PayoutSettings) GetVerificationStatus() string
GetVerificationStatus returns the VerificationStatus field value if set, zero value otherwise.
func (*PayoutSettings) GetVerificationStatusOk ¶
func (o *PayoutSettings) GetVerificationStatusOk() (*string, bool)
GetVerificationStatusOk returns a tuple with the VerificationStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettings) HasAllowed ¶
func (o *PayoutSettings) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (*PayoutSettings) HasEnabled ¶
func (o *PayoutSettings) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*PayoutSettings) HasEnabledFromDate ¶
func (o *PayoutSettings) HasEnabledFromDate() bool
HasEnabledFromDate returns a boolean if a field has been set.
func (*PayoutSettings) HasPriority ¶
func (o *PayoutSettings) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*PayoutSettings) HasVerificationStatus ¶
func (o *PayoutSettings) HasVerificationStatus() bool
HasVerificationStatus returns a boolean if a field has been set.
func (PayoutSettings) MarshalJSON ¶
func (o PayoutSettings) MarshalJSON() ([]byte, error)
func (*PayoutSettings) SetAllowed ¶
func (o *PayoutSettings) SetAllowed(v bool)
SetAllowed gets a reference to the given bool and assigns it to the Allowed field.
func (*PayoutSettings) SetEnabled ¶
func (o *PayoutSettings) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*PayoutSettings) SetEnabledFromDate ¶
func (o *PayoutSettings) SetEnabledFromDate(v string)
SetEnabledFromDate gets a reference to the given string and assigns it to the EnabledFromDate field.
func (*PayoutSettings) SetPriority ¶
func (o *PayoutSettings) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*PayoutSettings) SetTransferInstrumentId ¶
func (o *PayoutSettings) SetTransferInstrumentId(v string)
SetTransferInstrumentId sets field value
func (*PayoutSettings) SetVerificationStatus ¶
func (o *PayoutSettings) SetVerificationStatus(v string)
SetVerificationStatus gets a reference to the given string and assigns it to the VerificationStatus field.
func (PayoutSettings) ToMap ¶
func (o PayoutSettings) ToMap() (map[string]interface{}, error)
type PayoutSettingsMerchantLevelApi ¶
PayoutSettingsMerchantLevelApi service
func (*PayoutSettingsMerchantLevelApi) AddPayoutSetting ¶
func (a *PayoutSettingsMerchantLevelApi) AddPayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiAddPayoutSettingInput) (PayoutSettings, *http.Response, error)
AddPayoutSetting Add a payout setting
Sends a request to add a payout setting for the merchant account specified in the path. A payout setting links the merchant account to the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments) that contains the details of the payout bank account. Adyen verifies the bank account before allowing and enabling the payout setting.
If you're accepting payments in multiple currencies, you may add multiple payout settings for the merchant account.
Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Payout account settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PayoutSettingsMerchantLevelApiAddPayoutSettingInput - Request parameters, see AddPayoutSettingInput @return PayoutSettings, *http.Response, error
func (*PayoutSettingsMerchantLevelApi) AddPayoutSettingInput ¶
func (a *PayoutSettingsMerchantLevelApi) AddPayoutSettingInput(merchantId string) PayoutSettingsMerchantLevelApiAddPayoutSettingInput
Prepare a request for AddPayoutSetting @param merchantId The unique identifier of the merchant account. @return PayoutSettingsMerchantLevelApiAddPayoutSettingInput
func (*PayoutSettingsMerchantLevelApi) DeletePayoutSetting ¶
func (a *PayoutSettingsMerchantLevelApi) DeletePayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiDeletePayoutSettingInput) (*http.Response, error)
DeletePayoutSetting Delete a payout setting
Deletes the payout setting identified in the path.
Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Payout account settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PayoutSettingsMerchantLevelApiDeletePayoutSettingInput - Request parameters, see DeletePayoutSettingInput @return *http.Response, error
func (*PayoutSettingsMerchantLevelApi) DeletePayoutSettingInput ¶
func (a *PayoutSettingsMerchantLevelApi) DeletePayoutSettingInput(merchantId string, payoutSettingsId string) PayoutSettingsMerchantLevelApiDeletePayoutSettingInput
Prepare a request for DeletePayoutSetting @param merchantId The unique identifier of the merchant account.@param payoutSettingsId The unique identifier of the payout setting. @return PayoutSettingsMerchantLevelApiDeletePayoutSettingInput
func (*PayoutSettingsMerchantLevelApi) GetPayoutSetting ¶
func (a *PayoutSettingsMerchantLevelApi) GetPayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiGetPayoutSettingInput) (PayoutSettings, *http.Response, error)
GetPayoutSetting Get a payout setting
Returns the payout setting identified in the path.
Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payout account settings read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PayoutSettingsMerchantLevelApiGetPayoutSettingInput - Request parameters, see GetPayoutSettingInput @return PayoutSettings, *http.Response, error
func (*PayoutSettingsMerchantLevelApi) GetPayoutSettingInput ¶
func (a *PayoutSettingsMerchantLevelApi) GetPayoutSettingInput(merchantId string, payoutSettingsId string) PayoutSettingsMerchantLevelApiGetPayoutSettingInput
Prepare a request for GetPayoutSetting @param merchantId The unique identifier of the merchant account.@param payoutSettingsId The unique identifier of the payout setting. @return PayoutSettingsMerchantLevelApiGetPayoutSettingInput
func (*PayoutSettingsMerchantLevelApi) ListPayoutSettings ¶
func (a *PayoutSettingsMerchantLevelApi) ListPayoutSettings(ctx context.Context, r PayoutSettingsMerchantLevelApiListPayoutSettingsInput) (PayoutSettingsResponse, *http.Response, error)
ListPayoutSettings Get a list of payout settings
Returns the list of payout settings for the merchant account identified in the path.
Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payout account settings read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PayoutSettingsMerchantLevelApiListPayoutSettingsInput - Request parameters, see ListPayoutSettingsInput @return PayoutSettingsResponse, *http.Response, error
func (*PayoutSettingsMerchantLevelApi) ListPayoutSettingsInput ¶
func (a *PayoutSettingsMerchantLevelApi) ListPayoutSettingsInput(merchantId string) PayoutSettingsMerchantLevelApiListPayoutSettingsInput
Prepare a request for ListPayoutSettings @param merchantId The unique identifier of the merchant account. @return PayoutSettingsMerchantLevelApiListPayoutSettingsInput
func (*PayoutSettingsMerchantLevelApi) UpdatePayoutSetting ¶
func (a *PayoutSettingsMerchantLevelApi) UpdatePayoutSetting(ctx context.Context, r PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput) (PayoutSettings, *http.Response, error)
UpdatePayoutSetting Update a payout setting
Updates the payout setting identified in the path. You can enable or disable the payout setting.
Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Payout account settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput - Request parameters, see UpdatePayoutSettingInput @return PayoutSettings, *http.Response, error
func (*PayoutSettingsMerchantLevelApi) UpdatePayoutSettingInput ¶
func (a *PayoutSettingsMerchantLevelApi) UpdatePayoutSettingInput(merchantId string, payoutSettingsId string) PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput
Prepare a request for UpdatePayoutSetting @param merchantId The unique identifier of the merchant account.@param payoutSettingsId The unique identifier of the payout setting. @return PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput
type PayoutSettingsMerchantLevelApiAddPayoutSettingInput ¶
type PayoutSettingsMerchantLevelApiAddPayoutSettingInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PayoutSettingsMerchantLevelApi.AddPayoutSetting
func (PayoutSettingsMerchantLevelApiAddPayoutSettingInput) PayoutSettingsRequest ¶
func (r PayoutSettingsMerchantLevelApiAddPayoutSettingInput) PayoutSettingsRequest(payoutSettingsRequest PayoutSettingsRequest) PayoutSettingsMerchantLevelApiAddPayoutSettingInput
type PayoutSettingsMerchantLevelApiDeletePayoutSettingInput ¶
type PayoutSettingsMerchantLevelApiDeletePayoutSettingInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PayoutSettingsMerchantLevelApi.DeletePayoutSetting
type PayoutSettingsMerchantLevelApiGetPayoutSettingInput ¶
type PayoutSettingsMerchantLevelApiGetPayoutSettingInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PayoutSettingsMerchantLevelApi.GetPayoutSetting
type PayoutSettingsMerchantLevelApiListPayoutSettingsInput ¶
type PayoutSettingsMerchantLevelApiListPayoutSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PayoutSettingsMerchantLevelApi.ListPayoutSettings
type PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput ¶
type PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PayoutSettingsMerchantLevelApi.UpdatePayoutSetting
func (PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput) UpdatePayoutSettingsRequest ¶
func (r PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput) UpdatePayoutSettingsRequest(updatePayoutSettingsRequest UpdatePayoutSettingsRequest) PayoutSettingsMerchantLevelApiUpdatePayoutSettingInput
type PayoutSettingsRequest ¶
type PayoutSettingsRequest struct { // Indicates if payouts to this bank account are enabled. Default: **true**. To receive payouts into this bank account, both `enabled` and `allowed` must be **true**. Enabled *bool `json:"enabled,omitempty"` // The date when Adyen starts paying out to this bank account. Format: [ISO 8601](https://www.w3.org/TR/NOTE-datetime), for example, **2019-11-23T12:25:28Z** or **2020-05-27T20:25:28+08:00**. If not specified, the `enabled` field indicates if payouts are enabled for this bank account. If a date is specified and: * `enabled`: **true**, payouts are enabled starting the specified date. * `enabled`: **false**, payouts are disabled until the specified date. On the specified date, `enabled` changes to **true** and this field is reset to **null**. EnabledFromDate *string `json:"enabledFromDate,omitempty"` // The unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments) that contains the details of the bank account. TransferInstrumentId string `json:"transferInstrumentId"` }
PayoutSettingsRequest struct for PayoutSettingsRequest
func NewPayoutSettingsRequest ¶
func NewPayoutSettingsRequest(transferInstrumentId string) *PayoutSettingsRequest
NewPayoutSettingsRequest instantiates a new PayoutSettingsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayoutSettingsRequestWithDefaults ¶
func NewPayoutSettingsRequestWithDefaults() *PayoutSettingsRequest
NewPayoutSettingsRequestWithDefaults instantiates a new PayoutSettingsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayoutSettingsRequest) GetEnabled ¶
func (o *PayoutSettingsRequest) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*PayoutSettingsRequest) GetEnabledFromDate ¶
func (o *PayoutSettingsRequest) GetEnabledFromDate() string
GetEnabledFromDate returns the EnabledFromDate field value if set, zero value otherwise.
func (*PayoutSettingsRequest) GetEnabledFromDateOk ¶
func (o *PayoutSettingsRequest) GetEnabledFromDateOk() (*string, bool)
GetEnabledFromDateOk returns a tuple with the EnabledFromDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettingsRequest) GetEnabledOk ¶
func (o *PayoutSettingsRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettingsRequest) GetTransferInstrumentId ¶
func (o *PayoutSettingsRequest) GetTransferInstrumentId() string
GetTransferInstrumentId returns the TransferInstrumentId field value
func (*PayoutSettingsRequest) GetTransferInstrumentIdOk ¶
func (o *PayoutSettingsRequest) GetTransferInstrumentIdOk() (*string, bool)
GetTransferInstrumentIdOk returns a tuple with the TransferInstrumentId field value and a boolean to check if the value has been set.
func (*PayoutSettingsRequest) HasEnabled ¶
func (o *PayoutSettingsRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*PayoutSettingsRequest) HasEnabledFromDate ¶
func (o *PayoutSettingsRequest) HasEnabledFromDate() bool
HasEnabledFromDate returns a boolean if a field has been set.
func (PayoutSettingsRequest) MarshalJSON ¶
func (o PayoutSettingsRequest) MarshalJSON() ([]byte, error)
func (*PayoutSettingsRequest) SetEnabled ¶
func (o *PayoutSettingsRequest) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*PayoutSettingsRequest) SetEnabledFromDate ¶
func (o *PayoutSettingsRequest) SetEnabledFromDate(v string)
SetEnabledFromDate gets a reference to the given string and assigns it to the EnabledFromDate field.
func (*PayoutSettingsRequest) SetTransferInstrumentId ¶
func (o *PayoutSettingsRequest) SetTransferInstrumentId(v string)
SetTransferInstrumentId sets field value
func (PayoutSettingsRequest) ToMap ¶
func (o PayoutSettingsRequest) ToMap() (map[string]interface{}, error)
type PayoutSettingsResponse ¶
type PayoutSettingsResponse struct { // The list of payout accounts. Data []PayoutSettings `json:"data,omitempty"` }
PayoutSettingsResponse struct for PayoutSettingsResponse
func NewPayoutSettingsResponse ¶
func NewPayoutSettingsResponse() *PayoutSettingsResponse
NewPayoutSettingsResponse instantiates a new PayoutSettingsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayoutSettingsResponseWithDefaults ¶
func NewPayoutSettingsResponseWithDefaults() *PayoutSettingsResponse
NewPayoutSettingsResponseWithDefaults instantiates a new PayoutSettingsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayoutSettingsResponse) GetData ¶
func (o *PayoutSettingsResponse) GetData() []PayoutSettings
GetData returns the Data field value if set, zero value otherwise.
func (*PayoutSettingsResponse) GetDataOk ¶
func (o *PayoutSettingsResponse) GetDataOk() ([]PayoutSettings, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutSettingsResponse) HasData ¶
func (o *PayoutSettingsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (PayoutSettingsResponse) MarshalJSON ¶
func (o PayoutSettingsResponse) MarshalJSON() ([]byte, error)
func (*PayoutSettingsResponse) SetData ¶
func (o *PayoutSettingsResponse) SetData(v []PayoutSettings)
SetData gets a reference to the given []PayoutSettings and assigns it to the Data field.
func (PayoutSettingsResponse) ToMap ¶
func (o PayoutSettingsResponse) ToMap() (map[string]interface{}, error)
type Profile ¶
type Profile struct { // The type of Wi-Fi network. Possible values: **wpa-psk**, **wpa2-psk**, **wpa-eap**, **wpa2-eap**. AuthType string `json:"authType"` // Indicates whether to automatically select the best authentication method available. Does not work on older terminal models. AutoWifi *bool `json:"autoWifi,omitempty"` // Use **infra** for infrastructure-based networks. This applies to most networks. Use **adhoc** only if the communication is p2p-based between base stations. BssType string `json:"bssType"` // The channel number of the Wi-Fi network. The recommended setting is **0** for automatic channel selection. Channel *int32 `json:"channel,omitempty"` // Indicates whether this is your preferred wireless network. If **true**, the terminal will try connecting to this network first. DefaultProfile *bool `json:"defaultProfile,omitempty"` // For `authType` **wpa-eap** or **wpa2-eap**. Possible values: **tls**, **peap**, **leap**, **fast** Eap *string `json:"eap,omitempty"` EapCaCert *File `json:"eapCaCert,omitempty"` EapClientCert *File `json:"eapClientCert,omitempty"` EapClientKey *File `json:"eapClientKey,omitempty"` // For `eap` **tls**. The password of the RSA key file, if that file is password-protected. EapClientPwd *string `json:"eapClientPwd,omitempty"` // For `authType` **wpa-eap** or **wpa2-eap**. The EAP-PEAP username from your MS-CHAP account. Must match the configuration of your RADIUS server. EapIdentity *string `json:"eapIdentity,omitempty"` EapIntermediateCert *File `json:"eapIntermediateCert,omitempty"` // For `eap` **peap**. The EAP-PEAP password from your MS-CHAP account. Must match the configuration of your RADIUS server. EapPwd *string `json:"eapPwd,omitempty"` // Indicates if the network doesn't broadcast its SSID. Mandatory for Android terminals, because these terminals rely on this setting to be able to connect to any network. HiddenSsid *bool `json:"hiddenSsid,omitempty"` // Your name for the Wi-Fi profile. Name *string `json:"name,omitempty"` // For `authType` **wpa-psk or **wpa2-psk**. The password to the wireless network. Psk *string `json:"psk,omitempty"` // The name of the wireless network. Ssid string `json:"ssid"` // The type of encryption. Possible values: **auto**, **ccmp** (recommended), **tkip** Wsec string `json:"wsec"` }
Profile struct for Profile
func NewProfile ¶
NewProfile instantiates a new Profile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProfileWithDefaults ¶
func NewProfileWithDefaults() *Profile
NewProfileWithDefaults instantiates a new Profile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Profile) GetAuthType ¶
GetAuthType returns the AuthType field value
func (*Profile) GetAuthTypeOk ¶
GetAuthTypeOk returns a tuple with the AuthType field value and a boolean to check if the value has been set.
func (*Profile) GetAutoWifi ¶
GetAutoWifi returns the AutoWifi field value if set, zero value otherwise.
func (*Profile) GetAutoWifiOk ¶
GetAutoWifiOk returns a tuple with the AutoWifi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetBssType ¶
GetBssType returns the BssType field value
func (*Profile) GetBssTypeOk ¶
GetBssTypeOk returns a tuple with the BssType field value and a boolean to check if the value has been set.
func (*Profile) GetChannel ¶
GetChannel returns the Channel field value if set, zero value otherwise.
func (*Profile) GetChannelOk ¶
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetDefaultProfile ¶
GetDefaultProfile returns the DefaultProfile field value if set, zero value otherwise.
func (*Profile) GetDefaultProfileOk ¶
GetDefaultProfileOk returns a tuple with the DefaultProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapCaCert ¶
GetEapCaCert returns the EapCaCert field value if set, zero value otherwise.
func (*Profile) GetEapCaCertOk ¶
GetEapCaCertOk returns a tuple with the EapCaCert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapClientCert ¶
GetEapClientCert returns the EapClientCert field value if set, zero value otherwise.
func (*Profile) GetEapClientCertOk ¶
GetEapClientCertOk returns a tuple with the EapClientCert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapClientKey ¶
GetEapClientKey returns the EapClientKey field value if set, zero value otherwise.
func (*Profile) GetEapClientKeyOk ¶
GetEapClientKeyOk returns a tuple with the EapClientKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapClientPwd ¶
GetEapClientPwd returns the EapClientPwd field value if set, zero value otherwise.
func (*Profile) GetEapClientPwdOk ¶
GetEapClientPwdOk returns a tuple with the EapClientPwd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapIdentity ¶
GetEapIdentity returns the EapIdentity field value if set, zero value otherwise.
func (*Profile) GetEapIdentityOk ¶
GetEapIdentityOk returns a tuple with the EapIdentity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapIntermediateCert ¶
GetEapIntermediateCert returns the EapIntermediateCert field value if set, zero value otherwise.
func (*Profile) GetEapIntermediateCertOk ¶
GetEapIntermediateCertOk returns a tuple with the EapIntermediateCert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapOk ¶
GetEapOk returns a tuple with the Eap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetEapPwdOk ¶
GetEapPwdOk returns a tuple with the EapPwd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetHiddenSsid ¶
GetHiddenSsid returns the HiddenSsid field value if set, zero value otherwise.
func (*Profile) GetHiddenSsidOk ¶
GetHiddenSsidOk returns a tuple with the HiddenSsid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetPskOk ¶
GetPskOk returns a tuple with the Psk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Profile) GetSsidOk ¶
GetSsidOk returns a tuple with the Ssid field value and a boolean to check if the value has been set.
func (*Profile) GetWsecOk ¶
GetWsecOk returns a tuple with the Wsec field value and a boolean to check if the value has been set.
func (*Profile) HasAutoWifi ¶
HasAutoWifi returns a boolean if a field has been set.
func (*Profile) HasChannel ¶
HasChannel returns a boolean if a field has been set.
func (*Profile) HasDefaultProfile ¶
HasDefaultProfile returns a boolean if a field has been set.
func (*Profile) HasEapCaCert ¶
HasEapCaCert returns a boolean if a field has been set.
func (*Profile) HasEapClientCert ¶
HasEapClientCert returns a boolean if a field has been set.
func (*Profile) HasEapClientKey ¶
HasEapClientKey returns a boolean if a field has been set.
func (*Profile) HasEapClientPwd ¶
HasEapClientPwd returns a boolean if a field has been set.
func (*Profile) HasEapIdentity ¶
HasEapIdentity returns a boolean if a field has been set.
func (*Profile) HasEapIntermediateCert ¶
HasEapIntermediateCert returns a boolean if a field has been set.
func (*Profile) HasHiddenSsid ¶
HasHiddenSsid returns a boolean if a field has been set.
func (Profile) MarshalJSON ¶
func (*Profile) SetAutoWifi ¶
SetAutoWifi gets a reference to the given bool and assigns it to the AutoWifi field.
func (*Profile) SetChannel ¶
SetChannel gets a reference to the given int32 and assigns it to the Channel field.
func (*Profile) SetDefaultProfile ¶
SetDefaultProfile gets a reference to the given bool and assigns it to the DefaultProfile field.
func (*Profile) SetEap ¶
SetEap gets a reference to the given string and assigns it to the Eap field.
func (*Profile) SetEapCaCert ¶
SetEapCaCert gets a reference to the given File and assigns it to the EapCaCert field.
func (*Profile) SetEapClientCert ¶
SetEapClientCert gets a reference to the given File and assigns it to the EapClientCert field.
func (*Profile) SetEapClientKey ¶
SetEapClientKey gets a reference to the given File and assigns it to the EapClientKey field.
func (*Profile) SetEapClientPwd ¶
SetEapClientPwd gets a reference to the given string and assigns it to the EapClientPwd field.
func (*Profile) SetEapIdentity ¶
SetEapIdentity gets a reference to the given string and assigns it to the EapIdentity field.
func (*Profile) SetEapIntermediateCert ¶
SetEapIntermediateCert gets a reference to the given File and assigns it to the EapIntermediateCert field.
func (*Profile) SetEapPwd ¶
SetEapPwd gets a reference to the given string and assigns it to the EapPwd field.
func (*Profile) SetHiddenSsid ¶
SetHiddenSsid gets a reference to the given bool and assigns it to the HiddenSsid field.
func (*Profile) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
type ReceiptOptions ¶
type ReceiptOptions struct { // The receipt logo converted to a Base64-encoded string. The image must be a .bmp file of < 256 KB, dimensions 240 (H) x 384 (W) px. Logo *string `json:"logo,omitempty"` // Data to print on the receipt as a QR code. This can include static text and the following variables: - `${merchantreference}`: the merchant reference of the transaction. - `${pspreference}`: the PSP reference of the transaction. For example, **http://www.example.com/order/${pspreference}/${merchantreference}**. QrCodeData *string `json:"qrCodeData,omitempty"` }
ReceiptOptions struct for ReceiptOptions
func NewReceiptOptions ¶
func NewReceiptOptions() *ReceiptOptions
NewReceiptOptions instantiates a new ReceiptOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReceiptOptionsWithDefaults ¶
func NewReceiptOptionsWithDefaults() *ReceiptOptions
NewReceiptOptionsWithDefaults instantiates a new ReceiptOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReceiptOptions) GetLogo ¶
func (o *ReceiptOptions) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*ReceiptOptions) GetLogoOk ¶
func (o *ReceiptOptions) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptOptions) GetQrCodeData ¶
func (o *ReceiptOptions) GetQrCodeData() string
GetQrCodeData returns the QrCodeData field value if set, zero value otherwise.
func (*ReceiptOptions) GetQrCodeDataOk ¶
func (o *ReceiptOptions) GetQrCodeDataOk() (*string, bool)
GetQrCodeDataOk returns a tuple with the QrCodeData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptOptions) HasLogo ¶
func (o *ReceiptOptions) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*ReceiptOptions) HasQrCodeData ¶
func (o *ReceiptOptions) HasQrCodeData() bool
HasQrCodeData returns a boolean if a field has been set.
func (ReceiptOptions) MarshalJSON ¶
func (o ReceiptOptions) MarshalJSON() ([]byte, error)
func (*ReceiptOptions) SetLogo ¶
func (o *ReceiptOptions) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*ReceiptOptions) SetQrCodeData ¶
func (o *ReceiptOptions) SetQrCodeData(v string)
SetQrCodeData gets a reference to the given string and assigns it to the QrCodeData field.
func (ReceiptOptions) ToMap ¶
func (o ReceiptOptions) ToMap() (map[string]interface{}, error)
type ReceiptPrinting ¶
type ReceiptPrinting struct { // Print a merchant receipt when the payment is approved. MerchantApproved *bool `json:"merchantApproved,omitempty"` // Print a merchant receipt when the transaction is cancelled. MerchantCancelled *bool `json:"merchantCancelled,omitempty"` // Print a merchant receipt when capturing the payment is approved. MerchantCaptureApproved *bool `json:"merchantCaptureApproved,omitempty"` // Print a merchant receipt when capturing the payment is refused. MerchantCaptureRefused *bool `json:"merchantCaptureRefused,omitempty"` // Print a merchant receipt when the refund is approved. MerchantRefundApproved *bool `json:"merchantRefundApproved,omitempty"` // Print a merchant receipt when the refund is refused. MerchantRefundRefused *bool `json:"merchantRefundRefused,omitempty"` // Print a merchant receipt when the payment is refused. MerchantRefused *bool `json:"merchantRefused,omitempty"` // Print a merchant receipt when a previous transaction is voided. MerchantVoid *bool `json:"merchantVoid,omitempty"` // Print a shopper receipt when the payment is approved. ShopperApproved *bool `json:"shopperApproved,omitempty"` // Print a shopper receipt when the transaction is cancelled. ShopperCancelled *bool `json:"shopperCancelled,omitempty"` // Print a shopper receipt when capturing the payment is approved. ShopperCaptureApproved *bool `json:"shopperCaptureApproved,omitempty"` // Print a shopper receipt when capturing the payment is refused. ShopperCaptureRefused *bool `json:"shopperCaptureRefused,omitempty"` // Print a shopper receipt when the refund is approved. ShopperRefundApproved *bool `json:"shopperRefundApproved,omitempty"` // Print a shopper receipt when the refund is refused. ShopperRefundRefused *bool `json:"shopperRefundRefused,omitempty"` // Print a shopper receipt when the payment is refused. ShopperRefused *bool `json:"shopperRefused,omitempty"` // Print a shopper receipt when a previous transaction is voided. ShopperVoid *bool `json:"shopperVoid,omitempty"` }
ReceiptPrinting struct for ReceiptPrinting
func NewReceiptPrinting ¶
func NewReceiptPrinting() *ReceiptPrinting
NewReceiptPrinting instantiates a new ReceiptPrinting object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReceiptPrintingWithDefaults ¶
func NewReceiptPrintingWithDefaults() *ReceiptPrinting
NewReceiptPrintingWithDefaults instantiates a new ReceiptPrinting object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReceiptPrinting) GetMerchantApproved ¶
func (o *ReceiptPrinting) GetMerchantApproved() bool
GetMerchantApproved returns the MerchantApproved field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantApprovedOk ¶
func (o *ReceiptPrinting) GetMerchantApprovedOk() (*bool, bool)
GetMerchantApprovedOk returns a tuple with the MerchantApproved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetMerchantCancelled ¶
func (o *ReceiptPrinting) GetMerchantCancelled() bool
GetMerchantCancelled returns the MerchantCancelled field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantCancelledOk ¶
func (o *ReceiptPrinting) GetMerchantCancelledOk() (*bool, bool)
GetMerchantCancelledOk returns a tuple with the MerchantCancelled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetMerchantCaptureApproved ¶
func (o *ReceiptPrinting) GetMerchantCaptureApproved() bool
GetMerchantCaptureApproved returns the MerchantCaptureApproved field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantCaptureApprovedOk ¶
func (o *ReceiptPrinting) GetMerchantCaptureApprovedOk() (*bool, bool)
GetMerchantCaptureApprovedOk returns a tuple with the MerchantCaptureApproved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetMerchantCaptureRefused ¶
func (o *ReceiptPrinting) GetMerchantCaptureRefused() bool
GetMerchantCaptureRefused returns the MerchantCaptureRefused field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantCaptureRefusedOk ¶
func (o *ReceiptPrinting) GetMerchantCaptureRefusedOk() (*bool, bool)
GetMerchantCaptureRefusedOk returns a tuple with the MerchantCaptureRefused field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetMerchantRefundApproved ¶
func (o *ReceiptPrinting) GetMerchantRefundApproved() bool
GetMerchantRefundApproved returns the MerchantRefundApproved field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantRefundApprovedOk ¶
func (o *ReceiptPrinting) GetMerchantRefundApprovedOk() (*bool, bool)
GetMerchantRefundApprovedOk returns a tuple with the MerchantRefundApproved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetMerchantRefundRefused ¶
func (o *ReceiptPrinting) GetMerchantRefundRefused() bool
GetMerchantRefundRefused returns the MerchantRefundRefused field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantRefundRefusedOk ¶
func (o *ReceiptPrinting) GetMerchantRefundRefusedOk() (*bool, bool)
GetMerchantRefundRefusedOk returns a tuple with the MerchantRefundRefused field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetMerchantRefused ¶
func (o *ReceiptPrinting) GetMerchantRefused() bool
GetMerchantRefused returns the MerchantRefused field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantRefusedOk ¶
func (o *ReceiptPrinting) GetMerchantRefusedOk() (*bool, bool)
GetMerchantRefusedOk returns a tuple with the MerchantRefused field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetMerchantVoid ¶
func (o *ReceiptPrinting) GetMerchantVoid() bool
GetMerchantVoid returns the MerchantVoid field value if set, zero value otherwise.
func (*ReceiptPrinting) GetMerchantVoidOk ¶
func (o *ReceiptPrinting) GetMerchantVoidOk() (*bool, bool)
GetMerchantVoidOk returns a tuple with the MerchantVoid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperApproved ¶
func (o *ReceiptPrinting) GetShopperApproved() bool
GetShopperApproved returns the ShopperApproved field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperApprovedOk ¶
func (o *ReceiptPrinting) GetShopperApprovedOk() (*bool, bool)
GetShopperApprovedOk returns a tuple with the ShopperApproved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperCancelled ¶
func (o *ReceiptPrinting) GetShopperCancelled() bool
GetShopperCancelled returns the ShopperCancelled field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperCancelledOk ¶
func (o *ReceiptPrinting) GetShopperCancelledOk() (*bool, bool)
GetShopperCancelledOk returns a tuple with the ShopperCancelled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperCaptureApproved ¶
func (o *ReceiptPrinting) GetShopperCaptureApproved() bool
GetShopperCaptureApproved returns the ShopperCaptureApproved field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperCaptureApprovedOk ¶
func (o *ReceiptPrinting) GetShopperCaptureApprovedOk() (*bool, bool)
GetShopperCaptureApprovedOk returns a tuple with the ShopperCaptureApproved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperCaptureRefused ¶
func (o *ReceiptPrinting) GetShopperCaptureRefused() bool
GetShopperCaptureRefused returns the ShopperCaptureRefused field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperCaptureRefusedOk ¶
func (o *ReceiptPrinting) GetShopperCaptureRefusedOk() (*bool, bool)
GetShopperCaptureRefusedOk returns a tuple with the ShopperCaptureRefused field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperRefundApproved ¶
func (o *ReceiptPrinting) GetShopperRefundApproved() bool
GetShopperRefundApproved returns the ShopperRefundApproved field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperRefundApprovedOk ¶
func (o *ReceiptPrinting) GetShopperRefundApprovedOk() (*bool, bool)
GetShopperRefundApprovedOk returns a tuple with the ShopperRefundApproved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperRefundRefused ¶
func (o *ReceiptPrinting) GetShopperRefundRefused() bool
GetShopperRefundRefused returns the ShopperRefundRefused field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperRefundRefusedOk ¶
func (o *ReceiptPrinting) GetShopperRefundRefusedOk() (*bool, bool)
GetShopperRefundRefusedOk returns a tuple with the ShopperRefundRefused field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperRefused ¶
func (o *ReceiptPrinting) GetShopperRefused() bool
GetShopperRefused returns the ShopperRefused field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperRefusedOk ¶
func (o *ReceiptPrinting) GetShopperRefusedOk() (*bool, bool)
GetShopperRefusedOk returns a tuple with the ShopperRefused field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) GetShopperVoid ¶
func (o *ReceiptPrinting) GetShopperVoid() bool
GetShopperVoid returns the ShopperVoid field value if set, zero value otherwise.
func (*ReceiptPrinting) GetShopperVoidOk ¶
func (o *ReceiptPrinting) GetShopperVoidOk() (*bool, bool)
GetShopperVoidOk returns a tuple with the ShopperVoid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReceiptPrinting) HasMerchantApproved ¶
func (o *ReceiptPrinting) HasMerchantApproved() bool
HasMerchantApproved returns a boolean if a field has been set.
func (*ReceiptPrinting) HasMerchantCancelled ¶
func (o *ReceiptPrinting) HasMerchantCancelled() bool
HasMerchantCancelled returns a boolean if a field has been set.
func (*ReceiptPrinting) HasMerchantCaptureApproved ¶
func (o *ReceiptPrinting) HasMerchantCaptureApproved() bool
HasMerchantCaptureApproved returns a boolean if a field has been set.
func (*ReceiptPrinting) HasMerchantCaptureRefused ¶
func (o *ReceiptPrinting) HasMerchantCaptureRefused() bool
HasMerchantCaptureRefused returns a boolean if a field has been set.
func (*ReceiptPrinting) HasMerchantRefundApproved ¶
func (o *ReceiptPrinting) HasMerchantRefundApproved() bool
HasMerchantRefundApproved returns a boolean if a field has been set.
func (*ReceiptPrinting) HasMerchantRefundRefused ¶
func (o *ReceiptPrinting) HasMerchantRefundRefused() bool
HasMerchantRefundRefused returns a boolean if a field has been set.
func (*ReceiptPrinting) HasMerchantRefused ¶
func (o *ReceiptPrinting) HasMerchantRefused() bool
HasMerchantRefused returns a boolean if a field has been set.
func (*ReceiptPrinting) HasMerchantVoid ¶
func (o *ReceiptPrinting) HasMerchantVoid() bool
HasMerchantVoid returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperApproved ¶
func (o *ReceiptPrinting) HasShopperApproved() bool
HasShopperApproved returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperCancelled ¶
func (o *ReceiptPrinting) HasShopperCancelled() bool
HasShopperCancelled returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperCaptureApproved ¶
func (o *ReceiptPrinting) HasShopperCaptureApproved() bool
HasShopperCaptureApproved returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperCaptureRefused ¶
func (o *ReceiptPrinting) HasShopperCaptureRefused() bool
HasShopperCaptureRefused returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperRefundApproved ¶
func (o *ReceiptPrinting) HasShopperRefundApproved() bool
HasShopperRefundApproved returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperRefundRefused ¶
func (o *ReceiptPrinting) HasShopperRefundRefused() bool
HasShopperRefundRefused returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperRefused ¶
func (o *ReceiptPrinting) HasShopperRefused() bool
HasShopperRefused returns a boolean if a field has been set.
func (*ReceiptPrinting) HasShopperVoid ¶
func (o *ReceiptPrinting) HasShopperVoid() bool
HasShopperVoid returns a boolean if a field has been set.
func (ReceiptPrinting) MarshalJSON ¶
func (o ReceiptPrinting) MarshalJSON() ([]byte, error)
func (*ReceiptPrinting) SetMerchantApproved ¶
func (o *ReceiptPrinting) SetMerchantApproved(v bool)
SetMerchantApproved gets a reference to the given bool and assigns it to the MerchantApproved field.
func (*ReceiptPrinting) SetMerchantCancelled ¶
func (o *ReceiptPrinting) SetMerchantCancelled(v bool)
SetMerchantCancelled gets a reference to the given bool and assigns it to the MerchantCancelled field.
func (*ReceiptPrinting) SetMerchantCaptureApproved ¶
func (o *ReceiptPrinting) SetMerchantCaptureApproved(v bool)
SetMerchantCaptureApproved gets a reference to the given bool and assigns it to the MerchantCaptureApproved field.
func (*ReceiptPrinting) SetMerchantCaptureRefused ¶
func (o *ReceiptPrinting) SetMerchantCaptureRefused(v bool)
SetMerchantCaptureRefused gets a reference to the given bool and assigns it to the MerchantCaptureRefused field.
func (*ReceiptPrinting) SetMerchantRefundApproved ¶
func (o *ReceiptPrinting) SetMerchantRefundApproved(v bool)
SetMerchantRefundApproved gets a reference to the given bool and assigns it to the MerchantRefundApproved field.
func (*ReceiptPrinting) SetMerchantRefundRefused ¶
func (o *ReceiptPrinting) SetMerchantRefundRefused(v bool)
SetMerchantRefundRefused gets a reference to the given bool and assigns it to the MerchantRefundRefused field.
func (*ReceiptPrinting) SetMerchantRefused ¶
func (o *ReceiptPrinting) SetMerchantRefused(v bool)
SetMerchantRefused gets a reference to the given bool and assigns it to the MerchantRefused field.
func (*ReceiptPrinting) SetMerchantVoid ¶
func (o *ReceiptPrinting) SetMerchantVoid(v bool)
SetMerchantVoid gets a reference to the given bool and assigns it to the MerchantVoid field.
func (*ReceiptPrinting) SetShopperApproved ¶
func (o *ReceiptPrinting) SetShopperApproved(v bool)
SetShopperApproved gets a reference to the given bool and assigns it to the ShopperApproved field.
func (*ReceiptPrinting) SetShopperCancelled ¶
func (o *ReceiptPrinting) SetShopperCancelled(v bool)
SetShopperCancelled gets a reference to the given bool and assigns it to the ShopperCancelled field.
func (*ReceiptPrinting) SetShopperCaptureApproved ¶
func (o *ReceiptPrinting) SetShopperCaptureApproved(v bool)
SetShopperCaptureApproved gets a reference to the given bool and assigns it to the ShopperCaptureApproved field.
func (*ReceiptPrinting) SetShopperCaptureRefused ¶
func (o *ReceiptPrinting) SetShopperCaptureRefused(v bool)
SetShopperCaptureRefused gets a reference to the given bool and assigns it to the ShopperCaptureRefused field.
func (*ReceiptPrinting) SetShopperRefundApproved ¶
func (o *ReceiptPrinting) SetShopperRefundApproved(v bool)
SetShopperRefundApproved gets a reference to the given bool and assigns it to the ShopperRefundApproved field.
func (*ReceiptPrinting) SetShopperRefundRefused ¶
func (o *ReceiptPrinting) SetShopperRefundRefused(v bool)
SetShopperRefundRefused gets a reference to the given bool and assigns it to the ShopperRefundRefused field.
func (*ReceiptPrinting) SetShopperRefused ¶
func (o *ReceiptPrinting) SetShopperRefused(v bool)
SetShopperRefused gets a reference to the given bool and assigns it to the ShopperRefused field.
func (*ReceiptPrinting) SetShopperVoid ¶
func (o *ReceiptPrinting) SetShopperVoid(v bool)
SetShopperVoid gets a reference to the given bool and assigns it to the ShopperVoid field.
func (ReceiptPrinting) ToMap ¶
func (o ReceiptPrinting) ToMap() (map[string]interface{}, error)
type ReleaseUpdateDetails ¶
type ReleaseUpdateDetails struct { // Type of terminal action: Update Release. Type *string `json:"type,omitempty"` // Boolean flag that tells if the terminal should update at the first next maintenance call. If false, terminal will update on its configured reboot time. UpdateAtFirstMaintenanceCall *bool `json:"updateAtFirstMaintenanceCall,omitempty"` }
ReleaseUpdateDetails struct for ReleaseUpdateDetails
func NewReleaseUpdateDetails ¶
func NewReleaseUpdateDetails() *ReleaseUpdateDetails
NewReleaseUpdateDetails instantiates a new ReleaseUpdateDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReleaseUpdateDetailsWithDefaults ¶
func NewReleaseUpdateDetailsWithDefaults() *ReleaseUpdateDetails
NewReleaseUpdateDetailsWithDefaults instantiates a new ReleaseUpdateDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReleaseUpdateDetails) GetType ¶
func (o *ReleaseUpdateDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ReleaseUpdateDetails) GetTypeOk ¶
func (o *ReleaseUpdateDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseUpdateDetails) GetUpdateAtFirstMaintenanceCall ¶
func (o *ReleaseUpdateDetails) GetUpdateAtFirstMaintenanceCall() bool
GetUpdateAtFirstMaintenanceCall returns the UpdateAtFirstMaintenanceCall field value if set, zero value otherwise.
func (*ReleaseUpdateDetails) GetUpdateAtFirstMaintenanceCallOk ¶
func (o *ReleaseUpdateDetails) GetUpdateAtFirstMaintenanceCallOk() (*bool, bool)
GetUpdateAtFirstMaintenanceCallOk returns a tuple with the UpdateAtFirstMaintenanceCall field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseUpdateDetails) HasType ¶
func (o *ReleaseUpdateDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (*ReleaseUpdateDetails) HasUpdateAtFirstMaintenanceCall ¶
func (o *ReleaseUpdateDetails) HasUpdateAtFirstMaintenanceCall() bool
HasUpdateAtFirstMaintenanceCall returns a boolean if a field has been set.
func (ReleaseUpdateDetails) MarshalJSON ¶
func (o ReleaseUpdateDetails) MarshalJSON() ([]byte, error)
func (*ReleaseUpdateDetails) SetType ¶
func (o *ReleaseUpdateDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ReleaseUpdateDetails) SetUpdateAtFirstMaintenanceCall ¶
func (o *ReleaseUpdateDetails) SetUpdateAtFirstMaintenanceCall(v bool)
SetUpdateAtFirstMaintenanceCall gets a reference to the given bool and assigns it to the UpdateAtFirstMaintenanceCall field.
func (ReleaseUpdateDetails) ToMap ¶
func (o ReleaseUpdateDetails) ToMap() (map[string]interface{}, error)
type RequestActivationResponse ¶
type RequestActivationResponse struct { // The unique identifier of the company account. CompanyId *string `json:"companyId,omitempty"` // The unique identifier of the merchant account you requested to activate. MerchantId *string `json:"merchantId,omitempty"` }
RequestActivationResponse struct for RequestActivationResponse
func NewRequestActivationResponse ¶
func NewRequestActivationResponse() *RequestActivationResponse
NewRequestActivationResponse instantiates a new RequestActivationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRequestActivationResponseWithDefaults ¶
func NewRequestActivationResponseWithDefaults() *RequestActivationResponse
NewRequestActivationResponseWithDefaults instantiates a new RequestActivationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RequestActivationResponse) GetCompanyId ¶
func (o *RequestActivationResponse) GetCompanyId() string
GetCompanyId returns the CompanyId field value if set, zero value otherwise.
func (*RequestActivationResponse) GetCompanyIdOk ¶
func (o *RequestActivationResponse) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestActivationResponse) GetMerchantId ¶
func (o *RequestActivationResponse) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*RequestActivationResponse) GetMerchantIdOk ¶
func (o *RequestActivationResponse) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestActivationResponse) HasCompanyId ¶
func (o *RequestActivationResponse) HasCompanyId() bool
HasCompanyId returns a boolean if a field has been set.
func (*RequestActivationResponse) HasMerchantId ¶
func (o *RequestActivationResponse) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (RequestActivationResponse) MarshalJSON ¶
func (o RequestActivationResponse) MarshalJSON() ([]byte, error)
func (*RequestActivationResponse) SetCompanyId ¶
func (o *RequestActivationResponse) SetCompanyId(v string)
SetCompanyId gets a reference to the given string and assigns it to the CompanyId field.
func (*RequestActivationResponse) SetMerchantId ¶
func (o *RequestActivationResponse) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (RequestActivationResponse) ToMap ¶
func (o RequestActivationResponse) ToMap() (map[string]interface{}, error)
type RestServiceError ¶
type RestServiceError struct { // A human-readable explanation specific to this occurrence of the problem. Detail string `json:"detail"` // A code that identifies the problem type. ErrorCode string `json:"errorCode"` // A unique URI that identifies the specific occurrence of the problem. Instance *string `json:"instance,omitempty"` // Detailed explanation of each validation error, when applicable. InvalidFields []InvalidField `json:"invalidFields,omitempty"` // A unique reference for the request, essentially the same as `pspReference`. RequestId *string `json:"requestId,omitempty"` Response *JSONObject `json:"response,omitempty"` // The HTTP status code. Status int32 `json:"status"` // A short, human-readable summary of the problem type. Title string `json:"title"` // A URI that identifies the problem type, pointing to human-readable documentation on this problem type. Type string `json:"type"` }
RestServiceError struct for RestServiceError
func NewRestServiceError ¶
func NewRestServiceError(detail string, errorCode string, status int32, title string, type_ string) *RestServiceError
NewRestServiceError instantiates a new RestServiceError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestServiceErrorWithDefaults ¶
func NewRestServiceErrorWithDefaults() *RestServiceError
NewRestServiceErrorWithDefaults instantiates a new RestServiceError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestServiceError) GetDetail ¶
func (o *RestServiceError) GetDetail() string
GetDetail returns the Detail field value
func (*RestServiceError) GetDetailOk ¶
func (o *RestServiceError) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value and a boolean to check if the value has been set.
func (*RestServiceError) GetErrorCode ¶
func (o *RestServiceError) GetErrorCode() string
GetErrorCode returns the ErrorCode field value
func (*RestServiceError) GetErrorCodeOk ¶
func (o *RestServiceError) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field value and a boolean to check if the value has been set.
func (*RestServiceError) GetInstance ¶
func (o *RestServiceError) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*RestServiceError) GetInstanceOk ¶
func (o *RestServiceError) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestServiceError) GetInvalidFields ¶
func (o *RestServiceError) GetInvalidFields() []InvalidField
GetInvalidFields returns the InvalidFields field value if set, zero value otherwise.
func (*RestServiceError) GetInvalidFieldsOk ¶
func (o *RestServiceError) GetInvalidFieldsOk() ([]InvalidField, bool)
GetInvalidFieldsOk returns a tuple with the InvalidFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestServiceError) GetRequestId ¶
func (o *RestServiceError) GetRequestId() string
GetRequestId returns the RequestId field value if set, zero value otherwise.
func (*RestServiceError) GetRequestIdOk ¶
func (o *RestServiceError) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestServiceError) GetResponse ¶
func (o *RestServiceError) GetResponse() JSONObject
GetResponse returns the Response field value if set, zero value otherwise.
func (*RestServiceError) GetResponseOk ¶
func (o *RestServiceError) GetResponseOk() (*JSONObject, bool)
GetResponseOk returns a tuple with the Response field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestServiceError) GetStatus ¶
func (o *RestServiceError) GetStatus() int32
GetStatus returns the Status field value
func (*RestServiceError) GetStatusOk ¶
func (o *RestServiceError) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*RestServiceError) GetTitle ¶
func (o *RestServiceError) GetTitle() string
GetTitle returns the Title field value
func (*RestServiceError) GetTitleOk ¶
func (o *RestServiceError) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*RestServiceError) GetType ¶
func (o *RestServiceError) GetType() string
GetType returns the Type field value
func (*RestServiceError) GetTypeOk ¶
func (o *RestServiceError) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RestServiceError) HasInstance ¶
func (o *RestServiceError) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*RestServiceError) HasInvalidFields ¶
func (o *RestServiceError) HasInvalidFields() bool
HasInvalidFields returns a boolean if a field has been set.
func (*RestServiceError) HasRequestId ¶
func (o *RestServiceError) HasRequestId() bool
HasRequestId returns a boolean if a field has been set.
func (*RestServiceError) HasResponse ¶
func (o *RestServiceError) HasResponse() bool
HasResponse returns a boolean if a field has been set.
func (RestServiceError) MarshalJSON ¶
func (o RestServiceError) MarshalJSON() ([]byte, error)
func (*RestServiceError) SetDetail ¶
func (o *RestServiceError) SetDetail(v string)
SetDetail sets field value
func (*RestServiceError) SetErrorCode ¶
func (o *RestServiceError) SetErrorCode(v string)
SetErrorCode sets field value
func (*RestServiceError) SetInstance ¶
func (o *RestServiceError) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*RestServiceError) SetInvalidFields ¶
func (o *RestServiceError) SetInvalidFields(v []InvalidField)
SetInvalidFields gets a reference to the given []InvalidField and assigns it to the InvalidFields field.
func (*RestServiceError) SetRequestId ¶
func (o *RestServiceError) SetRequestId(v string)
SetRequestId gets a reference to the given string and assigns it to the RequestId field.
func (*RestServiceError) SetResponse ¶
func (o *RestServiceError) SetResponse(v JSONObject)
SetResponse gets a reference to the given JSONObject and assigns it to the Response field.
func (*RestServiceError) SetStatus ¶
func (o *RestServiceError) SetStatus(v int32)
SetStatus sets field value
func (*RestServiceError) SetTitle ¶
func (o *RestServiceError) SetTitle(v string)
SetTitle sets field value
func (*RestServiceError) SetType ¶
func (o *RestServiceError) SetType(v string)
SetType sets field value
func (RestServiceError) ToMap ¶
func (o RestServiceError) ToMap() (map[string]interface{}, error)
type ScheduleTerminalActionsRequest ¶
type ScheduleTerminalActionsRequest struct { ActionDetails *ScheduleTerminalActionsRequestActionDetails `json:"actionDetails,omitempty"` // The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+01:00** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call. ScheduledAt *string `json:"scheduledAt,omitempty"` // The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store. StoreId *string `json:"storeId,omitempty"` // A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the [GET `/terminals`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/terminals) response. Maximum length: 100 IDs. TerminalIds []string `json:"terminalIds,omitempty"` }
ScheduleTerminalActionsRequest struct for ScheduleTerminalActionsRequest
func NewScheduleTerminalActionsRequest ¶
func NewScheduleTerminalActionsRequest() *ScheduleTerminalActionsRequest
NewScheduleTerminalActionsRequest instantiates a new ScheduleTerminalActionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScheduleTerminalActionsRequestWithDefaults ¶
func NewScheduleTerminalActionsRequestWithDefaults() *ScheduleTerminalActionsRequest
NewScheduleTerminalActionsRequestWithDefaults instantiates a new ScheduleTerminalActionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ScheduleTerminalActionsRequest) GetActionDetails ¶
func (o *ScheduleTerminalActionsRequest) GetActionDetails() ScheduleTerminalActionsRequestActionDetails
GetActionDetails returns the ActionDetails field value if set, zero value otherwise.
func (*ScheduleTerminalActionsRequest) GetActionDetailsOk ¶
func (o *ScheduleTerminalActionsRequest) GetActionDetailsOk() (*ScheduleTerminalActionsRequestActionDetails, bool)
GetActionDetailsOk returns a tuple with the ActionDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsRequest) GetScheduledAt ¶
func (o *ScheduleTerminalActionsRequest) GetScheduledAt() string
GetScheduledAt returns the ScheduledAt field value if set, zero value otherwise.
func (*ScheduleTerminalActionsRequest) GetScheduledAtOk ¶
func (o *ScheduleTerminalActionsRequest) GetScheduledAtOk() (*string, bool)
GetScheduledAtOk returns a tuple with the ScheduledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsRequest) GetStoreId ¶
func (o *ScheduleTerminalActionsRequest) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*ScheduleTerminalActionsRequest) GetStoreIdOk ¶
func (o *ScheduleTerminalActionsRequest) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsRequest) GetTerminalIds ¶
func (o *ScheduleTerminalActionsRequest) GetTerminalIds() []string
GetTerminalIds returns the TerminalIds field value if set, zero value otherwise.
func (*ScheduleTerminalActionsRequest) GetTerminalIdsOk ¶
func (o *ScheduleTerminalActionsRequest) GetTerminalIdsOk() ([]string, bool)
GetTerminalIdsOk returns a tuple with the TerminalIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsRequest) HasActionDetails ¶
func (o *ScheduleTerminalActionsRequest) HasActionDetails() bool
HasActionDetails returns a boolean if a field has been set.
func (*ScheduleTerminalActionsRequest) HasScheduledAt ¶
func (o *ScheduleTerminalActionsRequest) HasScheduledAt() bool
HasScheduledAt returns a boolean if a field has been set.
func (*ScheduleTerminalActionsRequest) HasStoreId ¶
func (o *ScheduleTerminalActionsRequest) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (*ScheduleTerminalActionsRequest) HasTerminalIds ¶
func (o *ScheduleTerminalActionsRequest) HasTerminalIds() bool
HasTerminalIds returns a boolean if a field has been set.
func (ScheduleTerminalActionsRequest) MarshalJSON ¶
func (o ScheduleTerminalActionsRequest) MarshalJSON() ([]byte, error)
func (*ScheduleTerminalActionsRequest) SetActionDetails ¶
func (o *ScheduleTerminalActionsRequest) SetActionDetails(v ScheduleTerminalActionsRequestActionDetails)
SetActionDetails gets a reference to the given ScheduleTerminalActionsRequestActionDetails and assigns it to the ActionDetails field.
func (*ScheduleTerminalActionsRequest) SetScheduledAt ¶
func (o *ScheduleTerminalActionsRequest) SetScheduledAt(v string)
SetScheduledAt gets a reference to the given string and assigns it to the ScheduledAt field.
func (*ScheduleTerminalActionsRequest) SetStoreId ¶
func (o *ScheduleTerminalActionsRequest) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (*ScheduleTerminalActionsRequest) SetTerminalIds ¶
func (o *ScheduleTerminalActionsRequest) SetTerminalIds(v []string)
SetTerminalIds gets a reference to the given []string and assigns it to the TerminalIds field.
func (ScheduleTerminalActionsRequest) ToMap ¶
func (o ScheduleTerminalActionsRequest) ToMap() (map[string]interface{}, error)
type ScheduleTerminalActionsRequestActionDetails ¶
type ScheduleTerminalActionsRequestActionDetails struct { InstallAndroidAppDetails *InstallAndroidAppDetails InstallAndroidCertificateDetails *InstallAndroidCertificateDetails ReleaseUpdateDetails *ReleaseUpdateDetails UninstallAndroidAppDetails *UninstallAndroidAppDetails UninstallAndroidCertificateDetails *UninstallAndroidCertificateDetails }
ScheduleTerminalActionsRequestActionDetails - Information about the action to take.
func InstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails ¶
func InstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails(v *InstallAndroidAppDetails) ScheduleTerminalActionsRequestActionDetails
InstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails is a convenience function that returns InstallAndroidAppDetails wrapped in ScheduleTerminalActionsRequestActionDetails
func InstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails ¶
func InstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails(v *InstallAndroidCertificateDetails) ScheduleTerminalActionsRequestActionDetails
InstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails is a convenience function that returns InstallAndroidCertificateDetails wrapped in ScheduleTerminalActionsRequestActionDetails
func ReleaseUpdateDetailsAsScheduleTerminalActionsRequestActionDetails ¶
func ReleaseUpdateDetailsAsScheduleTerminalActionsRequestActionDetails(v *ReleaseUpdateDetails) ScheduleTerminalActionsRequestActionDetails
ReleaseUpdateDetailsAsScheduleTerminalActionsRequestActionDetails is a convenience function that returns ReleaseUpdateDetails wrapped in ScheduleTerminalActionsRequestActionDetails
func UninstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails ¶
func UninstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails(v *UninstallAndroidAppDetails) ScheduleTerminalActionsRequestActionDetails
UninstallAndroidAppDetailsAsScheduleTerminalActionsRequestActionDetails is a convenience function that returns UninstallAndroidAppDetails wrapped in ScheduleTerminalActionsRequestActionDetails
func UninstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails ¶
func UninstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails(v *UninstallAndroidCertificateDetails) ScheduleTerminalActionsRequestActionDetails
UninstallAndroidCertificateDetailsAsScheduleTerminalActionsRequestActionDetails is a convenience function that returns UninstallAndroidCertificateDetails wrapped in ScheduleTerminalActionsRequestActionDetails
func (*ScheduleTerminalActionsRequestActionDetails) GetActualInstance ¶
func (obj *ScheduleTerminalActionsRequestActionDetails) GetActualInstance() interface{}
Get the actual instance
func (ScheduleTerminalActionsRequestActionDetails) MarshalJSON ¶
func (src ScheduleTerminalActionsRequestActionDetails) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScheduleTerminalActionsRequestActionDetails) UnmarshalJSON ¶
func (dst *ScheduleTerminalActionsRequestActionDetails) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ScheduleTerminalActionsResponse ¶
type ScheduleTerminalActionsResponse struct { ActionDetails *ScheduleTerminalActionsRequestActionDetails `json:"actionDetails,omitempty"` // A list containing a terminal ID and an action ID for each terminal that the action was scheduled for. Items []TerminalActionScheduleDetail `json:"items,omitempty"` // The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+01:00** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call. ScheduledAt *string `json:"scheduledAt,omitempty"` // The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store. StoreId *string `json:"storeId,omitempty"` // The validation errors that occurred in the list of terminals, and for each error the IDs of the terminals that the error applies to. TerminalsWithErrors *map[string][]string `json:"terminalsWithErrors,omitempty"` // The number of terminals for which scheduling the action failed. TotalErrors *int32 `json:"totalErrors,omitempty"` // The number of terminals for which the action was successfully scheduled. This doesn't mean the action has happened yet. TotalScheduled *int32 `json:"totalScheduled,omitempty"` }
ScheduleTerminalActionsResponse struct for ScheduleTerminalActionsResponse
func NewScheduleTerminalActionsResponse ¶
func NewScheduleTerminalActionsResponse() *ScheduleTerminalActionsResponse
NewScheduleTerminalActionsResponse instantiates a new ScheduleTerminalActionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScheduleTerminalActionsResponseWithDefaults ¶
func NewScheduleTerminalActionsResponseWithDefaults() *ScheduleTerminalActionsResponse
NewScheduleTerminalActionsResponseWithDefaults instantiates a new ScheduleTerminalActionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ScheduleTerminalActionsResponse) GetActionDetails ¶
func (o *ScheduleTerminalActionsResponse) GetActionDetails() ScheduleTerminalActionsRequestActionDetails
GetActionDetails returns the ActionDetails field value if set, zero value otherwise.
func (*ScheduleTerminalActionsResponse) GetActionDetailsOk ¶
func (o *ScheduleTerminalActionsResponse) GetActionDetailsOk() (*ScheduleTerminalActionsRequestActionDetails, bool)
GetActionDetailsOk returns a tuple with the ActionDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsResponse) GetItems ¶
func (o *ScheduleTerminalActionsResponse) GetItems() []TerminalActionScheduleDetail
GetItems returns the Items field value if set, zero value otherwise.
func (*ScheduleTerminalActionsResponse) GetItemsOk ¶
func (o *ScheduleTerminalActionsResponse) GetItemsOk() ([]TerminalActionScheduleDetail, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsResponse) GetScheduledAt ¶
func (o *ScheduleTerminalActionsResponse) GetScheduledAt() string
GetScheduledAt returns the ScheduledAt field value if set, zero value otherwise.
func (*ScheduleTerminalActionsResponse) GetScheduledAtOk ¶
func (o *ScheduleTerminalActionsResponse) GetScheduledAtOk() (*string, bool)
GetScheduledAtOk returns a tuple with the ScheduledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsResponse) GetStoreId ¶
func (o *ScheduleTerminalActionsResponse) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*ScheduleTerminalActionsResponse) GetStoreIdOk ¶
func (o *ScheduleTerminalActionsResponse) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsResponse) GetTerminalsWithErrors ¶
func (o *ScheduleTerminalActionsResponse) GetTerminalsWithErrors() map[string][]string
GetTerminalsWithErrors returns the TerminalsWithErrors field value if set, zero value otherwise.
func (*ScheduleTerminalActionsResponse) GetTerminalsWithErrorsOk ¶
func (o *ScheduleTerminalActionsResponse) GetTerminalsWithErrorsOk() (*map[string][]string, bool)
GetTerminalsWithErrorsOk returns a tuple with the TerminalsWithErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsResponse) GetTotalErrors ¶
func (o *ScheduleTerminalActionsResponse) GetTotalErrors() int32
GetTotalErrors returns the TotalErrors field value if set, zero value otherwise.
func (*ScheduleTerminalActionsResponse) GetTotalErrorsOk ¶
func (o *ScheduleTerminalActionsResponse) GetTotalErrorsOk() (*int32, bool)
GetTotalErrorsOk returns a tuple with the TotalErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsResponse) GetTotalScheduled ¶
func (o *ScheduleTerminalActionsResponse) GetTotalScheduled() int32
GetTotalScheduled returns the TotalScheduled field value if set, zero value otherwise.
func (*ScheduleTerminalActionsResponse) GetTotalScheduledOk ¶
func (o *ScheduleTerminalActionsResponse) GetTotalScheduledOk() (*int32, bool)
GetTotalScheduledOk returns a tuple with the TotalScheduled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduleTerminalActionsResponse) HasActionDetails ¶
func (o *ScheduleTerminalActionsResponse) HasActionDetails() bool
HasActionDetails returns a boolean if a field has been set.
func (*ScheduleTerminalActionsResponse) HasItems ¶
func (o *ScheduleTerminalActionsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ScheduleTerminalActionsResponse) HasScheduledAt ¶
func (o *ScheduleTerminalActionsResponse) HasScheduledAt() bool
HasScheduledAt returns a boolean if a field has been set.
func (*ScheduleTerminalActionsResponse) HasStoreId ¶
func (o *ScheduleTerminalActionsResponse) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (*ScheduleTerminalActionsResponse) HasTerminalsWithErrors ¶
func (o *ScheduleTerminalActionsResponse) HasTerminalsWithErrors() bool
HasTerminalsWithErrors returns a boolean if a field has been set.
func (*ScheduleTerminalActionsResponse) HasTotalErrors ¶
func (o *ScheduleTerminalActionsResponse) HasTotalErrors() bool
HasTotalErrors returns a boolean if a field has been set.
func (*ScheduleTerminalActionsResponse) HasTotalScheduled ¶
func (o *ScheduleTerminalActionsResponse) HasTotalScheduled() bool
HasTotalScheduled returns a boolean if a field has been set.
func (ScheduleTerminalActionsResponse) MarshalJSON ¶
func (o ScheduleTerminalActionsResponse) MarshalJSON() ([]byte, error)
func (*ScheduleTerminalActionsResponse) SetActionDetails ¶
func (o *ScheduleTerminalActionsResponse) SetActionDetails(v ScheduleTerminalActionsRequestActionDetails)
SetActionDetails gets a reference to the given ScheduleTerminalActionsRequestActionDetails and assigns it to the ActionDetails field.
func (*ScheduleTerminalActionsResponse) SetItems ¶
func (o *ScheduleTerminalActionsResponse) SetItems(v []TerminalActionScheduleDetail)
SetItems gets a reference to the given []TerminalActionScheduleDetail and assigns it to the Items field.
func (*ScheduleTerminalActionsResponse) SetScheduledAt ¶
func (o *ScheduleTerminalActionsResponse) SetScheduledAt(v string)
SetScheduledAt gets a reference to the given string and assigns it to the ScheduledAt field.
func (*ScheduleTerminalActionsResponse) SetStoreId ¶
func (o *ScheduleTerminalActionsResponse) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (*ScheduleTerminalActionsResponse) SetTerminalsWithErrors ¶
func (o *ScheduleTerminalActionsResponse) SetTerminalsWithErrors(v map[string][]string)
SetTerminalsWithErrors gets a reference to the given map[string][]string and assigns it to the TerminalsWithErrors field.
func (*ScheduleTerminalActionsResponse) SetTotalErrors ¶
func (o *ScheduleTerminalActionsResponse) SetTotalErrors(v int32)
SetTotalErrors gets a reference to the given int32 and assigns it to the TotalErrors field.
func (*ScheduleTerminalActionsResponse) SetTotalScheduled ¶
func (o *ScheduleTerminalActionsResponse) SetTotalScheduled(v int32)
SetTotalScheduled gets a reference to the given int32 and assigns it to the TotalScheduled field.
func (ScheduleTerminalActionsResponse) ToMap ¶
func (o ScheduleTerminalActionsResponse) ToMap() (map[string]interface{}, error)
type Settings ¶
type Settings struct { // The preferred Wi-Fi band, for use if the terminals support multiple bands. Possible values: All, 2.4GHz, 5GHz. Band *string `json:"band,omitempty"` // Indicates whether roaming is enabled on the terminals. Roaming *bool `json:"roaming,omitempty"` // The connection time-out in seconds. Minimum value: 0. Timeout *int32 `json:"timeout,omitempty"` }
Settings struct for Settings
func NewSettings ¶
func NewSettings() *Settings
NewSettings instantiates a new Settings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSettingsWithDefaults ¶
func NewSettingsWithDefaults() *Settings
NewSettingsWithDefaults instantiates a new Settings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Settings) GetBandOk ¶
GetBandOk returns a tuple with the Band field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Settings) GetRoaming ¶
GetRoaming returns the Roaming field value if set, zero value otherwise.
func (*Settings) GetRoamingOk ¶
GetRoamingOk returns a tuple with the Roaming field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Settings) GetTimeout ¶
GetTimeout returns the Timeout field value if set, zero value otherwise.
func (*Settings) GetTimeoutOk ¶
GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Settings) HasRoaming ¶
HasRoaming returns a boolean if a field has been set.
func (*Settings) HasTimeout ¶
HasTimeout returns a boolean if a field has been set.
func (Settings) MarshalJSON ¶
func (*Settings) SetBand ¶
SetBand gets a reference to the given string and assigns it to the Band field.
func (*Settings) SetRoaming ¶
SetRoaming gets a reference to the given bool and assigns it to the Roaming field.
func (*Settings) SetTimeout ¶
SetTimeout gets a reference to the given int32 and assigns it to the Timeout field.
type ShippingLocation ¶
type ShippingLocation struct { Address *Address `json:"address,omitempty"` Contact *Contact `json:"contact,omitempty"` // The unique identifier of the shipping location, for use as `shippingLocationId` when creating an order. Id *string `json:"id,omitempty"` // The unique name of the shipping location. Name *string `json:"name,omitempty"` }
ShippingLocation struct for ShippingLocation
func NewShippingLocation ¶
func NewShippingLocation() *ShippingLocation
NewShippingLocation instantiates a new ShippingLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewShippingLocationWithDefaults ¶
func NewShippingLocationWithDefaults() *ShippingLocation
NewShippingLocationWithDefaults instantiates a new ShippingLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ShippingLocation) GetAddress ¶
func (o *ShippingLocation) GetAddress() Address
GetAddress returns the Address field value if set, zero value otherwise.
func (*ShippingLocation) GetAddressOk ¶
func (o *ShippingLocation) GetAddressOk() (*Address, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ShippingLocation) GetContact ¶
func (o *ShippingLocation) GetContact() Contact
GetContact returns the Contact field value if set, zero value otherwise.
func (*ShippingLocation) GetContactOk ¶
func (o *ShippingLocation) GetContactOk() (*Contact, bool)
GetContactOk returns a tuple with the Contact field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ShippingLocation) GetId ¶
func (o *ShippingLocation) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ShippingLocation) GetIdOk ¶
func (o *ShippingLocation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ShippingLocation) GetName ¶
func (o *ShippingLocation) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ShippingLocation) GetNameOk ¶
func (o *ShippingLocation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ShippingLocation) HasAddress ¶
func (o *ShippingLocation) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*ShippingLocation) HasContact ¶
func (o *ShippingLocation) HasContact() bool
HasContact returns a boolean if a field has been set.
func (*ShippingLocation) HasId ¶
func (o *ShippingLocation) HasId() bool
HasId returns a boolean if a field has been set.
func (*ShippingLocation) HasName ¶
func (o *ShippingLocation) HasName() bool
HasName returns a boolean if a field has been set.
func (ShippingLocation) MarshalJSON ¶
func (o ShippingLocation) MarshalJSON() ([]byte, error)
func (*ShippingLocation) SetAddress ¶
func (o *ShippingLocation) SetAddress(v Address)
SetAddress gets a reference to the given Address and assigns it to the Address field.
func (*ShippingLocation) SetContact ¶
func (o *ShippingLocation) SetContact(v Contact)
SetContact gets a reference to the given Contact and assigns it to the Contact field.
func (*ShippingLocation) SetId ¶
func (o *ShippingLocation) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ShippingLocation) SetName ¶
func (o *ShippingLocation) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ShippingLocation) ToMap ¶
func (o ShippingLocation) ToMap() (map[string]interface{}, error)
type ShippingLocationsResponse ¶
type ShippingLocationsResponse struct { // Physical locations where orders can be shipped to. Data []ShippingLocation `json:"data,omitempty"` }
ShippingLocationsResponse struct for ShippingLocationsResponse
func NewShippingLocationsResponse ¶
func NewShippingLocationsResponse() *ShippingLocationsResponse
NewShippingLocationsResponse instantiates a new ShippingLocationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewShippingLocationsResponseWithDefaults ¶
func NewShippingLocationsResponseWithDefaults() *ShippingLocationsResponse
NewShippingLocationsResponseWithDefaults instantiates a new ShippingLocationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ShippingLocationsResponse) GetData ¶
func (o *ShippingLocationsResponse) GetData() []ShippingLocation
GetData returns the Data field value if set, zero value otherwise.
func (*ShippingLocationsResponse) GetDataOk ¶
func (o *ShippingLocationsResponse) GetDataOk() ([]ShippingLocation, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ShippingLocationsResponse) HasData ¶
func (o *ShippingLocationsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ShippingLocationsResponse) MarshalJSON ¶
func (o ShippingLocationsResponse) MarshalJSON() ([]byte, error)
func (*ShippingLocationsResponse) SetData ¶
func (o *ShippingLocationsResponse) SetData(v []ShippingLocation)
SetData gets a reference to the given []ShippingLocation and assigns it to the Data field.
func (ShippingLocationsResponse) ToMap ¶
func (o ShippingLocationsResponse) ToMap() (map[string]interface{}, error)
type Signature ¶
type Signature struct { // If `skipSignature` is false, indicates whether the shopper should provide a signature on the display (**true**) or on the merchant receipt (**false**). AskSignatureOnScreen *bool `json:"askSignatureOnScreen,omitempty"` // Name that identifies the terminal. DeviceName *string `json:"deviceName,omitempty"` // Slogan shown on the start screen of the device. DeviceSlogan *string `json:"deviceSlogan,omitempty"` // Skip asking for a signature. This is possible because all global card schemes (American Express, Diners, Discover, JCB, MasterCard, VISA, and UnionPay) regard a signature as optional. SkipSignature *bool `json:"skipSignature,omitempty"` }
Signature struct for Signature
func NewSignature ¶
func NewSignature() *Signature
NewSignature instantiates a new Signature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignatureWithDefaults ¶
func NewSignatureWithDefaults() *Signature
NewSignatureWithDefaults instantiates a new Signature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Signature) GetAskSignatureOnScreen ¶
GetAskSignatureOnScreen returns the AskSignatureOnScreen field value if set, zero value otherwise.
func (*Signature) GetAskSignatureOnScreenOk ¶
GetAskSignatureOnScreenOk returns a tuple with the AskSignatureOnScreen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Signature) GetDeviceName ¶
GetDeviceName returns the DeviceName field value if set, zero value otherwise.
func (*Signature) GetDeviceNameOk ¶
GetDeviceNameOk returns a tuple with the DeviceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Signature) GetDeviceSlogan ¶
GetDeviceSlogan returns the DeviceSlogan field value if set, zero value otherwise.
func (*Signature) GetDeviceSloganOk ¶
GetDeviceSloganOk returns a tuple with the DeviceSlogan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Signature) GetSkipSignature ¶
GetSkipSignature returns the SkipSignature field value if set, zero value otherwise.
func (*Signature) GetSkipSignatureOk ¶
GetSkipSignatureOk returns a tuple with the SkipSignature field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Signature) HasAskSignatureOnScreen ¶
HasAskSignatureOnScreen returns a boolean if a field has been set.
func (*Signature) HasDeviceName ¶
HasDeviceName returns a boolean if a field has been set.
func (*Signature) HasDeviceSlogan ¶
HasDeviceSlogan returns a boolean if a field has been set.
func (*Signature) HasSkipSignature ¶
HasSkipSignature returns a boolean if a field has been set.
func (Signature) MarshalJSON ¶
func (*Signature) SetAskSignatureOnScreen ¶
SetAskSignatureOnScreen gets a reference to the given bool and assigns it to the AskSignatureOnScreen field.
func (*Signature) SetDeviceName ¶
SetDeviceName gets a reference to the given string and assigns it to the DeviceName field.
func (*Signature) SetDeviceSlogan ¶
SetDeviceSlogan gets a reference to the given string and assigns it to the DeviceSlogan field.
func (*Signature) SetSkipSignature ¶
SetSkipSignature gets a reference to the given bool and assigns it to the SkipSignature field.
type SofortInfo ¶
type SofortInfo struct { // Sofort currency code. For example, **EUR**. CurrencyCode string `json:"currencyCode"` // Sofort logo. Format: Base64-encoded string. Logo string `json:"logo"` }
SofortInfo struct for SofortInfo
func NewSofortInfo ¶
func NewSofortInfo(currencyCode string, logo string) *SofortInfo
NewSofortInfo instantiates a new SofortInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSofortInfoWithDefaults ¶
func NewSofortInfoWithDefaults() *SofortInfo
NewSofortInfoWithDefaults instantiates a new SofortInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SofortInfo) GetCurrencyCode ¶
func (o *SofortInfo) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field value
func (*SofortInfo) GetCurrencyCodeOk ¶
func (o *SofortInfo) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field value and a boolean to check if the value has been set.
func (*SofortInfo) GetLogo ¶
func (o *SofortInfo) GetLogo() string
GetLogo returns the Logo field value
func (*SofortInfo) GetLogoOk ¶
func (o *SofortInfo) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value and a boolean to check if the value has been set.
func (SofortInfo) MarshalJSON ¶
func (o SofortInfo) MarshalJSON() ([]byte, error)
func (*SofortInfo) SetCurrencyCode ¶
func (o *SofortInfo) SetCurrencyCode(v string)
SetCurrencyCode sets field value
func (SofortInfo) ToMap ¶
func (o SofortInfo) ToMap() (map[string]interface{}, error)
type SplitConfiguration ¶
type SplitConfiguration struct { // Your description for the split configuration. Description string `json:"description"` // Array of rules that define the split configuration behavior. Rules []SplitConfigurationRule `json:"rules"` // Unique identifier of the split configuration. SplitConfigurationId *string `json:"splitConfigurationId,omitempty"` // List of stores to which the split configuration applies. Stores []string `json:"stores,omitempty"` }
SplitConfiguration struct for SplitConfiguration
func NewSplitConfiguration ¶
func NewSplitConfiguration(description string, rules []SplitConfigurationRule) *SplitConfiguration
NewSplitConfiguration instantiates a new SplitConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSplitConfigurationWithDefaults ¶
func NewSplitConfigurationWithDefaults() *SplitConfiguration
NewSplitConfigurationWithDefaults instantiates a new SplitConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SplitConfiguration) GetDescription ¶
func (o *SplitConfiguration) GetDescription() string
GetDescription returns the Description field value
func (*SplitConfiguration) GetDescriptionOk ¶
func (o *SplitConfiguration) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*SplitConfiguration) GetRules ¶
func (o *SplitConfiguration) GetRules() []SplitConfigurationRule
GetRules returns the Rules field value
func (*SplitConfiguration) GetRulesOk ¶
func (o *SplitConfiguration) GetRulesOk() ([]SplitConfigurationRule, bool)
GetRulesOk returns a tuple with the Rules field value and a boolean to check if the value has been set.
func (*SplitConfiguration) GetSplitConfigurationId ¶
func (o *SplitConfiguration) GetSplitConfigurationId() string
GetSplitConfigurationId returns the SplitConfigurationId field value if set, zero value otherwise.
func (*SplitConfiguration) GetSplitConfigurationIdOk ¶
func (o *SplitConfiguration) GetSplitConfigurationIdOk() (*string, bool)
GetSplitConfigurationIdOk returns a tuple with the SplitConfigurationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfiguration) GetStores ¶
func (o *SplitConfiguration) GetStores() []string
GetStores returns the Stores field value if set, zero value otherwise.
func (*SplitConfiguration) GetStoresOk ¶
func (o *SplitConfiguration) GetStoresOk() ([]string, bool)
GetStoresOk returns a tuple with the Stores field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfiguration) HasSplitConfigurationId ¶
func (o *SplitConfiguration) HasSplitConfigurationId() bool
HasSplitConfigurationId returns a boolean if a field has been set.
func (*SplitConfiguration) HasStores ¶
func (o *SplitConfiguration) HasStores() bool
HasStores returns a boolean if a field has been set.
func (SplitConfiguration) MarshalJSON ¶
func (o SplitConfiguration) MarshalJSON() ([]byte, error)
func (*SplitConfiguration) SetDescription ¶
func (o *SplitConfiguration) SetDescription(v string)
SetDescription sets field value
func (*SplitConfiguration) SetRules ¶
func (o *SplitConfiguration) SetRules(v []SplitConfigurationRule)
SetRules sets field value
func (*SplitConfiguration) SetSplitConfigurationId ¶
func (o *SplitConfiguration) SetSplitConfigurationId(v string)
SetSplitConfigurationId gets a reference to the given string and assigns it to the SplitConfigurationId field.
func (*SplitConfiguration) SetStores ¶
func (o *SplitConfiguration) SetStores(v []string)
SetStores gets a reference to the given []string and assigns it to the Stores field.
func (SplitConfiguration) ToMap ¶
func (o SplitConfiguration) ToMap() (map[string]interface{}, error)
type SplitConfigurationList ¶
type SplitConfigurationList struct { // List of split configurations applied to the stores under the merchant account. Data []SplitConfiguration `json:"data,omitempty"` }
SplitConfigurationList struct for SplitConfigurationList
func NewSplitConfigurationList ¶
func NewSplitConfigurationList() *SplitConfigurationList
NewSplitConfigurationList instantiates a new SplitConfigurationList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSplitConfigurationListWithDefaults ¶
func NewSplitConfigurationListWithDefaults() *SplitConfigurationList
NewSplitConfigurationListWithDefaults instantiates a new SplitConfigurationList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SplitConfigurationList) GetData ¶
func (o *SplitConfigurationList) GetData() []SplitConfiguration
GetData returns the Data field value if set, zero value otherwise.
func (*SplitConfigurationList) GetDataOk ¶
func (o *SplitConfigurationList) GetDataOk() ([]SplitConfiguration, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationList) HasData ¶
func (o *SplitConfigurationList) HasData() bool
HasData returns a boolean if a field has been set.
func (SplitConfigurationList) MarshalJSON ¶
func (o SplitConfigurationList) MarshalJSON() ([]byte, error)
func (*SplitConfigurationList) SetData ¶
func (o *SplitConfigurationList) SetData(v []SplitConfiguration)
SetData gets a reference to the given []SplitConfiguration and assigns it to the Data field.
func (SplitConfigurationList) ToMap ¶
func (o SplitConfigurationList) ToMap() (map[string]interface{}, error)
type SplitConfigurationLogic ¶
type SplitConfigurationLogic struct { // Specifies the logic to apply when booking the transaction fees. Should be combined with adyenFees. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AcquiringFees *string `json:"acquiringFees,omitempty"` AdditionalCommission *AdditionalCommission `json:"additionalCommission,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, interchange & adyenMarkup. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AdyenCommission *string `json:"adyenCommission,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with acquiringFees. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AdyenFees *string `json:"adyenFees,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, adyenCommission & interchange. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AdyenMarkup *string `json:"adyenMarkup,omitempty"` // Specifies the logic to apply when booking the chargeback amount. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**, **deductAccordingToSplitRatio**. Chargeback *string `json:"chargeback,omitempty"` // Specifies the logic to apply when allocating the chargeback costs. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount** ChargebackCostAllocation *string `json:"chargebackCostAllocation,omitempty"` Commission Commission `json:"commission"` // Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, adyenCommission & adyenMarkup. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. Interchange *string `json:"interchange,omitempty"` // Specifies the logic to apply when booking the transaction fees. Cannot be combined with other fees. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. PaymentFee *string `json:"paymentFee,omitempty"` // Specifies the logic to apply when booking the amount left over after currency conversion. Possible values: **addToLiableAccount**, **addToOneBalanceAccount**. Remainder *string `json:"remainder,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with interchange, adyenCommission & adyenMarkup. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. SchemeFee *string `json:"schemeFee,omitempty"` // Unique identifier of the split logic that is applied when the split configuration conditions are met. SplitLogicId *string `json:"splitLogicId,omitempty"` // Specifies the logic to apply when booking the surcharge amount. Possible values: **addToLiableAccount**, **addToOneBalanceAccount** Surcharge *string `json:"surcharge,omitempty"` // Specifies the logic to apply when booking tips (gratuity). Possible values: **addToLiableAccount**, **addToOneBalanceAccount**. Tip *string `json:"tip,omitempty"` }
SplitConfigurationLogic struct for SplitConfigurationLogic
func NewSplitConfigurationLogic ¶
func NewSplitConfigurationLogic(commission Commission) *SplitConfigurationLogic
NewSplitConfigurationLogic instantiates a new SplitConfigurationLogic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSplitConfigurationLogicWithDefaults ¶
func NewSplitConfigurationLogicWithDefaults() *SplitConfigurationLogic
NewSplitConfigurationLogicWithDefaults instantiates a new SplitConfigurationLogic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SplitConfigurationLogic) GetAcquiringFees ¶
func (o *SplitConfigurationLogic) GetAcquiringFees() string
GetAcquiringFees returns the AcquiringFees field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetAcquiringFeesOk ¶
func (o *SplitConfigurationLogic) GetAcquiringFeesOk() (*string, bool)
GetAcquiringFeesOk returns a tuple with the AcquiringFees field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetAdditionalCommission ¶
func (o *SplitConfigurationLogic) GetAdditionalCommission() AdditionalCommission
GetAdditionalCommission returns the AdditionalCommission field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetAdditionalCommissionOk ¶
func (o *SplitConfigurationLogic) GetAdditionalCommissionOk() (*AdditionalCommission, bool)
GetAdditionalCommissionOk returns a tuple with the AdditionalCommission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetAdyenCommission ¶
func (o *SplitConfigurationLogic) GetAdyenCommission() string
GetAdyenCommission returns the AdyenCommission field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetAdyenCommissionOk ¶
func (o *SplitConfigurationLogic) GetAdyenCommissionOk() (*string, bool)
GetAdyenCommissionOk returns a tuple with the AdyenCommission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetAdyenFees ¶
func (o *SplitConfigurationLogic) GetAdyenFees() string
GetAdyenFees returns the AdyenFees field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetAdyenFeesOk ¶
func (o *SplitConfigurationLogic) GetAdyenFeesOk() (*string, bool)
GetAdyenFeesOk returns a tuple with the AdyenFees field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetAdyenMarkup ¶
func (o *SplitConfigurationLogic) GetAdyenMarkup() string
GetAdyenMarkup returns the AdyenMarkup field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetAdyenMarkupOk ¶
func (o *SplitConfigurationLogic) GetAdyenMarkupOk() (*string, bool)
GetAdyenMarkupOk returns a tuple with the AdyenMarkup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetChargeback ¶
func (o *SplitConfigurationLogic) GetChargeback() string
GetChargeback returns the Chargeback field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetChargebackCostAllocation ¶
func (o *SplitConfigurationLogic) GetChargebackCostAllocation() string
GetChargebackCostAllocation returns the ChargebackCostAllocation field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetChargebackCostAllocationOk ¶
func (o *SplitConfigurationLogic) GetChargebackCostAllocationOk() (*string, bool)
GetChargebackCostAllocationOk returns a tuple with the ChargebackCostAllocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetChargebackOk ¶
func (o *SplitConfigurationLogic) GetChargebackOk() (*string, bool)
GetChargebackOk returns a tuple with the Chargeback field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetCommission ¶
func (o *SplitConfigurationLogic) GetCommission() Commission
GetCommission returns the Commission field value
func (*SplitConfigurationLogic) GetCommissionOk ¶
func (o *SplitConfigurationLogic) GetCommissionOk() (*Commission, bool)
GetCommissionOk returns a tuple with the Commission field value and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetInterchange ¶
func (o *SplitConfigurationLogic) GetInterchange() string
GetInterchange returns the Interchange field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetInterchangeOk ¶
func (o *SplitConfigurationLogic) GetInterchangeOk() (*string, bool)
GetInterchangeOk returns a tuple with the Interchange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetPaymentFee ¶
func (o *SplitConfigurationLogic) GetPaymentFee() string
GetPaymentFee returns the PaymentFee field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetPaymentFeeOk ¶
func (o *SplitConfigurationLogic) GetPaymentFeeOk() (*string, bool)
GetPaymentFeeOk returns a tuple with the PaymentFee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetRemainder ¶
func (o *SplitConfigurationLogic) GetRemainder() string
GetRemainder returns the Remainder field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetRemainderOk ¶
func (o *SplitConfigurationLogic) GetRemainderOk() (*string, bool)
GetRemainderOk returns a tuple with the Remainder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetSchemeFee ¶
func (o *SplitConfigurationLogic) GetSchemeFee() string
GetSchemeFee returns the SchemeFee field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetSchemeFeeOk ¶
func (o *SplitConfigurationLogic) GetSchemeFeeOk() (*string, bool)
GetSchemeFeeOk returns a tuple with the SchemeFee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetSplitLogicId ¶
func (o *SplitConfigurationLogic) GetSplitLogicId() string
GetSplitLogicId returns the SplitLogicId field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetSplitLogicIdOk ¶
func (o *SplitConfigurationLogic) GetSplitLogicIdOk() (*string, bool)
GetSplitLogicIdOk returns a tuple with the SplitLogicId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetSurcharge ¶
func (o *SplitConfigurationLogic) GetSurcharge() string
GetSurcharge returns the Surcharge field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetSurchargeOk ¶
func (o *SplitConfigurationLogic) GetSurchargeOk() (*string, bool)
GetSurchargeOk returns a tuple with the Surcharge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) GetTip ¶
func (o *SplitConfigurationLogic) GetTip() string
GetTip returns the Tip field value if set, zero value otherwise.
func (*SplitConfigurationLogic) GetTipOk ¶
func (o *SplitConfigurationLogic) GetTipOk() (*string, bool)
GetTipOk returns a tuple with the Tip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationLogic) HasAcquiringFees ¶
func (o *SplitConfigurationLogic) HasAcquiringFees() bool
HasAcquiringFees returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasAdditionalCommission ¶
func (o *SplitConfigurationLogic) HasAdditionalCommission() bool
HasAdditionalCommission returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasAdyenCommission ¶
func (o *SplitConfigurationLogic) HasAdyenCommission() bool
HasAdyenCommission returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasAdyenFees ¶
func (o *SplitConfigurationLogic) HasAdyenFees() bool
HasAdyenFees returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasAdyenMarkup ¶
func (o *SplitConfigurationLogic) HasAdyenMarkup() bool
HasAdyenMarkup returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasChargeback ¶
func (o *SplitConfigurationLogic) HasChargeback() bool
HasChargeback returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasChargebackCostAllocation ¶
func (o *SplitConfigurationLogic) HasChargebackCostAllocation() bool
HasChargebackCostAllocation returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasInterchange ¶
func (o *SplitConfigurationLogic) HasInterchange() bool
HasInterchange returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasPaymentFee ¶
func (o *SplitConfigurationLogic) HasPaymentFee() bool
HasPaymentFee returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasRemainder ¶
func (o *SplitConfigurationLogic) HasRemainder() bool
HasRemainder returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasSchemeFee ¶
func (o *SplitConfigurationLogic) HasSchemeFee() bool
HasSchemeFee returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasSplitLogicId ¶
func (o *SplitConfigurationLogic) HasSplitLogicId() bool
HasSplitLogicId returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasSurcharge ¶
func (o *SplitConfigurationLogic) HasSurcharge() bool
HasSurcharge returns a boolean if a field has been set.
func (*SplitConfigurationLogic) HasTip ¶
func (o *SplitConfigurationLogic) HasTip() bool
HasTip returns a boolean if a field has been set.
func (SplitConfigurationLogic) MarshalJSON ¶
func (o SplitConfigurationLogic) MarshalJSON() ([]byte, error)
func (*SplitConfigurationLogic) SetAcquiringFees ¶
func (o *SplitConfigurationLogic) SetAcquiringFees(v string)
SetAcquiringFees gets a reference to the given string and assigns it to the AcquiringFees field.
func (*SplitConfigurationLogic) SetAdditionalCommission ¶
func (o *SplitConfigurationLogic) SetAdditionalCommission(v AdditionalCommission)
SetAdditionalCommission gets a reference to the given AdditionalCommission and assigns it to the AdditionalCommission field.
func (*SplitConfigurationLogic) SetAdyenCommission ¶
func (o *SplitConfigurationLogic) SetAdyenCommission(v string)
SetAdyenCommission gets a reference to the given string and assigns it to the AdyenCommission field.
func (*SplitConfigurationLogic) SetAdyenFees ¶
func (o *SplitConfigurationLogic) SetAdyenFees(v string)
SetAdyenFees gets a reference to the given string and assigns it to the AdyenFees field.
func (*SplitConfigurationLogic) SetAdyenMarkup ¶
func (o *SplitConfigurationLogic) SetAdyenMarkup(v string)
SetAdyenMarkup gets a reference to the given string and assigns it to the AdyenMarkup field.
func (*SplitConfigurationLogic) SetChargeback ¶
func (o *SplitConfigurationLogic) SetChargeback(v string)
SetChargeback gets a reference to the given string and assigns it to the Chargeback field.
func (*SplitConfigurationLogic) SetChargebackCostAllocation ¶
func (o *SplitConfigurationLogic) SetChargebackCostAllocation(v string)
SetChargebackCostAllocation gets a reference to the given string and assigns it to the ChargebackCostAllocation field.
func (*SplitConfigurationLogic) SetCommission ¶
func (o *SplitConfigurationLogic) SetCommission(v Commission)
SetCommission sets field value
func (*SplitConfigurationLogic) SetInterchange ¶
func (o *SplitConfigurationLogic) SetInterchange(v string)
SetInterchange gets a reference to the given string and assigns it to the Interchange field.
func (*SplitConfigurationLogic) SetPaymentFee ¶
func (o *SplitConfigurationLogic) SetPaymentFee(v string)
SetPaymentFee gets a reference to the given string and assigns it to the PaymentFee field.
func (*SplitConfigurationLogic) SetRemainder ¶
func (o *SplitConfigurationLogic) SetRemainder(v string)
SetRemainder gets a reference to the given string and assigns it to the Remainder field.
func (*SplitConfigurationLogic) SetSchemeFee ¶
func (o *SplitConfigurationLogic) SetSchemeFee(v string)
SetSchemeFee gets a reference to the given string and assigns it to the SchemeFee field.
func (*SplitConfigurationLogic) SetSplitLogicId ¶
func (o *SplitConfigurationLogic) SetSplitLogicId(v string)
SetSplitLogicId gets a reference to the given string and assigns it to the SplitLogicId field.
func (*SplitConfigurationLogic) SetSurcharge ¶
func (o *SplitConfigurationLogic) SetSurcharge(v string)
SetSurcharge gets a reference to the given string and assigns it to the Surcharge field.
func (*SplitConfigurationLogic) SetTip ¶
func (o *SplitConfigurationLogic) SetTip(v string)
SetTip gets a reference to the given string and assigns it to the Tip field.
func (SplitConfigurationLogic) ToMap ¶
func (o SplitConfigurationLogic) ToMap() (map[string]interface{}, error)
type SplitConfigurationMerchantLevelApi ¶
SplitConfigurationMerchantLevelApi service
func (*SplitConfigurationMerchantLevelApi) CreateRule ¶
func (a *SplitConfigurationMerchantLevelApi) CreateRule(ctx context.Context, r SplitConfigurationMerchantLevelApiCreateRuleInput) (SplitConfiguration, *http.Response, error)
CreateRule Create a rule
Creates a rule in the split configuration specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiCreateRuleInput - Request parameters, see CreateRuleInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) CreateRuleInput ¶
func (a *SplitConfigurationMerchantLevelApi) CreateRuleInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiCreateRuleInput
Prepare a request for CreateRule @param merchantId The unique identifier of the merchant account.@param splitConfigurationId The unique identifier of the split configuration. @return SplitConfigurationMerchantLevelApiCreateRuleInput
func (*SplitConfigurationMerchantLevelApi) CreateSplitConfiguration ¶
func (a *SplitConfigurationMerchantLevelApi) CreateSplitConfiguration(ctx context.Context, r SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput) (SplitConfiguration, *http.Response, error)
CreateSplitConfiguration Create a split configuration
Creates a split configuration for the merchant account specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput - Request parameters, see CreateSplitConfigurationInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) CreateSplitConfigurationInput ¶
func (a *SplitConfigurationMerchantLevelApi) CreateSplitConfigurationInput(merchantId string) SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput
Prepare a request for CreateSplitConfiguration @param merchantId The unique identifier of the merchant account. @return SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput
func (*SplitConfigurationMerchantLevelApi) DeleteSplitConfiguration ¶
func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfiguration(ctx context.Context, r SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput) (SplitConfiguration, *http.Response, error)
DeleteSplitConfiguration Delete a split configuration
Deletes the split configuration specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput - Request parameters, see DeleteSplitConfigurationInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationInput ¶
func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput
Prepare a request for DeleteSplitConfiguration @param merchantId The unique identifier of the merchant account.@param splitConfigurationId The unique identifier of the split configuration. @return SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput
func (*SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationRule ¶
func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationRule(ctx context.Context, r SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput) (SplitConfiguration, *http.Response, error)
DeleteSplitConfigurationRule Delete a split configuration rule
Deletes the split configuration rule specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput - Request parameters, see DeleteSplitConfigurationRuleInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationRuleInput ¶
func (a *SplitConfigurationMerchantLevelApi) DeleteSplitConfigurationRuleInput(merchantId string, splitConfigurationId string, ruleId string) SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput
Prepare a request for DeleteSplitConfigurationRule @param merchantId The unique identifier of the merchant account.@param splitConfigurationId The unique identifier of the split configuration.@param ruleId @return SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput
func (*SplitConfigurationMerchantLevelApi) GetSplitConfiguration ¶
func (a *SplitConfigurationMerchantLevelApi) GetSplitConfiguration(ctx context.Context, r SplitConfigurationMerchantLevelApiGetSplitConfigurationInput) (SplitConfiguration, *http.Response, error)
GetSplitConfiguration Get a split configuration
Returns the split configuration specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiGetSplitConfigurationInput - Request parameters, see GetSplitConfigurationInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) GetSplitConfigurationInput ¶
func (a *SplitConfigurationMerchantLevelApi) GetSplitConfigurationInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiGetSplitConfigurationInput
Prepare a request for GetSplitConfiguration @param merchantId The unique identifier of the merchant account.@param splitConfigurationId The unique identifier of the split configuration. @return SplitConfigurationMerchantLevelApiGetSplitConfigurationInput
func (*SplitConfigurationMerchantLevelApi) ListSplitConfigurations ¶
func (a *SplitConfigurationMerchantLevelApi) ListSplitConfigurations(ctx context.Context, r SplitConfigurationMerchantLevelApiListSplitConfigurationsInput) (SplitConfigurationList, *http.Response, error)
ListSplitConfigurations Get a list of split configurations
Returns the list of split configurations for the merchant account.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiListSplitConfigurationsInput - Request parameters, see ListSplitConfigurationsInput @return SplitConfigurationList, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) ListSplitConfigurationsInput ¶
func (a *SplitConfigurationMerchantLevelApi) ListSplitConfigurationsInput(merchantId string) SplitConfigurationMerchantLevelApiListSplitConfigurationsInput
Prepare a request for ListSplitConfigurations @param merchantId The unique identifier of the merchant account. @return SplitConfigurationMerchantLevelApiListSplitConfigurationsInput
func (*SplitConfigurationMerchantLevelApi) UpdateSplitConditions ¶
func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConditions(ctx context.Context, r SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput) (SplitConfiguration, *http.Response, error)
UpdateSplitConditions Update split conditions
Changes the conditions of the split configuration rule specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput - Request parameters, see UpdateSplitConditionsInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) UpdateSplitConditionsInput ¶
func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConditionsInput(merchantId string, splitConfigurationId string, ruleId string) SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput
Prepare a request for UpdateSplitConditions @param merchantId The unique identifier of the merchant account.@param splitConfigurationId The identifier of the split configuration.@param ruleId The unique identifier of the split configuration rule. @return SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput
func (*SplitConfigurationMerchantLevelApi) UpdateSplitConfigurationDescription ¶
func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConfigurationDescription(ctx context.Context, r SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput) (SplitConfiguration, *http.Response, error)
UpdateSplitConfigurationDescription Update split configuration description
Changes the description of the split configuration specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput - Request parameters, see UpdateSplitConfigurationDescriptionInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) UpdateSplitConfigurationDescriptionInput ¶
func (a *SplitConfigurationMerchantLevelApi) UpdateSplitConfigurationDescriptionInput(merchantId string, splitConfigurationId string) SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput
Prepare a request for UpdateSplitConfigurationDescription @param merchantId The unique identifier of the merchant account.@param splitConfigurationId The unique identifier of the split configuration. @return SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput
func (*SplitConfigurationMerchantLevelApi) UpdateSplitLogic ¶
func (a *SplitConfigurationMerchantLevelApi) UpdateSplitLogic(ctx context.Context, r SplitConfigurationMerchantLevelApiUpdateSplitLogicInput) (SplitConfiguration, *http.Response, error)
UpdateSplitLogic Update the split logic
Changes the split logic specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API - SplitConfiguration read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r SplitConfigurationMerchantLevelApiUpdateSplitLogicInput - Request parameters, see UpdateSplitLogicInput @return SplitConfiguration, *http.Response, error
func (*SplitConfigurationMerchantLevelApi) UpdateSplitLogicInput ¶
func (a *SplitConfigurationMerchantLevelApi) UpdateSplitLogicInput(merchantId string, splitConfigurationId string, ruleId string, splitLogicId string) SplitConfigurationMerchantLevelApiUpdateSplitLogicInput
Prepare a request for UpdateSplitLogic @param merchantId The unique identifier of the merchant account.@param splitConfigurationId The unique identifier of the split configuration.@param ruleId The unique identifier of the split configuration rule.@param splitLogicId The unique identifier of the split configuration split. @return SplitConfigurationMerchantLevelApiUpdateSplitLogicInput
type SplitConfigurationMerchantLevelApiCreateRuleInput ¶
type SplitConfigurationMerchantLevelApiCreateRuleInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.CreateRule
func (SplitConfigurationMerchantLevelApiCreateRuleInput) SplitConfigurationRule ¶
func (r SplitConfigurationMerchantLevelApiCreateRuleInput) SplitConfigurationRule(splitConfigurationRule SplitConfigurationRule) SplitConfigurationMerchantLevelApiCreateRuleInput
type SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput ¶
type SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.CreateSplitConfiguration
func (SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput) SplitConfiguration ¶
func (r SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput) SplitConfiguration(splitConfiguration SplitConfiguration) SplitConfigurationMerchantLevelApiCreateSplitConfigurationInput
type SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput ¶
type SplitConfigurationMerchantLevelApiDeleteSplitConfigurationInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.DeleteSplitConfiguration
type SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput ¶
type SplitConfigurationMerchantLevelApiDeleteSplitConfigurationRuleInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.DeleteSplitConfigurationRule
type SplitConfigurationMerchantLevelApiGetSplitConfigurationInput ¶
type SplitConfigurationMerchantLevelApiGetSplitConfigurationInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.GetSplitConfiguration
type SplitConfigurationMerchantLevelApiListSplitConfigurationsInput ¶
type SplitConfigurationMerchantLevelApiListSplitConfigurationsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.ListSplitConfigurations
type SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput ¶
type SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.UpdateSplitConditions
func (SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput) UpdateSplitConfigurationRuleRequest ¶
func (r SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput) UpdateSplitConfigurationRuleRequest(updateSplitConfigurationRuleRequest UpdateSplitConfigurationRuleRequest) SplitConfigurationMerchantLevelApiUpdateSplitConditionsInput
type SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput ¶
type SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.UpdateSplitConfigurationDescription
func (SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput) UpdateSplitConfigurationRequest ¶
func (r SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput) UpdateSplitConfigurationRequest(updateSplitConfigurationRequest UpdateSplitConfigurationRequest) SplitConfigurationMerchantLevelApiUpdateSplitConfigurationDescriptionInput
type SplitConfigurationMerchantLevelApiUpdateSplitLogicInput ¶
type SplitConfigurationMerchantLevelApiUpdateSplitLogicInput struct {
// contains filtered or unexported fields
}
All parameters accepted by SplitConfigurationMerchantLevelApi.UpdateSplitLogic
func (SplitConfigurationMerchantLevelApiUpdateSplitLogicInput) UpdateSplitConfigurationLogicRequest ¶
func (r SplitConfigurationMerchantLevelApiUpdateSplitLogicInput) UpdateSplitConfigurationLogicRequest(updateSplitConfigurationLogicRequest UpdateSplitConfigurationLogicRequest) SplitConfigurationMerchantLevelApiUpdateSplitLogicInput
type SplitConfigurationRule ¶
type SplitConfigurationRule struct { // The currency condition that defines whether the split logic applies. Its value must be a three-character [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217). Currency string `json:"currency"` // The funding source condition of the payment method (only for cards). Possible values: **credit**, **debit**, or **ANY**. FundingSource *string `json:"fundingSource,omitempty"` // The payment method condition that defines whether the split logic applies. Possible values: * [Payment method variant](https://docs.adyen.com/development-resources/paymentmethodvariant): Apply the split logic for a specific payment method. * **ANY**: Apply the split logic for all available payment methods. PaymentMethod string `json:"paymentMethod"` // The unique identifier of the split configuration rule. RuleId *string `json:"ruleId,omitempty"` // The sales channel condition that defines whether the split logic applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on file and/or subscription transactions, where the cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where the customer is physically present to make a payment using a secure payment terminal. * **ANY**: All sales channels. ShopperInteraction string `json:"shopperInteraction"` SplitLogic SplitConfigurationLogic `json:"splitLogic"` }
SplitConfigurationRule struct for SplitConfigurationRule
func NewSplitConfigurationRule ¶
func NewSplitConfigurationRule(currency string, paymentMethod string, shopperInteraction string, splitLogic SplitConfigurationLogic) *SplitConfigurationRule
NewSplitConfigurationRule instantiates a new SplitConfigurationRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSplitConfigurationRuleWithDefaults ¶
func NewSplitConfigurationRuleWithDefaults() *SplitConfigurationRule
NewSplitConfigurationRuleWithDefaults instantiates a new SplitConfigurationRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SplitConfigurationRule) GetCurrency ¶
func (o *SplitConfigurationRule) GetCurrency() string
GetCurrency returns the Currency field value
func (*SplitConfigurationRule) GetCurrencyOk ¶
func (o *SplitConfigurationRule) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.
func (*SplitConfigurationRule) GetFundingSource ¶
func (o *SplitConfigurationRule) GetFundingSource() string
GetFundingSource returns the FundingSource field value if set, zero value otherwise.
func (*SplitConfigurationRule) GetFundingSourceOk ¶
func (o *SplitConfigurationRule) GetFundingSourceOk() (*string, bool)
GetFundingSourceOk returns a tuple with the FundingSource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationRule) GetPaymentMethod ¶
func (o *SplitConfigurationRule) GetPaymentMethod() string
GetPaymentMethod returns the PaymentMethod field value
func (*SplitConfigurationRule) GetPaymentMethodOk ¶
func (o *SplitConfigurationRule) GetPaymentMethodOk() (*string, bool)
GetPaymentMethodOk returns a tuple with the PaymentMethod field value and a boolean to check if the value has been set.
func (*SplitConfigurationRule) GetRuleId ¶
func (o *SplitConfigurationRule) GetRuleId() string
GetRuleId returns the RuleId field value if set, zero value otherwise.
func (*SplitConfigurationRule) GetRuleIdOk ¶
func (o *SplitConfigurationRule) GetRuleIdOk() (*string, bool)
GetRuleIdOk returns a tuple with the RuleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SplitConfigurationRule) GetShopperInteraction ¶
func (o *SplitConfigurationRule) GetShopperInteraction() string
GetShopperInteraction returns the ShopperInteraction field value
func (*SplitConfigurationRule) GetShopperInteractionOk ¶
func (o *SplitConfigurationRule) GetShopperInteractionOk() (*string, bool)
GetShopperInteractionOk returns a tuple with the ShopperInteraction field value and a boolean to check if the value has been set.
func (*SplitConfigurationRule) GetSplitLogic ¶
func (o *SplitConfigurationRule) GetSplitLogic() SplitConfigurationLogic
GetSplitLogic returns the SplitLogic field value
func (*SplitConfigurationRule) GetSplitLogicOk ¶
func (o *SplitConfigurationRule) GetSplitLogicOk() (*SplitConfigurationLogic, bool)
GetSplitLogicOk returns a tuple with the SplitLogic field value and a boolean to check if the value has been set.
func (*SplitConfigurationRule) HasFundingSource ¶
func (o *SplitConfigurationRule) HasFundingSource() bool
HasFundingSource returns a boolean if a field has been set.
func (*SplitConfigurationRule) HasRuleId ¶
func (o *SplitConfigurationRule) HasRuleId() bool
HasRuleId returns a boolean if a field has been set.
func (SplitConfigurationRule) MarshalJSON ¶
func (o SplitConfigurationRule) MarshalJSON() ([]byte, error)
func (*SplitConfigurationRule) SetCurrency ¶
func (o *SplitConfigurationRule) SetCurrency(v string)
SetCurrency sets field value
func (*SplitConfigurationRule) SetFundingSource ¶
func (o *SplitConfigurationRule) SetFundingSource(v string)
SetFundingSource gets a reference to the given string and assigns it to the FundingSource field.
func (*SplitConfigurationRule) SetPaymentMethod ¶
func (o *SplitConfigurationRule) SetPaymentMethod(v string)
SetPaymentMethod sets field value
func (*SplitConfigurationRule) SetRuleId ¶
func (o *SplitConfigurationRule) SetRuleId(v string)
SetRuleId gets a reference to the given string and assigns it to the RuleId field.
func (*SplitConfigurationRule) SetShopperInteraction ¶
func (o *SplitConfigurationRule) SetShopperInteraction(v string)
SetShopperInteraction sets field value
func (*SplitConfigurationRule) SetSplitLogic ¶
func (o *SplitConfigurationRule) SetSplitLogic(v SplitConfigurationLogic)
SetSplitLogic sets field value
func (SplitConfigurationRule) ToMap ¶
func (o SplitConfigurationRule) ToMap() (map[string]interface{}, error)
type Standalone ¶
type Standalone struct { // The default currency of the standalone payment terminal as an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code. CurrencyCode *string `json:"currencyCode,omitempty"` // Enable standalone mode. EnableStandalone *bool `json:"enableStandalone,omitempty"` }
Standalone struct for Standalone
func NewStandalone ¶
func NewStandalone() *Standalone
NewStandalone instantiates a new Standalone object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStandaloneWithDefaults ¶
func NewStandaloneWithDefaults() *Standalone
NewStandaloneWithDefaults instantiates a new Standalone object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Standalone) GetCurrencyCode ¶
func (o *Standalone) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field value if set, zero value otherwise.
func (*Standalone) GetCurrencyCodeOk ¶
func (o *Standalone) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Standalone) GetEnableStandalone ¶
func (o *Standalone) GetEnableStandalone() bool
GetEnableStandalone returns the EnableStandalone field value if set, zero value otherwise.
func (*Standalone) GetEnableStandaloneOk ¶
func (o *Standalone) GetEnableStandaloneOk() (*bool, bool)
GetEnableStandaloneOk returns a tuple with the EnableStandalone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Standalone) HasCurrencyCode ¶
func (o *Standalone) HasCurrencyCode() bool
HasCurrencyCode returns a boolean if a field has been set.
func (*Standalone) HasEnableStandalone ¶
func (o *Standalone) HasEnableStandalone() bool
HasEnableStandalone returns a boolean if a field has been set.
func (Standalone) MarshalJSON ¶
func (o Standalone) MarshalJSON() ([]byte, error)
func (*Standalone) SetCurrencyCode ¶
func (o *Standalone) SetCurrencyCode(v string)
SetCurrencyCode gets a reference to the given string and assigns it to the CurrencyCode field.
func (*Standalone) SetEnableStandalone ¶
func (o *Standalone) SetEnableStandalone(v bool)
SetEnableStandalone gets a reference to the given bool and assigns it to the EnableStandalone field.
func (Standalone) ToMap ¶
func (o Standalone) ToMap() (map[string]interface{}, error)
type Store ¶
type Store struct { Links *Links `json:"_links,omitempty"` Address *StoreLocation `json:"address,omitempty"` // The unique identifiers of the [business lines](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businesslines__resParam_id) that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account. BusinessLineIds []string `json:"businessLineIds,omitempty"` // The description of the store. Description *string `json:"description,omitempty"` // When using the Zip payment method: The location ID that Zip has assigned to your store. ExternalReferenceId *string `json:"externalReferenceId,omitempty"` // The unique identifier of the store. This value is generated by Adyen. Id *string `json:"id,omitempty"` // The unique identifier of the merchant account that the store belongs to. MerchantId *string `json:"merchantId,omitempty"` // The phone number of the store, including '+' and country code in the [E.164](https://en.wikipedia.org/wiki/E.164) format. If passed in a different format, we convert and validate the phone number against E.164. PhoneNumber *string `json:"phoneNumber,omitempty"` // A reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_) Reference *string `json:"reference,omitempty"` // The store name shown on the shopper's bank or credit card statement and on the shopper receipt. ShopperStatement *string `json:"shopperStatement,omitempty"` SplitConfiguration *StoreSplitConfiguration `json:"splitConfiguration,omitempty"` // The status of the store. Possible values are: - **active**. This value is assigned automatically when a store is created. - **inactive**. The terminals under the store are blocked from accepting new transactions, but capturing outstanding transactions is still possible. - **closed**. This status is irreversible. The terminals under the store are reassigned to the merchant inventory. Status *string `json:"status,omitempty"` }
Store struct for Store
func NewStore ¶
func NewStore() *Store
NewStore instantiates a new Store object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStoreWithDefaults ¶
func NewStoreWithDefaults() *Store
NewStoreWithDefaults instantiates a new Store object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Store) GetAddress ¶
func (o *Store) GetAddress() StoreLocation
GetAddress returns the Address field value if set, zero value otherwise.
func (*Store) GetAddressOk ¶
func (o *Store) GetAddressOk() (*StoreLocation, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetBusinessLineIds ¶
GetBusinessLineIds returns the BusinessLineIds field value if set, zero value otherwise.
func (*Store) GetBusinessLineIdsOk ¶
GetBusinessLineIdsOk returns a tuple with the BusinessLineIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Store) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetExternalReferenceId ¶
GetExternalReferenceId returns the ExternalReferenceId field value if set, zero value otherwise.
func (*Store) GetExternalReferenceIdOk ¶
GetExternalReferenceIdOk returns a tuple with the ExternalReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetLinksOk ¶
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetMerchantId ¶
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*Store) GetMerchantIdOk ¶
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetPhoneNumber ¶
GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.
func (*Store) GetPhoneNumberOk ¶
GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetReference ¶
GetReference returns the Reference field value if set, zero value otherwise.
func (*Store) GetReferenceOk ¶
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetShopperStatement ¶
GetShopperStatement returns the ShopperStatement field value if set, zero value otherwise.
func (*Store) GetShopperStatementOk ¶
GetShopperStatementOk returns a tuple with the ShopperStatement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetSplitConfiguration ¶
func (o *Store) GetSplitConfiguration() StoreSplitConfiguration
GetSplitConfiguration returns the SplitConfiguration field value if set, zero value otherwise.
func (*Store) GetSplitConfigurationOk ¶
func (o *Store) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
GetSplitConfigurationOk returns a tuple with the SplitConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Store) HasAddress ¶
HasAddress returns a boolean if a field has been set.
func (*Store) HasBusinessLineIds ¶
HasBusinessLineIds returns a boolean if a field has been set.
func (*Store) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Store) HasExternalReferenceId ¶
HasExternalReferenceId returns a boolean if a field has been set.
func (*Store) HasMerchantId ¶
HasMerchantId returns a boolean if a field has been set.
func (*Store) HasPhoneNumber ¶
HasPhoneNumber returns a boolean if a field has been set.
func (*Store) HasReference ¶
HasReference returns a boolean if a field has been set.
func (*Store) HasShopperStatement ¶
HasShopperStatement returns a boolean if a field has been set.
func (*Store) HasSplitConfiguration ¶
HasSplitConfiguration returns a boolean if a field has been set.
func (Store) MarshalJSON ¶
func (*Store) SetAddress ¶
func (o *Store) SetAddress(v StoreLocation)
SetAddress gets a reference to the given StoreLocation and assigns it to the Address field.
func (*Store) SetBusinessLineIds ¶
SetBusinessLineIds gets a reference to the given []string and assigns it to the BusinessLineIds field.
func (*Store) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Store) SetExternalReferenceId ¶
SetExternalReferenceId gets a reference to the given string and assigns it to the ExternalReferenceId field.
func (*Store) SetLinks ¶
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (*Store) SetMerchantId ¶
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*Store) SetPhoneNumber ¶
SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.
func (*Store) SetReference ¶
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*Store) SetShopperStatement ¶
SetShopperStatement gets a reference to the given string and assigns it to the ShopperStatement field.
func (*Store) SetSplitConfiguration ¶
func (o *Store) SetSplitConfiguration(v StoreSplitConfiguration)
SetSplitConfiguration gets a reference to the given StoreSplitConfiguration and assigns it to the SplitConfiguration field.
type StoreCreationRequest ¶
type StoreCreationRequest struct { Address StoreLocation `json:"address"` // The unique identifiers of the [business lines](https://docs.adyen.com/api-explorer/legalentity/latest/post/businessLines#responses-200-id) that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account. BusinessLineIds []string `json:"businessLineIds,omitempty"` // Your description of the store. Description string `json:"description"` // The unique identifier of the store, used by certain payment methods and tax authorities. Accepts up to 14 digits. Required for CNPJ in Brazil, in the format 00.000.000/00git00-00 separated by dots, slashes, hyphens, or without separators. Optional for Zip in Australia and SIRET in France, required except for nonprofit organizations and incorporated associations. ExternalReferenceId *string `json:"externalReferenceId,omitempty"` // The phone number of the store, including '+' and country code in the [E.164](https://en.wikipedia.org/wiki/E.164) format. If passed in a different format, we convert and validate the phone number against E.164. PhoneNumber string `json:"phoneNumber"` // Your reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_). If you do not provide a reference in your POST request, it is populated with the Adyen-generated [id](https://docs.adyen.com/api-explorer/Management/latest/post/stores#responses-200-id). Reference *string `json:"reference,omitempty"` // The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt. Maximum length: 22 characters; can't be all numbers. ShopperStatement string `json:"shopperStatement"` SplitConfiguration *StoreSplitConfiguration `json:"splitConfiguration,omitempty"` }
StoreCreationRequest struct for StoreCreationRequest
func NewStoreCreationRequest ¶
func NewStoreCreationRequest(address StoreLocation, description string, phoneNumber string, shopperStatement string) *StoreCreationRequest
NewStoreCreationRequest instantiates a new StoreCreationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStoreCreationRequestWithDefaults ¶
func NewStoreCreationRequestWithDefaults() *StoreCreationRequest
NewStoreCreationRequestWithDefaults instantiates a new StoreCreationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StoreCreationRequest) GetAddress ¶
func (o *StoreCreationRequest) GetAddress() StoreLocation
GetAddress returns the Address field value
func (*StoreCreationRequest) GetAddressOk ¶
func (o *StoreCreationRequest) GetAddressOk() (*StoreLocation, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*StoreCreationRequest) GetBusinessLineIds ¶
func (o *StoreCreationRequest) GetBusinessLineIds() []string
GetBusinessLineIds returns the BusinessLineIds field value if set, zero value otherwise.
func (*StoreCreationRequest) GetBusinessLineIdsOk ¶
func (o *StoreCreationRequest) GetBusinessLineIdsOk() ([]string, bool)
GetBusinessLineIdsOk returns a tuple with the BusinessLineIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationRequest) GetDescription ¶
func (o *StoreCreationRequest) GetDescription() string
GetDescription returns the Description field value
func (*StoreCreationRequest) GetDescriptionOk ¶
func (o *StoreCreationRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*StoreCreationRequest) GetExternalReferenceId ¶
func (o *StoreCreationRequest) GetExternalReferenceId() string
GetExternalReferenceId returns the ExternalReferenceId field value if set, zero value otherwise.
func (*StoreCreationRequest) GetExternalReferenceIdOk ¶
func (o *StoreCreationRequest) GetExternalReferenceIdOk() (*string, bool)
GetExternalReferenceIdOk returns a tuple with the ExternalReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationRequest) GetPhoneNumber ¶
func (o *StoreCreationRequest) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field value
func (*StoreCreationRequest) GetPhoneNumberOk ¶
func (o *StoreCreationRequest) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field value and a boolean to check if the value has been set.
func (*StoreCreationRequest) GetReference ¶
func (o *StoreCreationRequest) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*StoreCreationRequest) GetReferenceOk ¶
func (o *StoreCreationRequest) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationRequest) GetShopperStatement ¶
func (o *StoreCreationRequest) GetShopperStatement() string
GetShopperStatement returns the ShopperStatement field value
func (*StoreCreationRequest) GetShopperStatementOk ¶
func (o *StoreCreationRequest) GetShopperStatementOk() (*string, bool)
GetShopperStatementOk returns a tuple with the ShopperStatement field value and a boolean to check if the value has been set.
func (*StoreCreationRequest) GetSplitConfiguration ¶
func (o *StoreCreationRequest) GetSplitConfiguration() StoreSplitConfiguration
GetSplitConfiguration returns the SplitConfiguration field value if set, zero value otherwise.
func (*StoreCreationRequest) GetSplitConfigurationOk ¶
func (o *StoreCreationRequest) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
GetSplitConfigurationOk returns a tuple with the SplitConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationRequest) HasBusinessLineIds ¶
func (o *StoreCreationRequest) HasBusinessLineIds() bool
HasBusinessLineIds returns a boolean if a field has been set.
func (*StoreCreationRequest) HasExternalReferenceId ¶
func (o *StoreCreationRequest) HasExternalReferenceId() bool
HasExternalReferenceId returns a boolean if a field has been set.
func (*StoreCreationRequest) HasReference ¶
func (o *StoreCreationRequest) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*StoreCreationRequest) HasSplitConfiguration ¶
func (o *StoreCreationRequest) HasSplitConfiguration() bool
HasSplitConfiguration returns a boolean if a field has been set.
func (StoreCreationRequest) MarshalJSON ¶
func (o StoreCreationRequest) MarshalJSON() ([]byte, error)
func (*StoreCreationRequest) SetAddress ¶
func (o *StoreCreationRequest) SetAddress(v StoreLocation)
SetAddress sets field value
func (*StoreCreationRequest) SetBusinessLineIds ¶
func (o *StoreCreationRequest) SetBusinessLineIds(v []string)
SetBusinessLineIds gets a reference to the given []string and assigns it to the BusinessLineIds field.
func (*StoreCreationRequest) SetDescription ¶
func (o *StoreCreationRequest) SetDescription(v string)
SetDescription sets field value
func (*StoreCreationRequest) SetExternalReferenceId ¶
func (o *StoreCreationRequest) SetExternalReferenceId(v string)
SetExternalReferenceId gets a reference to the given string and assigns it to the ExternalReferenceId field.
func (*StoreCreationRequest) SetPhoneNumber ¶
func (o *StoreCreationRequest) SetPhoneNumber(v string)
SetPhoneNumber sets field value
func (*StoreCreationRequest) SetReference ¶
func (o *StoreCreationRequest) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*StoreCreationRequest) SetShopperStatement ¶
func (o *StoreCreationRequest) SetShopperStatement(v string)
SetShopperStatement sets field value
func (*StoreCreationRequest) SetSplitConfiguration ¶
func (o *StoreCreationRequest) SetSplitConfiguration(v StoreSplitConfiguration)
SetSplitConfiguration gets a reference to the given StoreSplitConfiguration and assigns it to the SplitConfiguration field.
func (StoreCreationRequest) ToMap ¶
func (o StoreCreationRequest) ToMap() (map[string]interface{}, error)
type StoreCreationWithMerchantCodeRequest ¶
type StoreCreationWithMerchantCodeRequest struct { Address StoreLocation `json:"address"` // The unique identifiers of the [business lines](https://docs.adyen.com/api-explorer/legalentity/latest/post/businessLines#responses-200-id) that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account. BusinessLineIds []string `json:"businessLineIds,omitempty"` // Your description of the store. Description string `json:"description"` // The unique identifier of the store, used by certain payment methods and tax authorities. Accepts up to 14 digits. Required for CNPJ in Brazil, in the format 00.000.000/00git00-00 separated by dots, slashes, hyphens, or without separators. Optional for Zip in Australia and SIRET in France, required except for nonprofit organizations and incorporated associations. ExternalReferenceId *string `json:"externalReferenceId,omitempty"` // The unique identifier of the merchant account that the store belongs to. MerchantId string `json:"merchantId"` // The phone number of the store, including '+' and country code in the [E.164](https://en.wikipedia.org/wiki/E.164) format. If passed in a different format, we convert and validate the phone number against E.164. PhoneNumber string `json:"phoneNumber"` // Your reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_). If you do not provide a reference in your POST request, it is populated with the Adyen-generated [id](https://docs.adyen.com/api-explorer/Management/latest/post/stores#responses-200-id). Reference *string `json:"reference,omitempty"` // The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt. Maximum length: 22 characters; can't be all numbers. ShopperStatement string `json:"shopperStatement"` SplitConfiguration *StoreSplitConfiguration `json:"splitConfiguration,omitempty"` }
StoreCreationWithMerchantCodeRequest struct for StoreCreationWithMerchantCodeRequest
func NewStoreCreationWithMerchantCodeRequest ¶
func NewStoreCreationWithMerchantCodeRequest(address StoreLocation, description string, merchantId string, phoneNumber string, shopperStatement string) *StoreCreationWithMerchantCodeRequest
NewStoreCreationWithMerchantCodeRequest instantiates a new StoreCreationWithMerchantCodeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStoreCreationWithMerchantCodeRequestWithDefaults ¶
func NewStoreCreationWithMerchantCodeRequestWithDefaults() *StoreCreationWithMerchantCodeRequest
NewStoreCreationWithMerchantCodeRequestWithDefaults instantiates a new StoreCreationWithMerchantCodeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StoreCreationWithMerchantCodeRequest) GetAddress ¶
func (o *StoreCreationWithMerchantCodeRequest) GetAddress() StoreLocation
GetAddress returns the Address field value
func (*StoreCreationWithMerchantCodeRequest) GetAddressOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetAddressOk() (*StoreLocation, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetBusinessLineIds ¶
func (o *StoreCreationWithMerchantCodeRequest) GetBusinessLineIds() []string
GetBusinessLineIds returns the BusinessLineIds field value if set, zero value otherwise.
func (*StoreCreationWithMerchantCodeRequest) GetBusinessLineIdsOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetBusinessLineIdsOk() ([]string, bool)
GetBusinessLineIdsOk returns a tuple with the BusinessLineIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetDescription ¶
func (o *StoreCreationWithMerchantCodeRequest) GetDescription() string
GetDescription returns the Description field value
func (*StoreCreationWithMerchantCodeRequest) GetDescriptionOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetExternalReferenceId ¶
func (o *StoreCreationWithMerchantCodeRequest) GetExternalReferenceId() string
GetExternalReferenceId returns the ExternalReferenceId field value if set, zero value otherwise.
func (*StoreCreationWithMerchantCodeRequest) GetExternalReferenceIdOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetExternalReferenceIdOk() (*string, bool)
GetExternalReferenceIdOk returns a tuple with the ExternalReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetMerchantId ¶
func (o *StoreCreationWithMerchantCodeRequest) GetMerchantId() string
GetMerchantId returns the MerchantId field value
func (*StoreCreationWithMerchantCodeRequest) GetMerchantIdOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetPhoneNumber ¶
func (o *StoreCreationWithMerchantCodeRequest) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field value
func (*StoreCreationWithMerchantCodeRequest) GetPhoneNumberOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field value and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetReference ¶
func (o *StoreCreationWithMerchantCodeRequest) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*StoreCreationWithMerchantCodeRequest) GetReferenceOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetShopperStatement ¶
func (o *StoreCreationWithMerchantCodeRequest) GetShopperStatement() string
GetShopperStatement returns the ShopperStatement field value
func (*StoreCreationWithMerchantCodeRequest) GetShopperStatementOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetShopperStatementOk() (*string, bool)
GetShopperStatementOk returns a tuple with the ShopperStatement field value and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) GetSplitConfiguration ¶
func (o *StoreCreationWithMerchantCodeRequest) GetSplitConfiguration() StoreSplitConfiguration
GetSplitConfiguration returns the SplitConfiguration field value if set, zero value otherwise.
func (*StoreCreationWithMerchantCodeRequest) GetSplitConfigurationOk ¶
func (o *StoreCreationWithMerchantCodeRequest) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
GetSplitConfigurationOk returns a tuple with the SplitConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreCreationWithMerchantCodeRequest) HasBusinessLineIds ¶
func (o *StoreCreationWithMerchantCodeRequest) HasBusinessLineIds() bool
HasBusinessLineIds returns a boolean if a field has been set.
func (*StoreCreationWithMerchantCodeRequest) HasExternalReferenceId ¶
func (o *StoreCreationWithMerchantCodeRequest) HasExternalReferenceId() bool
HasExternalReferenceId returns a boolean if a field has been set.
func (*StoreCreationWithMerchantCodeRequest) HasReference ¶
func (o *StoreCreationWithMerchantCodeRequest) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*StoreCreationWithMerchantCodeRequest) HasSplitConfiguration ¶
func (o *StoreCreationWithMerchantCodeRequest) HasSplitConfiguration() bool
HasSplitConfiguration returns a boolean if a field has been set.
func (StoreCreationWithMerchantCodeRequest) MarshalJSON ¶
func (o StoreCreationWithMerchantCodeRequest) MarshalJSON() ([]byte, error)
func (*StoreCreationWithMerchantCodeRequest) SetAddress ¶
func (o *StoreCreationWithMerchantCodeRequest) SetAddress(v StoreLocation)
SetAddress sets field value
func (*StoreCreationWithMerchantCodeRequest) SetBusinessLineIds ¶
func (o *StoreCreationWithMerchantCodeRequest) SetBusinessLineIds(v []string)
SetBusinessLineIds gets a reference to the given []string and assigns it to the BusinessLineIds field.
func (*StoreCreationWithMerchantCodeRequest) SetDescription ¶
func (o *StoreCreationWithMerchantCodeRequest) SetDescription(v string)
SetDescription sets field value
func (*StoreCreationWithMerchantCodeRequest) SetExternalReferenceId ¶
func (o *StoreCreationWithMerchantCodeRequest) SetExternalReferenceId(v string)
SetExternalReferenceId gets a reference to the given string and assigns it to the ExternalReferenceId field.
func (*StoreCreationWithMerchantCodeRequest) SetMerchantId ¶
func (o *StoreCreationWithMerchantCodeRequest) SetMerchantId(v string)
SetMerchantId sets field value
func (*StoreCreationWithMerchantCodeRequest) SetPhoneNumber ¶
func (o *StoreCreationWithMerchantCodeRequest) SetPhoneNumber(v string)
SetPhoneNumber sets field value
func (*StoreCreationWithMerchantCodeRequest) SetReference ¶
func (o *StoreCreationWithMerchantCodeRequest) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*StoreCreationWithMerchantCodeRequest) SetShopperStatement ¶
func (o *StoreCreationWithMerchantCodeRequest) SetShopperStatement(v string)
SetShopperStatement sets field value
func (*StoreCreationWithMerchantCodeRequest) SetSplitConfiguration ¶
func (o *StoreCreationWithMerchantCodeRequest) SetSplitConfiguration(v StoreSplitConfiguration)
SetSplitConfiguration gets a reference to the given StoreSplitConfiguration and assigns it to the SplitConfiguration field.
func (StoreCreationWithMerchantCodeRequest) ToMap ¶
func (o StoreCreationWithMerchantCodeRequest) ToMap() (map[string]interface{}, error)
type StoreLocation ¶
type StoreLocation struct { // The name of the city. City *string `json:"city,omitempty"` // The two-letter country code in [ISO_3166-1_alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. Country string `json:"country"` // The street address. Line1 *string `json:"line1,omitempty"` // Second address line. Line2 *string `json:"line2,omitempty"` // Third address line. Line3 *string `json:"line3,omitempty"` // The postal code. PostalCode *string `json:"postalCode,omitempty"` // The state or province code as defined in [ISO 3166-2](https://www.iso.org/standard/72483.html). For example, **ON** for Ontario, Canada. Required for the following countries: - Australia - Brazil - Canada - India - Mexico - New Zealand - United States StateOrProvince *string `json:"stateOrProvince,omitempty"` }
StoreLocation struct for StoreLocation
func NewStoreLocation ¶
func NewStoreLocation(country string) *StoreLocation
NewStoreLocation instantiates a new StoreLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStoreLocationWithDefaults ¶
func NewStoreLocationWithDefaults() *StoreLocation
NewStoreLocationWithDefaults instantiates a new StoreLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StoreLocation) GetCity ¶
func (o *StoreLocation) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*StoreLocation) GetCityOk ¶
func (o *StoreLocation) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreLocation) GetCountry ¶
func (o *StoreLocation) GetCountry() string
GetCountry returns the Country field value
func (*StoreLocation) GetCountryOk ¶
func (o *StoreLocation) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.
func (*StoreLocation) GetLine1 ¶
func (o *StoreLocation) GetLine1() string
GetLine1 returns the Line1 field value if set, zero value otherwise.
func (*StoreLocation) GetLine1Ok ¶
func (o *StoreLocation) GetLine1Ok() (*string, bool)
GetLine1Ok returns a tuple with the Line1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreLocation) GetLine2 ¶
func (o *StoreLocation) GetLine2() string
GetLine2 returns the Line2 field value if set, zero value otherwise.
func (*StoreLocation) GetLine2Ok ¶
func (o *StoreLocation) GetLine2Ok() (*string, bool)
GetLine2Ok returns a tuple with the Line2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreLocation) GetLine3 ¶
func (o *StoreLocation) GetLine3() string
GetLine3 returns the Line3 field value if set, zero value otherwise.
func (*StoreLocation) GetLine3Ok ¶
func (o *StoreLocation) GetLine3Ok() (*string, bool)
GetLine3Ok returns a tuple with the Line3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreLocation) GetPostalCode ¶
func (o *StoreLocation) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*StoreLocation) GetPostalCodeOk ¶
func (o *StoreLocation) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreLocation) GetStateOrProvince ¶
func (o *StoreLocation) GetStateOrProvince() string
GetStateOrProvince returns the StateOrProvince field value if set, zero value otherwise.
func (*StoreLocation) GetStateOrProvinceOk ¶
func (o *StoreLocation) GetStateOrProvinceOk() (*string, bool)
GetStateOrProvinceOk returns a tuple with the StateOrProvince field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreLocation) HasCity ¶
func (o *StoreLocation) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*StoreLocation) HasLine1 ¶
func (o *StoreLocation) HasLine1() bool
HasLine1 returns a boolean if a field has been set.
func (*StoreLocation) HasLine2 ¶
func (o *StoreLocation) HasLine2() bool
HasLine2 returns a boolean if a field has been set.
func (*StoreLocation) HasLine3 ¶
func (o *StoreLocation) HasLine3() bool
HasLine3 returns a boolean if a field has been set.
func (*StoreLocation) HasPostalCode ¶
func (o *StoreLocation) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (*StoreLocation) HasStateOrProvince ¶
func (o *StoreLocation) HasStateOrProvince() bool
HasStateOrProvince returns a boolean if a field has been set.
func (StoreLocation) MarshalJSON ¶
func (o StoreLocation) MarshalJSON() ([]byte, error)
func (*StoreLocation) SetCity ¶
func (o *StoreLocation) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*StoreLocation) SetCountry ¶
func (o *StoreLocation) SetCountry(v string)
SetCountry sets field value
func (*StoreLocation) SetLine1 ¶
func (o *StoreLocation) SetLine1(v string)
SetLine1 gets a reference to the given string and assigns it to the Line1 field.
func (*StoreLocation) SetLine2 ¶
func (o *StoreLocation) SetLine2(v string)
SetLine2 gets a reference to the given string and assigns it to the Line2 field.
func (*StoreLocation) SetLine3 ¶
func (o *StoreLocation) SetLine3(v string)
SetLine3 gets a reference to the given string and assigns it to the Line3 field.
func (*StoreLocation) SetPostalCode ¶
func (o *StoreLocation) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (*StoreLocation) SetStateOrProvince ¶
func (o *StoreLocation) SetStateOrProvince(v string)
SetStateOrProvince gets a reference to the given string and assigns it to the StateOrProvince field.
func (StoreLocation) ToMap ¶
func (o StoreLocation) ToMap() (map[string]interface{}, error)
type StoreSplitConfiguration ¶
type StoreSplitConfiguration struct { // The [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balanceAccounts/{id}__queryParam_id) linked to the account holder. BalanceAccountId *string `json:"balanceAccountId,omitempty"` // The UUID of the [split configuration](https://docs.adyen.com/marketplaces-and-platforms/classic/split-configuration-for-stores) from the Customer Area. SplitConfigurationId *string `json:"splitConfigurationId,omitempty"` }
StoreSplitConfiguration struct for StoreSplitConfiguration
func NewStoreSplitConfiguration ¶
func NewStoreSplitConfiguration() *StoreSplitConfiguration
NewStoreSplitConfiguration instantiates a new StoreSplitConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStoreSplitConfigurationWithDefaults ¶
func NewStoreSplitConfigurationWithDefaults() *StoreSplitConfiguration
NewStoreSplitConfigurationWithDefaults instantiates a new StoreSplitConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StoreSplitConfiguration) GetBalanceAccountId ¶
func (o *StoreSplitConfiguration) GetBalanceAccountId() string
GetBalanceAccountId returns the BalanceAccountId field value if set, zero value otherwise.
func (*StoreSplitConfiguration) GetBalanceAccountIdOk ¶
func (o *StoreSplitConfiguration) GetBalanceAccountIdOk() (*string, bool)
GetBalanceAccountIdOk returns a tuple with the BalanceAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreSplitConfiguration) GetSplitConfigurationId ¶
func (o *StoreSplitConfiguration) GetSplitConfigurationId() string
GetSplitConfigurationId returns the SplitConfigurationId field value if set, zero value otherwise.
func (*StoreSplitConfiguration) GetSplitConfigurationIdOk ¶
func (o *StoreSplitConfiguration) GetSplitConfigurationIdOk() (*string, bool)
GetSplitConfigurationIdOk returns a tuple with the SplitConfigurationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StoreSplitConfiguration) HasBalanceAccountId ¶
func (o *StoreSplitConfiguration) HasBalanceAccountId() bool
HasBalanceAccountId returns a boolean if a field has been set.
func (*StoreSplitConfiguration) HasSplitConfigurationId ¶
func (o *StoreSplitConfiguration) HasSplitConfigurationId() bool
HasSplitConfigurationId returns a boolean if a field has been set.
func (StoreSplitConfiguration) MarshalJSON ¶
func (o StoreSplitConfiguration) MarshalJSON() ([]byte, error)
func (*StoreSplitConfiguration) SetBalanceAccountId ¶
func (o *StoreSplitConfiguration) SetBalanceAccountId(v string)
SetBalanceAccountId gets a reference to the given string and assigns it to the BalanceAccountId field.
func (*StoreSplitConfiguration) SetSplitConfigurationId ¶
func (o *StoreSplitConfiguration) SetSplitConfigurationId(v string)
SetSplitConfigurationId gets a reference to the given string and assigns it to the SplitConfigurationId field.
func (StoreSplitConfiguration) ToMap ¶
func (o StoreSplitConfiguration) ToMap() (map[string]interface{}, error)
type Surcharge ¶
type Surcharge struct { // Show the surcharge details on the terminal, so the shopper can confirm. AskConfirmation *bool `json:"askConfirmation,omitempty"` // Surcharge fees or percentages for specific payment methods, funding sources (credit or debit), and currencies. Configurations []Configuration `json:"configurations,omitempty"` }
Surcharge struct for Surcharge
func NewSurcharge ¶
func NewSurcharge() *Surcharge
NewSurcharge instantiates a new Surcharge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSurchargeWithDefaults ¶
func NewSurchargeWithDefaults() *Surcharge
NewSurchargeWithDefaults instantiates a new Surcharge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Surcharge) GetAskConfirmation ¶
GetAskConfirmation returns the AskConfirmation field value if set, zero value otherwise.
func (*Surcharge) GetAskConfirmationOk ¶
GetAskConfirmationOk returns a tuple with the AskConfirmation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Surcharge) GetConfigurations ¶
func (o *Surcharge) GetConfigurations() []Configuration
GetConfigurations returns the Configurations field value if set, zero value otherwise.
func (*Surcharge) GetConfigurationsOk ¶
func (o *Surcharge) GetConfigurationsOk() ([]Configuration, bool)
GetConfigurationsOk returns a tuple with the Configurations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Surcharge) HasAskConfirmation ¶
HasAskConfirmation returns a boolean if a field has been set.
func (*Surcharge) HasConfigurations ¶
HasConfigurations returns a boolean if a field has been set.
func (Surcharge) MarshalJSON ¶
func (*Surcharge) SetAskConfirmation ¶
SetAskConfirmation gets a reference to the given bool and assigns it to the AskConfirmation field.
func (*Surcharge) SetConfigurations ¶
func (o *Surcharge) SetConfigurations(v []Configuration)
SetConfigurations gets a reference to the given []Configuration and assigns it to the Configurations field.
type SwishInfo ¶
type SwishInfo struct { // Swish number. Format: 10 digits without spaces. For example, **1231111111**. SwishNumber string `json:"swishNumber"` }
SwishInfo struct for SwishInfo
func NewSwishInfo ¶
NewSwishInfo instantiates a new SwishInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSwishInfoWithDefaults ¶
func NewSwishInfoWithDefaults() *SwishInfo
NewSwishInfoWithDefaults instantiates a new SwishInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SwishInfo) GetSwishNumber ¶
GetSwishNumber returns the SwishNumber field value
func (*SwishInfo) GetSwishNumberOk ¶
GetSwishNumberOk returns a tuple with the SwishNumber field value and a boolean to check if the value has been set.
func (SwishInfo) MarshalJSON ¶
func (*SwishInfo) SetSwishNumber ¶
SetSwishNumber sets field value
type Terminal ¶
type Terminal struct { Assignment *TerminalAssignment `json:"assignment,omitempty"` Connectivity *TerminalConnectivity `json:"connectivity,omitempty"` // The software release currently in use on the terminal. FirmwareVersion *string `json:"firmwareVersion,omitempty"` // The unique identifier of the terminal. Id *string `json:"id,omitempty"` // Date and time of the last activity on the terminal. Not included when the last activity was more than 14 days ago. LastActivityAt *time.Time `json:"lastActivityAt,omitempty"` // Date and time of the last transaction on the terminal. Not included when the last transaction was more than 14 days ago. LastTransactionAt *time.Time `json:"lastTransactionAt,omitempty"` // The model name of the terminal. Model *string `json:"model,omitempty"` // The serial number of the terminal. SerialNumber *string `json:"serialNumber,omitempty"` }
Terminal struct for Terminal
func NewTerminal ¶
func NewTerminal() *Terminal
NewTerminal instantiates a new Terminal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalWithDefaults ¶
func NewTerminalWithDefaults() *Terminal
NewTerminalWithDefaults instantiates a new Terminal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Terminal) GetAssignment ¶
func (o *Terminal) GetAssignment() TerminalAssignment
GetAssignment returns the Assignment field value if set, zero value otherwise.
func (*Terminal) GetAssignmentOk ¶
func (o *Terminal) GetAssignmentOk() (*TerminalAssignment, bool)
GetAssignmentOk returns a tuple with the Assignment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) GetConnectivity ¶
func (o *Terminal) GetConnectivity() TerminalConnectivity
GetConnectivity returns the Connectivity field value if set, zero value otherwise.
func (*Terminal) GetConnectivityOk ¶
func (o *Terminal) GetConnectivityOk() (*TerminalConnectivity, bool)
GetConnectivityOk returns a tuple with the Connectivity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) GetFirmwareVersion ¶
GetFirmwareVersion returns the FirmwareVersion field value if set, zero value otherwise.
func (*Terminal) GetFirmwareVersionOk ¶
GetFirmwareVersionOk returns a tuple with the FirmwareVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) GetLastActivityAt ¶
GetLastActivityAt returns the LastActivityAt field value if set, zero value otherwise.
func (*Terminal) GetLastActivityAtOk ¶
GetLastActivityAtOk returns a tuple with the LastActivityAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) GetLastTransactionAt ¶
GetLastTransactionAt returns the LastTransactionAt field value if set, zero value otherwise.
func (*Terminal) GetLastTransactionAtOk ¶
GetLastTransactionAtOk returns a tuple with the LastTransactionAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) GetModelOk ¶
GetModelOk returns a tuple with the Model field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) GetSerialNumber ¶
GetSerialNumber returns the SerialNumber field value if set, zero value otherwise.
func (*Terminal) GetSerialNumberOk ¶
GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Terminal) HasAssignment ¶
HasAssignment returns a boolean if a field has been set.
func (*Terminal) HasConnectivity ¶
HasConnectivity returns a boolean if a field has been set.
func (*Terminal) HasFirmwareVersion ¶
HasFirmwareVersion returns a boolean if a field has been set.
func (*Terminal) HasLastActivityAt ¶
HasLastActivityAt returns a boolean if a field has been set.
func (*Terminal) HasLastTransactionAt ¶
HasLastTransactionAt returns a boolean if a field has been set.
func (*Terminal) HasSerialNumber ¶
HasSerialNumber returns a boolean if a field has been set.
func (Terminal) MarshalJSON ¶
func (*Terminal) SetAssignment ¶
func (o *Terminal) SetAssignment(v TerminalAssignment)
SetAssignment gets a reference to the given TerminalAssignment and assigns it to the Assignment field.
func (*Terminal) SetConnectivity ¶
func (o *Terminal) SetConnectivity(v TerminalConnectivity)
SetConnectivity gets a reference to the given TerminalConnectivity and assigns it to the Connectivity field.
func (*Terminal) SetFirmwareVersion ¶
SetFirmwareVersion gets a reference to the given string and assigns it to the FirmwareVersion field.
func (*Terminal) SetLastActivityAt ¶
SetLastActivityAt gets a reference to the given time.Time and assigns it to the LastActivityAt field.
func (*Terminal) SetLastTransactionAt ¶
SetLastTransactionAt gets a reference to the given time.Time and assigns it to the LastTransactionAt field.
func (*Terminal) SetModel ¶
SetModel gets a reference to the given string and assigns it to the Model field.
func (*Terminal) SetSerialNumber ¶
SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field.
type TerminalActionScheduleDetail ¶
type TerminalActionScheduleDetail struct { // The ID of the action on the specified terminal. Id *string `json:"id,omitempty"` // The unique ID of the terminal that the action applies to. TerminalId *string `json:"terminalId,omitempty"` }
TerminalActionScheduleDetail struct for TerminalActionScheduleDetail
func NewTerminalActionScheduleDetail ¶
func NewTerminalActionScheduleDetail() *TerminalActionScheduleDetail
NewTerminalActionScheduleDetail instantiates a new TerminalActionScheduleDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalActionScheduleDetailWithDefaults ¶
func NewTerminalActionScheduleDetailWithDefaults() *TerminalActionScheduleDetail
NewTerminalActionScheduleDetailWithDefaults instantiates a new TerminalActionScheduleDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalActionScheduleDetail) GetId ¶
func (o *TerminalActionScheduleDetail) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TerminalActionScheduleDetail) GetIdOk ¶
func (o *TerminalActionScheduleDetail) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalActionScheduleDetail) GetTerminalId ¶
func (o *TerminalActionScheduleDetail) GetTerminalId() string
GetTerminalId returns the TerminalId field value if set, zero value otherwise.
func (*TerminalActionScheduleDetail) GetTerminalIdOk ¶
func (o *TerminalActionScheduleDetail) GetTerminalIdOk() (*string, bool)
GetTerminalIdOk returns a tuple with the TerminalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalActionScheduleDetail) HasId ¶
func (o *TerminalActionScheduleDetail) HasId() bool
HasId returns a boolean if a field has been set.
func (*TerminalActionScheduleDetail) HasTerminalId ¶
func (o *TerminalActionScheduleDetail) HasTerminalId() bool
HasTerminalId returns a boolean if a field has been set.
func (TerminalActionScheduleDetail) MarshalJSON ¶
func (o TerminalActionScheduleDetail) MarshalJSON() ([]byte, error)
func (*TerminalActionScheduleDetail) SetId ¶
func (o *TerminalActionScheduleDetail) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TerminalActionScheduleDetail) SetTerminalId ¶
func (o *TerminalActionScheduleDetail) SetTerminalId(v string)
SetTerminalId gets a reference to the given string and assigns it to the TerminalId field.
func (TerminalActionScheduleDetail) ToMap ¶
func (o TerminalActionScheduleDetail) ToMap() (map[string]interface{}, error)
type TerminalActionsCompanyLevelApi ¶
TerminalActionsCompanyLevelApi service
func (*TerminalActionsCompanyLevelApi) GetTerminalAction ¶
func (a *TerminalActionsCompanyLevelApi) GetTerminalAction(ctx context.Context, r TerminalActionsCompanyLevelApiGetTerminalActionInput) (ExternalTerminalAction, *http.Response, error)
GetTerminalAction Get terminal action
Returns the details of the [terminal action](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api) identified in the path. To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal actions read * Management API—Terminal actions read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalActionsCompanyLevelApiGetTerminalActionInput - Request parameters, see GetTerminalActionInput @return ExternalTerminalAction, *http.Response, error
func (*TerminalActionsCompanyLevelApi) GetTerminalActionInput ¶
func (a *TerminalActionsCompanyLevelApi) GetTerminalActionInput(companyId string, actionId string) TerminalActionsCompanyLevelApiGetTerminalActionInput
Prepare a request for GetTerminalAction @param companyId The unique identifier of the company account.@param actionId The unique identifier of the terminal action. @return TerminalActionsCompanyLevelApiGetTerminalActionInput
func (*TerminalActionsCompanyLevelApi) ListTerminalActions ¶
func (a *TerminalActionsCompanyLevelApi) ListTerminalActions(ctx context.Context, r TerminalActionsCompanyLevelApiListTerminalActionsInput) (ListExternalTerminalActionsResponse, *http.Response, error)
ListTerminalActions Get a list of terminal actions
Returns the [terminal actions](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api) that have been scheduled for the company identified in the path.The response doesn't include actions that are scheduled by Adyen. To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal actions read * Management API—Terminal actions read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalActionsCompanyLevelApiListTerminalActionsInput - Request parameters, see ListTerminalActionsInput @return ListExternalTerminalActionsResponse, *http.Response, error
func (*TerminalActionsCompanyLevelApi) ListTerminalActionsInput ¶
func (a *TerminalActionsCompanyLevelApi) ListTerminalActionsInput(companyId string) TerminalActionsCompanyLevelApiListTerminalActionsInput
Prepare a request for ListTerminalActions @param companyId The unique identifier of the company account. @return TerminalActionsCompanyLevelApiListTerminalActionsInput
type TerminalActionsCompanyLevelApiGetTerminalActionInput ¶
type TerminalActionsCompanyLevelApiGetTerminalActionInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalActionsCompanyLevelApi.GetTerminalAction
type TerminalActionsCompanyLevelApiListTerminalActionsInput ¶
type TerminalActionsCompanyLevelApiListTerminalActionsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalActionsCompanyLevelApi.ListTerminalActions
func (TerminalActionsCompanyLevelApiListTerminalActionsInput) PageNumber ¶
func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) PageNumber(pageNumber int32) TerminalActionsCompanyLevelApiListTerminalActionsInput
The number of the page to fetch.
func (TerminalActionsCompanyLevelApiListTerminalActionsInput) PageSize ¶
func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) PageSize(pageSize int32) TerminalActionsCompanyLevelApiListTerminalActionsInput
The number of items to have on a page, maximum 100. The default is 20 items on a page.
func (TerminalActionsCompanyLevelApiListTerminalActionsInput) Status ¶
func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) Status(status string) TerminalActionsCompanyLevelApiListTerminalActionsInput
Returns terminal actions with the specified status. Allowed values: **pending**, **successful**, **failed**, **cancelled**, **tryLater**.
func (TerminalActionsCompanyLevelApiListTerminalActionsInput) Type_ ¶
func (r TerminalActionsCompanyLevelApiListTerminalActionsInput) Type_(type_ string) TerminalActionsCompanyLevelApiListTerminalActionsInput
Returns terminal actions of the specified type. Allowed values: **InstallAndroidApp**, **UninstallAndroidApp**, **InstallAndroidCertificate**, **UninstallAndroidCertificate**.
type TerminalActionsTerminalLevelApi ¶
TerminalActionsTerminalLevelApi service
func (*TerminalActionsTerminalLevelApi) CreateTerminalAction ¶
func (a *TerminalActionsTerminalLevelApi) CreateTerminalAction(ctx context.Context, r TerminalActionsTerminalLevelApiCreateTerminalActionInput) (ScheduleTerminalActionsResponse, *http.Response, error)
CreateTerminalAction Create a terminal action
Schedules a [terminal action](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api) by specifying the action and the terminals that the action must be applied to.
The following restrictions apply: * You can schedule only one action at a time. For example, to install a new app version and remove an old app version, you have to make two API requests. * The maximum number of terminals in a request is **100**. For example, to apply an action to 250 terminals, you have to divide the terminals over three API requests. * If there is an error with one or more terminal IDs in the request, the action is scheduled for none of the terminals. You need to fix the error and try again.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal actions read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalActionsTerminalLevelApiCreateTerminalActionInput - Request parameters, see CreateTerminalActionInput @return ScheduleTerminalActionsResponse, *http.Response, error
func (*TerminalActionsTerminalLevelApi) CreateTerminalActionInput ¶
func (a *TerminalActionsTerminalLevelApi) CreateTerminalActionInput() TerminalActionsTerminalLevelApiCreateTerminalActionInput
Prepare a request for CreateTerminalAction
@return TerminalActionsTerminalLevelApiCreateTerminalActionInput
type TerminalActionsTerminalLevelApiCreateTerminalActionInput ¶
type TerminalActionsTerminalLevelApiCreateTerminalActionInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalActionsTerminalLevelApi.CreateTerminalAction
func (TerminalActionsTerminalLevelApiCreateTerminalActionInput) ScheduleTerminalActionsRequest ¶
func (r TerminalActionsTerminalLevelApiCreateTerminalActionInput) ScheduleTerminalActionsRequest(scheduleTerminalActionsRequest ScheduleTerminalActionsRequest) TerminalActionsTerminalLevelApiCreateTerminalActionInput
type TerminalAssignment ¶
type TerminalAssignment struct { // The unique identifier of the company account to which terminal is assigned. CompanyId string `json:"companyId"` // The unique identifier of the merchant account to which terminal is assigned. MerchantId *string `json:"merchantId,omitempty"` ReassignmentTarget *TerminalReassignmentTarget `json:"reassignmentTarget,omitempty"` // The status of the reassignment. Possible values: * `reassignmentInProgress`: the terminal was boarded and is now scheduled to remove the configuration. Wait for the terminal to synchronize with the Adyen platform. * `deployed`: the terminal is deployed and reassigned. * `inventory`: the terminal is in inventory and cannot process transactions. Status string `json:"status"` // The unique identifier of the store to which terminal is assigned. StoreId *string `json:"storeId,omitempty"` }
TerminalAssignment struct for TerminalAssignment
func NewTerminalAssignment ¶
func NewTerminalAssignment(companyId string, status string) *TerminalAssignment
NewTerminalAssignment instantiates a new TerminalAssignment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalAssignmentWithDefaults ¶
func NewTerminalAssignmentWithDefaults() *TerminalAssignment
NewTerminalAssignmentWithDefaults instantiates a new TerminalAssignment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalAssignment) GetCompanyId ¶
func (o *TerminalAssignment) GetCompanyId() string
GetCompanyId returns the CompanyId field value
func (*TerminalAssignment) GetCompanyIdOk ¶
func (o *TerminalAssignment) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value and a boolean to check if the value has been set.
func (*TerminalAssignment) GetMerchantId ¶
func (o *TerminalAssignment) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*TerminalAssignment) GetMerchantIdOk ¶
func (o *TerminalAssignment) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalAssignment) GetReassignmentTarget ¶
func (o *TerminalAssignment) GetReassignmentTarget() TerminalReassignmentTarget
GetReassignmentTarget returns the ReassignmentTarget field value if set, zero value otherwise.
func (*TerminalAssignment) GetReassignmentTargetOk ¶
func (o *TerminalAssignment) GetReassignmentTargetOk() (*TerminalReassignmentTarget, bool)
GetReassignmentTargetOk returns a tuple with the ReassignmentTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalAssignment) GetStatus ¶
func (o *TerminalAssignment) GetStatus() string
GetStatus returns the Status field value
func (*TerminalAssignment) GetStatusOk ¶
func (o *TerminalAssignment) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TerminalAssignment) GetStoreId ¶
func (o *TerminalAssignment) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*TerminalAssignment) GetStoreIdOk ¶
func (o *TerminalAssignment) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalAssignment) HasMerchantId ¶
func (o *TerminalAssignment) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*TerminalAssignment) HasReassignmentTarget ¶
func (o *TerminalAssignment) HasReassignmentTarget() bool
HasReassignmentTarget returns a boolean if a field has been set.
func (*TerminalAssignment) HasStoreId ¶
func (o *TerminalAssignment) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (TerminalAssignment) MarshalJSON ¶
func (o TerminalAssignment) MarshalJSON() ([]byte, error)
func (*TerminalAssignment) SetCompanyId ¶
func (o *TerminalAssignment) SetCompanyId(v string)
SetCompanyId sets field value
func (*TerminalAssignment) SetMerchantId ¶
func (o *TerminalAssignment) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*TerminalAssignment) SetReassignmentTarget ¶
func (o *TerminalAssignment) SetReassignmentTarget(v TerminalReassignmentTarget)
SetReassignmentTarget gets a reference to the given TerminalReassignmentTarget and assigns it to the ReassignmentTarget field.
func (*TerminalAssignment) SetStatus ¶
func (o *TerminalAssignment) SetStatus(v string)
SetStatus sets field value
func (*TerminalAssignment) SetStoreId ¶
func (o *TerminalAssignment) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (TerminalAssignment) ToMap ¶
func (o TerminalAssignment) ToMap() (map[string]interface{}, error)
type TerminalConnectivity ¶
type TerminalConnectivity struct { Bluetooth *TerminalConnectivityBluetooth `json:"bluetooth,omitempty"` Cellular *TerminalConnectivityCellular `json:"cellular,omitempty"` Ethernet *TerminalConnectivityEthernet `json:"ethernet,omitempty"` Wifi *TerminalConnectivityWifi `json:"wifi,omitempty"` }
TerminalConnectivity struct for TerminalConnectivity
func NewTerminalConnectivity ¶
func NewTerminalConnectivity() *TerminalConnectivity
NewTerminalConnectivity instantiates a new TerminalConnectivity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalConnectivityWithDefaults ¶
func NewTerminalConnectivityWithDefaults() *TerminalConnectivity
NewTerminalConnectivityWithDefaults instantiates a new TerminalConnectivity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalConnectivity) GetBluetooth ¶
func (o *TerminalConnectivity) GetBluetooth() TerminalConnectivityBluetooth
GetBluetooth returns the Bluetooth field value if set, zero value otherwise.
func (*TerminalConnectivity) GetBluetoothOk ¶
func (o *TerminalConnectivity) GetBluetoothOk() (*TerminalConnectivityBluetooth, bool)
GetBluetoothOk returns a tuple with the Bluetooth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivity) GetCellular ¶
func (o *TerminalConnectivity) GetCellular() TerminalConnectivityCellular
GetCellular returns the Cellular field value if set, zero value otherwise.
func (*TerminalConnectivity) GetCellularOk ¶
func (o *TerminalConnectivity) GetCellularOk() (*TerminalConnectivityCellular, bool)
GetCellularOk returns a tuple with the Cellular field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivity) GetEthernet ¶
func (o *TerminalConnectivity) GetEthernet() TerminalConnectivityEthernet
GetEthernet returns the Ethernet field value if set, zero value otherwise.
func (*TerminalConnectivity) GetEthernetOk ¶
func (o *TerminalConnectivity) GetEthernetOk() (*TerminalConnectivityEthernet, bool)
GetEthernetOk returns a tuple with the Ethernet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivity) GetWifi ¶
func (o *TerminalConnectivity) GetWifi() TerminalConnectivityWifi
GetWifi returns the Wifi field value if set, zero value otherwise.
func (*TerminalConnectivity) GetWifiOk ¶
func (o *TerminalConnectivity) GetWifiOk() (*TerminalConnectivityWifi, bool)
GetWifiOk returns a tuple with the Wifi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivity) HasBluetooth ¶
func (o *TerminalConnectivity) HasBluetooth() bool
HasBluetooth returns a boolean if a field has been set.
func (*TerminalConnectivity) HasCellular ¶
func (o *TerminalConnectivity) HasCellular() bool
HasCellular returns a boolean if a field has been set.
func (*TerminalConnectivity) HasEthernet ¶
func (o *TerminalConnectivity) HasEthernet() bool
HasEthernet returns a boolean if a field has been set.
func (*TerminalConnectivity) HasWifi ¶
func (o *TerminalConnectivity) HasWifi() bool
HasWifi returns a boolean if a field has been set.
func (TerminalConnectivity) MarshalJSON ¶
func (o TerminalConnectivity) MarshalJSON() ([]byte, error)
func (*TerminalConnectivity) SetBluetooth ¶
func (o *TerminalConnectivity) SetBluetooth(v TerminalConnectivityBluetooth)
SetBluetooth gets a reference to the given TerminalConnectivityBluetooth and assigns it to the Bluetooth field.
func (*TerminalConnectivity) SetCellular ¶
func (o *TerminalConnectivity) SetCellular(v TerminalConnectivityCellular)
SetCellular gets a reference to the given TerminalConnectivityCellular and assigns it to the Cellular field.
func (*TerminalConnectivity) SetEthernet ¶
func (o *TerminalConnectivity) SetEthernet(v TerminalConnectivityEthernet)
SetEthernet gets a reference to the given TerminalConnectivityEthernet and assigns it to the Ethernet field.
func (*TerminalConnectivity) SetWifi ¶
func (o *TerminalConnectivity) SetWifi(v TerminalConnectivityWifi)
SetWifi gets a reference to the given TerminalConnectivityWifi and assigns it to the Wifi field.
func (TerminalConnectivity) ToMap ¶
func (o TerminalConnectivity) ToMap() (map[string]interface{}, error)
type TerminalConnectivityBluetooth ¶
type TerminalConnectivityBluetooth struct { // The terminal's Bluetooth IP address. IpAddress *string `json:"ipAddress,omitempty"` // The terminal's Bluetooth MAC address. MacAddress *string `json:"macAddress,omitempty"` }
TerminalConnectivityBluetooth struct for TerminalConnectivityBluetooth
func NewTerminalConnectivityBluetooth ¶
func NewTerminalConnectivityBluetooth() *TerminalConnectivityBluetooth
NewTerminalConnectivityBluetooth instantiates a new TerminalConnectivityBluetooth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalConnectivityBluetoothWithDefaults ¶
func NewTerminalConnectivityBluetoothWithDefaults() *TerminalConnectivityBluetooth
NewTerminalConnectivityBluetoothWithDefaults instantiates a new TerminalConnectivityBluetooth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalConnectivityBluetooth) GetIpAddress ¶
func (o *TerminalConnectivityBluetooth) GetIpAddress() string
GetIpAddress returns the IpAddress field value if set, zero value otherwise.
func (*TerminalConnectivityBluetooth) GetIpAddressOk ¶
func (o *TerminalConnectivityBluetooth) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityBluetooth) GetMacAddress ¶
func (o *TerminalConnectivityBluetooth) GetMacAddress() string
GetMacAddress returns the MacAddress field value if set, zero value otherwise.
func (*TerminalConnectivityBluetooth) GetMacAddressOk ¶
func (o *TerminalConnectivityBluetooth) GetMacAddressOk() (*string, bool)
GetMacAddressOk returns a tuple with the MacAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityBluetooth) HasIpAddress ¶
func (o *TerminalConnectivityBluetooth) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (*TerminalConnectivityBluetooth) HasMacAddress ¶
func (o *TerminalConnectivityBluetooth) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (TerminalConnectivityBluetooth) MarshalJSON ¶
func (o TerminalConnectivityBluetooth) MarshalJSON() ([]byte, error)
func (*TerminalConnectivityBluetooth) SetIpAddress ¶
func (o *TerminalConnectivityBluetooth) SetIpAddress(v string)
SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.
func (*TerminalConnectivityBluetooth) SetMacAddress ¶
func (o *TerminalConnectivityBluetooth) SetMacAddress(v string)
SetMacAddress gets a reference to the given string and assigns it to the MacAddress field.
func (TerminalConnectivityBluetooth) ToMap ¶
func (o TerminalConnectivityBluetooth) ToMap() (map[string]interface{}, error)
type TerminalConnectivityCellular ¶
type TerminalConnectivityCellular struct { // The integrated circuit card identifier (ICCID) of the SIM card in the terminal. Iccid *string `json:"iccid,omitempty"` // On a terminal that supports 3G or 4G connectivity, indicates the status of the SIM card in the terminal. Status *string `json:"status,omitempty"` }
TerminalConnectivityCellular struct for TerminalConnectivityCellular
func NewTerminalConnectivityCellular ¶
func NewTerminalConnectivityCellular() *TerminalConnectivityCellular
NewTerminalConnectivityCellular instantiates a new TerminalConnectivityCellular object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalConnectivityCellularWithDefaults ¶
func NewTerminalConnectivityCellularWithDefaults() *TerminalConnectivityCellular
NewTerminalConnectivityCellularWithDefaults instantiates a new TerminalConnectivityCellular object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalConnectivityCellular) GetIccid ¶
func (o *TerminalConnectivityCellular) GetIccid() string
GetIccid returns the Iccid field value if set, zero value otherwise.
func (*TerminalConnectivityCellular) GetIccidOk ¶
func (o *TerminalConnectivityCellular) GetIccidOk() (*string, bool)
GetIccidOk returns a tuple with the Iccid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityCellular) GetStatus ¶
func (o *TerminalConnectivityCellular) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*TerminalConnectivityCellular) GetStatusOk ¶
func (o *TerminalConnectivityCellular) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityCellular) HasIccid ¶
func (o *TerminalConnectivityCellular) HasIccid() bool
HasIccid returns a boolean if a field has been set.
func (*TerminalConnectivityCellular) HasStatus ¶
func (o *TerminalConnectivityCellular) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (TerminalConnectivityCellular) MarshalJSON ¶
func (o TerminalConnectivityCellular) MarshalJSON() ([]byte, error)
func (*TerminalConnectivityCellular) SetIccid ¶
func (o *TerminalConnectivityCellular) SetIccid(v string)
SetIccid gets a reference to the given string and assigns it to the Iccid field.
func (*TerminalConnectivityCellular) SetStatus ¶
func (o *TerminalConnectivityCellular) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (TerminalConnectivityCellular) ToMap ¶
func (o TerminalConnectivityCellular) ToMap() (map[string]interface{}, error)
type TerminalConnectivityEthernet ¶
type TerminalConnectivityEthernet struct { // The terminal's ethernet IP address. IpAddress *string `json:"ipAddress,omitempty"` // The ethernet link negotiation that the terminal uses. LinkNegotiation *string `json:"linkNegotiation,omitempty"` // The terminal's ethernet MAC address. MacAddress *string `json:"macAddress,omitempty"` }
TerminalConnectivityEthernet struct for TerminalConnectivityEthernet
func NewTerminalConnectivityEthernet ¶
func NewTerminalConnectivityEthernet() *TerminalConnectivityEthernet
NewTerminalConnectivityEthernet instantiates a new TerminalConnectivityEthernet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalConnectivityEthernetWithDefaults ¶
func NewTerminalConnectivityEthernetWithDefaults() *TerminalConnectivityEthernet
NewTerminalConnectivityEthernetWithDefaults instantiates a new TerminalConnectivityEthernet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalConnectivityEthernet) GetIpAddress ¶
func (o *TerminalConnectivityEthernet) GetIpAddress() string
GetIpAddress returns the IpAddress field value if set, zero value otherwise.
func (*TerminalConnectivityEthernet) GetIpAddressOk ¶
func (o *TerminalConnectivityEthernet) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityEthernet) GetLinkNegotiation ¶
func (o *TerminalConnectivityEthernet) GetLinkNegotiation() string
GetLinkNegotiation returns the LinkNegotiation field value if set, zero value otherwise.
func (*TerminalConnectivityEthernet) GetLinkNegotiationOk ¶
func (o *TerminalConnectivityEthernet) GetLinkNegotiationOk() (*string, bool)
GetLinkNegotiationOk returns a tuple with the LinkNegotiation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityEthernet) GetMacAddress ¶
func (o *TerminalConnectivityEthernet) GetMacAddress() string
GetMacAddress returns the MacAddress field value if set, zero value otherwise.
func (*TerminalConnectivityEthernet) GetMacAddressOk ¶
func (o *TerminalConnectivityEthernet) GetMacAddressOk() (*string, bool)
GetMacAddressOk returns a tuple with the MacAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityEthernet) HasIpAddress ¶
func (o *TerminalConnectivityEthernet) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (*TerminalConnectivityEthernet) HasLinkNegotiation ¶
func (o *TerminalConnectivityEthernet) HasLinkNegotiation() bool
HasLinkNegotiation returns a boolean if a field has been set.
func (*TerminalConnectivityEthernet) HasMacAddress ¶
func (o *TerminalConnectivityEthernet) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (TerminalConnectivityEthernet) MarshalJSON ¶
func (o TerminalConnectivityEthernet) MarshalJSON() ([]byte, error)
func (*TerminalConnectivityEthernet) SetIpAddress ¶
func (o *TerminalConnectivityEthernet) SetIpAddress(v string)
SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.
func (*TerminalConnectivityEthernet) SetLinkNegotiation ¶
func (o *TerminalConnectivityEthernet) SetLinkNegotiation(v string)
SetLinkNegotiation gets a reference to the given string and assigns it to the LinkNegotiation field.
func (*TerminalConnectivityEthernet) SetMacAddress ¶
func (o *TerminalConnectivityEthernet) SetMacAddress(v string)
SetMacAddress gets a reference to the given string and assigns it to the MacAddress field.
func (TerminalConnectivityEthernet) ToMap ¶
func (o TerminalConnectivityEthernet) ToMap() (map[string]interface{}, error)
type TerminalConnectivityWifi ¶
type TerminalConnectivityWifi struct { // The terminal's IP address in the Wi-Fi network. IpAddress *string `json:"ipAddress,omitempty"` // The terminal's MAC address in the Wi-Fi network. MacAddress *string `json:"macAddress,omitempty"` // The SSID of the Wi-Fi network that the terminal is connected to. Ssid *string `json:"ssid,omitempty"` }
TerminalConnectivityWifi struct for TerminalConnectivityWifi
func NewTerminalConnectivityWifi ¶
func NewTerminalConnectivityWifi() *TerminalConnectivityWifi
NewTerminalConnectivityWifi instantiates a new TerminalConnectivityWifi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalConnectivityWifiWithDefaults ¶
func NewTerminalConnectivityWifiWithDefaults() *TerminalConnectivityWifi
NewTerminalConnectivityWifiWithDefaults instantiates a new TerminalConnectivityWifi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalConnectivityWifi) GetIpAddress ¶
func (o *TerminalConnectivityWifi) GetIpAddress() string
GetIpAddress returns the IpAddress field value if set, zero value otherwise.
func (*TerminalConnectivityWifi) GetIpAddressOk ¶
func (o *TerminalConnectivityWifi) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityWifi) GetMacAddress ¶
func (o *TerminalConnectivityWifi) GetMacAddress() string
GetMacAddress returns the MacAddress field value if set, zero value otherwise.
func (*TerminalConnectivityWifi) GetMacAddressOk ¶
func (o *TerminalConnectivityWifi) GetMacAddressOk() (*string, bool)
GetMacAddressOk returns a tuple with the MacAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityWifi) GetSsid ¶
func (o *TerminalConnectivityWifi) GetSsid() string
GetSsid returns the Ssid field value if set, zero value otherwise.
func (*TerminalConnectivityWifi) GetSsidOk ¶
func (o *TerminalConnectivityWifi) GetSsidOk() (*string, bool)
GetSsidOk returns a tuple with the Ssid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalConnectivityWifi) HasIpAddress ¶
func (o *TerminalConnectivityWifi) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (*TerminalConnectivityWifi) HasMacAddress ¶
func (o *TerminalConnectivityWifi) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (*TerminalConnectivityWifi) HasSsid ¶
func (o *TerminalConnectivityWifi) HasSsid() bool
HasSsid returns a boolean if a field has been set.
func (TerminalConnectivityWifi) MarshalJSON ¶
func (o TerminalConnectivityWifi) MarshalJSON() ([]byte, error)
func (*TerminalConnectivityWifi) SetIpAddress ¶
func (o *TerminalConnectivityWifi) SetIpAddress(v string)
SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.
func (*TerminalConnectivityWifi) SetMacAddress ¶
func (o *TerminalConnectivityWifi) SetMacAddress(v string)
SetMacAddress gets a reference to the given string and assigns it to the MacAddress field.
func (*TerminalConnectivityWifi) SetSsid ¶
func (o *TerminalConnectivityWifi) SetSsid(v string)
SetSsid gets a reference to the given string and assigns it to the Ssid field.
func (TerminalConnectivityWifi) ToMap ¶
func (o TerminalConnectivityWifi) ToMap() (map[string]interface{}, error)
type TerminalModelsResponse ¶
type TerminalModelsResponse struct { // The terminal models that the API credential has access to. Data []IdName `json:"data,omitempty"` }
TerminalModelsResponse struct for TerminalModelsResponse
func NewTerminalModelsResponse ¶
func NewTerminalModelsResponse() *TerminalModelsResponse
NewTerminalModelsResponse instantiates a new TerminalModelsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalModelsResponseWithDefaults ¶
func NewTerminalModelsResponseWithDefaults() *TerminalModelsResponse
NewTerminalModelsResponseWithDefaults instantiates a new TerminalModelsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalModelsResponse) GetData ¶
func (o *TerminalModelsResponse) GetData() []IdName
GetData returns the Data field value if set, zero value otherwise.
func (*TerminalModelsResponse) GetDataOk ¶
func (o *TerminalModelsResponse) GetDataOk() ([]IdName, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalModelsResponse) HasData ¶
func (o *TerminalModelsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (TerminalModelsResponse) MarshalJSON ¶
func (o TerminalModelsResponse) MarshalJSON() ([]byte, error)
func (*TerminalModelsResponse) SetData ¶
func (o *TerminalModelsResponse) SetData(v []IdName)
SetData gets a reference to the given []IdName and assigns it to the Data field.
func (TerminalModelsResponse) ToMap ¶
func (o TerminalModelsResponse) ToMap() (map[string]interface{}, error)
type TerminalOrder ¶
type TerminalOrder struct { BillingEntity *BillingEntity `json:"billingEntity,omitempty"` // The merchant-defined purchase order number. This will be printed on the packing list. CustomerOrderReference *string `json:"customerOrderReference,omitempty"` // The unique identifier of the order. Id *string `json:"id,omitempty"` // The products included in the order. Items []OrderItem `json:"items,omitempty"` // The date and time that the order was placed, in UTC ISO 8601 format. For example, \"2011-12-03T10:15:30Z\". OrderDate *string `json:"orderDate,omitempty"` ShippingLocation *ShippingLocation `json:"shippingLocation,omitempty"` // The processing status of the order. Status *string `json:"status,omitempty"` // The URL, provided by the carrier company, where the shipment can be tracked. TrackingUrl *string `json:"trackingUrl,omitempty"` }
TerminalOrder struct for TerminalOrder
func NewTerminalOrder ¶
func NewTerminalOrder() *TerminalOrder
NewTerminalOrder instantiates a new TerminalOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalOrderWithDefaults ¶
func NewTerminalOrderWithDefaults() *TerminalOrder
NewTerminalOrderWithDefaults instantiates a new TerminalOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalOrder) GetBillingEntity ¶
func (o *TerminalOrder) GetBillingEntity() BillingEntity
GetBillingEntity returns the BillingEntity field value if set, zero value otherwise.
func (*TerminalOrder) GetBillingEntityOk ¶
func (o *TerminalOrder) GetBillingEntityOk() (*BillingEntity, bool)
GetBillingEntityOk returns a tuple with the BillingEntity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) GetCustomerOrderReference ¶
func (o *TerminalOrder) GetCustomerOrderReference() string
GetCustomerOrderReference returns the CustomerOrderReference field value if set, zero value otherwise.
func (*TerminalOrder) GetCustomerOrderReferenceOk ¶
func (o *TerminalOrder) GetCustomerOrderReferenceOk() (*string, bool)
GetCustomerOrderReferenceOk returns a tuple with the CustomerOrderReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) GetId ¶
func (o *TerminalOrder) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TerminalOrder) GetIdOk ¶
func (o *TerminalOrder) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) GetItems ¶
func (o *TerminalOrder) GetItems() []OrderItem
GetItems returns the Items field value if set, zero value otherwise.
func (*TerminalOrder) GetItemsOk ¶
func (o *TerminalOrder) GetItemsOk() ([]OrderItem, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) GetOrderDate ¶
func (o *TerminalOrder) GetOrderDate() string
GetOrderDate returns the OrderDate field value if set, zero value otherwise.
func (*TerminalOrder) GetOrderDateOk ¶
func (o *TerminalOrder) GetOrderDateOk() (*string, bool)
GetOrderDateOk returns a tuple with the OrderDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) GetShippingLocation ¶
func (o *TerminalOrder) GetShippingLocation() ShippingLocation
GetShippingLocation returns the ShippingLocation field value if set, zero value otherwise.
func (*TerminalOrder) GetShippingLocationOk ¶
func (o *TerminalOrder) GetShippingLocationOk() (*ShippingLocation, bool)
GetShippingLocationOk returns a tuple with the ShippingLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) GetStatus ¶
func (o *TerminalOrder) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*TerminalOrder) GetStatusOk ¶
func (o *TerminalOrder) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) GetTrackingUrl ¶
func (o *TerminalOrder) GetTrackingUrl() string
GetTrackingUrl returns the TrackingUrl field value if set, zero value otherwise.
func (*TerminalOrder) GetTrackingUrlOk ¶
func (o *TerminalOrder) GetTrackingUrlOk() (*string, bool)
GetTrackingUrlOk returns a tuple with the TrackingUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrder) HasBillingEntity ¶
func (o *TerminalOrder) HasBillingEntity() bool
HasBillingEntity returns a boolean if a field has been set.
func (*TerminalOrder) HasCustomerOrderReference ¶
func (o *TerminalOrder) HasCustomerOrderReference() bool
HasCustomerOrderReference returns a boolean if a field has been set.
func (*TerminalOrder) HasId ¶
func (o *TerminalOrder) HasId() bool
HasId returns a boolean if a field has been set.
func (*TerminalOrder) HasItems ¶
func (o *TerminalOrder) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*TerminalOrder) HasOrderDate ¶
func (o *TerminalOrder) HasOrderDate() bool
HasOrderDate returns a boolean if a field has been set.
func (*TerminalOrder) HasShippingLocation ¶
func (o *TerminalOrder) HasShippingLocation() bool
HasShippingLocation returns a boolean if a field has been set.
func (*TerminalOrder) HasStatus ¶
func (o *TerminalOrder) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*TerminalOrder) HasTrackingUrl ¶
func (o *TerminalOrder) HasTrackingUrl() bool
HasTrackingUrl returns a boolean if a field has been set.
func (TerminalOrder) MarshalJSON ¶
func (o TerminalOrder) MarshalJSON() ([]byte, error)
func (*TerminalOrder) SetBillingEntity ¶
func (o *TerminalOrder) SetBillingEntity(v BillingEntity)
SetBillingEntity gets a reference to the given BillingEntity and assigns it to the BillingEntity field.
func (*TerminalOrder) SetCustomerOrderReference ¶
func (o *TerminalOrder) SetCustomerOrderReference(v string)
SetCustomerOrderReference gets a reference to the given string and assigns it to the CustomerOrderReference field.
func (*TerminalOrder) SetId ¶
func (o *TerminalOrder) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TerminalOrder) SetItems ¶
func (o *TerminalOrder) SetItems(v []OrderItem)
SetItems gets a reference to the given []OrderItem and assigns it to the Items field.
func (*TerminalOrder) SetOrderDate ¶
func (o *TerminalOrder) SetOrderDate(v string)
SetOrderDate gets a reference to the given string and assigns it to the OrderDate field.
func (*TerminalOrder) SetShippingLocation ¶
func (o *TerminalOrder) SetShippingLocation(v ShippingLocation)
SetShippingLocation gets a reference to the given ShippingLocation and assigns it to the ShippingLocation field.
func (*TerminalOrder) SetStatus ¶
func (o *TerminalOrder) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*TerminalOrder) SetTrackingUrl ¶
func (o *TerminalOrder) SetTrackingUrl(v string)
SetTrackingUrl gets a reference to the given string and assigns it to the TrackingUrl field.
func (TerminalOrder) ToMap ¶
func (o TerminalOrder) ToMap() (map[string]interface{}, error)
type TerminalOrderRequest ¶
type TerminalOrderRequest struct { // The identification of the billing entity to use for the order. BillingEntityId *string `json:"billingEntityId,omitempty"` // The merchant-defined purchase order reference. CustomerOrderReference *string `json:"customerOrderReference,omitempty"` // The products included in the order. Items []OrderItem `json:"items,omitempty"` // Type of order OrderType *string `json:"orderType,omitempty"` // The identification of the shipping location to use for the order. ShippingLocationId *string `json:"shippingLocationId,omitempty"` // The tax number of the billing entity. TaxId *string `json:"taxId,omitempty"` }
TerminalOrderRequest struct for TerminalOrderRequest
func NewTerminalOrderRequest ¶
func NewTerminalOrderRequest() *TerminalOrderRequest
NewTerminalOrderRequest instantiates a new TerminalOrderRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalOrderRequestWithDefaults ¶
func NewTerminalOrderRequestWithDefaults() *TerminalOrderRequest
NewTerminalOrderRequestWithDefaults instantiates a new TerminalOrderRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalOrderRequest) GetBillingEntityId ¶
func (o *TerminalOrderRequest) GetBillingEntityId() string
GetBillingEntityId returns the BillingEntityId field value if set, zero value otherwise.
func (*TerminalOrderRequest) GetBillingEntityIdOk ¶
func (o *TerminalOrderRequest) GetBillingEntityIdOk() (*string, bool)
GetBillingEntityIdOk returns a tuple with the BillingEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrderRequest) GetCustomerOrderReference ¶
func (o *TerminalOrderRequest) GetCustomerOrderReference() string
GetCustomerOrderReference returns the CustomerOrderReference field value if set, zero value otherwise.
func (*TerminalOrderRequest) GetCustomerOrderReferenceOk ¶
func (o *TerminalOrderRequest) GetCustomerOrderReferenceOk() (*string, bool)
GetCustomerOrderReferenceOk returns a tuple with the CustomerOrderReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrderRequest) GetItems ¶
func (o *TerminalOrderRequest) GetItems() []OrderItem
GetItems returns the Items field value if set, zero value otherwise.
func (*TerminalOrderRequest) GetItemsOk ¶
func (o *TerminalOrderRequest) GetItemsOk() ([]OrderItem, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrderRequest) GetOrderType ¶
func (o *TerminalOrderRequest) GetOrderType() string
GetOrderType returns the OrderType field value if set, zero value otherwise.
func (*TerminalOrderRequest) GetOrderTypeOk ¶
func (o *TerminalOrderRequest) GetOrderTypeOk() (*string, bool)
GetOrderTypeOk returns a tuple with the OrderType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrderRequest) GetShippingLocationId ¶
func (o *TerminalOrderRequest) GetShippingLocationId() string
GetShippingLocationId returns the ShippingLocationId field value if set, zero value otherwise.
func (*TerminalOrderRequest) GetShippingLocationIdOk ¶
func (o *TerminalOrderRequest) GetShippingLocationIdOk() (*string, bool)
GetShippingLocationIdOk returns a tuple with the ShippingLocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrderRequest) GetTaxId ¶
func (o *TerminalOrderRequest) GetTaxId() string
GetTaxId returns the TaxId field value if set, zero value otherwise.
func (*TerminalOrderRequest) GetTaxIdOk ¶
func (o *TerminalOrderRequest) GetTaxIdOk() (*string, bool)
GetTaxIdOk returns a tuple with the TaxId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrderRequest) HasBillingEntityId ¶
func (o *TerminalOrderRequest) HasBillingEntityId() bool
HasBillingEntityId returns a boolean if a field has been set.
func (*TerminalOrderRequest) HasCustomerOrderReference ¶
func (o *TerminalOrderRequest) HasCustomerOrderReference() bool
HasCustomerOrderReference returns a boolean if a field has been set.
func (*TerminalOrderRequest) HasItems ¶
func (o *TerminalOrderRequest) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*TerminalOrderRequest) HasOrderType ¶
func (o *TerminalOrderRequest) HasOrderType() bool
HasOrderType returns a boolean if a field has been set.
func (*TerminalOrderRequest) HasShippingLocationId ¶
func (o *TerminalOrderRequest) HasShippingLocationId() bool
HasShippingLocationId returns a boolean if a field has been set.
func (*TerminalOrderRequest) HasTaxId ¶
func (o *TerminalOrderRequest) HasTaxId() bool
HasTaxId returns a boolean if a field has been set.
func (TerminalOrderRequest) MarshalJSON ¶
func (o TerminalOrderRequest) MarshalJSON() ([]byte, error)
func (*TerminalOrderRequest) SetBillingEntityId ¶
func (o *TerminalOrderRequest) SetBillingEntityId(v string)
SetBillingEntityId gets a reference to the given string and assigns it to the BillingEntityId field.
func (*TerminalOrderRequest) SetCustomerOrderReference ¶
func (o *TerminalOrderRequest) SetCustomerOrderReference(v string)
SetCustomerOrderReference gets a reference to the given string and assigns it to the CustomerOrderReference field.
func (*TerminalOrderRequest) SetItems ¶
func (o *TerminalOrderRequest) SetItems(v []OrderItem)
SetItems gets a reference to the given []OrderItem and assigns it to the Items field.
func (*TerminalOrderRequest) SetOrderType ¶
func (o *TerminalOrderRequest) SetOrderType(v string)
SetOrderType gets a reference to the given string and assigns it to the OrderType field.
func (*TerminalOrderRequest) SetShippingLocationId ¶
func (o *TerminalOrderRequest) SetShippingLocationId(v string)
SetShippingLocationId gets a reference to the given string and assigns it to the ShippingLocationId field.
func (*TerminalOrderRequest) SetTaxId ¶
func (o *TerminalOrderRequest) SetTaxId(v string)
SetTaxId gets a reference to the given string and assigns it to the TaxId field.
func (TerminalOrderRequest) ToMap ¶
func (o TerminalOrderRequest) ToMap() (map[string]interface{}, error)
type TerminalOrdersCompanyLevelApi ¶
TerminalOrdersCompanyLevelApi service
func (*TerminalOrdersCompanyLevelApi) CancelOrder ¶
func (a *TerminalOrdersCompanyLevelApi) CancelOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiCancelOrderInput) (TerminalOrder, *http.Response, error)
CancelOrder Cancel an order
Cancels the terminal products order identified in the path. Cancelling is only possible while the order has the status **Placed**. To cancel an order, make a POST call without a request body. The response returns the full order details, but with the status changed to **Cancelled**.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiCancelOrderInput - Request parameters, see CancelOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) CancelOrderInput ¶
func (a *TerminalOrdersCompanyLevelApi) CancelOrderInput(companyId string, orderId string) TerminalOrdersCompanyLevelApiCancelOrderInput
Prepare a request for CancelOrder @param companyId The unique identifier of the company account.@param orderId The unique identifier of the order. @return TerminalOrdersCompanyLevelApiCancelOrderInput
func (*TerminalOrdersCompanyLevelApi) CreateOrder ¶
func (a *TerminalOrdersCompanyLevelApi) CreateOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiCreateOrderInput) (TerminalOrder, *http.Response, error)
CreateOrder Create an order
Creates an order for payment terminal products for the company identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiCreateOrderInput - Request parameters, see CreateOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) CreateOrderInput ¶
func (a *TerminalOrdersCompanyLevelApi) CreateOrderInput(companyId string) TerminalOrdersCompanyLevelApiCreateOrderInput
Prepare a request for CreateOrder @param companyId The unique identifier of the company account. @return TerminalOrdersCompanyLevelApiCreateOrderInput
func (*TerminalOrdersCompanyLevelApi) CreateShippingLocation ¶
func (a *TerminalOrdersCompanyLevelApi) CreateShippingLocation(ctx context.Context, r TerminalOrdersCompanyLevelApiCreateShippingLocationInput) (ShippingLocation, *http.Response, error)
CreateShippingLocation Create a shipping location
Creates a shipping location for the company identified in the path. A shipping location defines an address where orders can be delivered.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiCreateShippingLocationInput - Request parameters, see CreateShippingLocationInput @return ShippingLocation, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) CreateShippingLocationInput ¶
func (a *TerminalOrdersCompanyLevelApi) CreateShippingLocationInput(companyId string) TerminalOrdersCompanyLevelApiCreateShippingLocationInput
Prepare a request for CreateShippingLocation @param companyId The unique identifier of the company account. @return TerminalOrdersCompanyLevelApiCreateShippingLocationInput
func (*TerminalOrdersCompanyLevelApi) GetOrder ¶
func (a *TerminalOrdersCompanyLevelApi) GetOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiGetOrderInput) (TerminalOrder, *http.Response, error)
GetOrder Get an order
Returns the details of the terminal products order identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiGetOrderInput - Request parameters, see GetOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) GetOrderInput ¶
func (a *TerminalOrdersCompanyLevelApi) GetOrderInput(companyId string, orderId string) TerminalOrdersCompanyLevelApiGetOrderInput
Prepare a request for GetOrder @param companyId The unique identifier of the company account.@param orderId The unique identifier of the order. @return TerminalOrdersCompanyLevelApiGetOrderInput
func (*TerminalOrdersCompanyLevelApi) ListBillingEntities ¶
func (a *TerminalOrdersCompanyLevelApi) ListBillingEntities(ctx context.Context, r TerminalOrdersCompanyLevelApiListBillingEntitiesInput) (BillingEntitiesResponse, *http.Response, error)
ListBillingEntities Get a list of billing entities
Returns the billing entities of the company identified in the path and all merchant accounts belonging to the company. A billing entity is a legal entity where we charge orders to. An order for terminal products must contain the ID of a billing entity.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiListBillingEntitiesInput - Request parameters, see ListBillingEntitiesInput @return BillingEntitiesResponse, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) ListBillingEntitiesInput ¶
func (a *TerminalOrdersCompanyLevelApi) ListBillingEntitiesInput(companyId string) TerminalOrdersCompanyLevelApiListBillingEntitiesInput
Prepare a request for ListBillingEntities @param companyId The unique identifier of the company account. @return TerminalOrdersCompanyLevelApiListBillingEntitiesInput
func (*TerminalOrdersCompanyLevelApi) ListOrders ¶
func (a *TerminalOrdersCompanyLevelApi) ListOrders(ctx context.Context, r TerminalOrdersCompanyLevelApiListOrdersInput) (TerminalOrdersResponse, *http.Response, error)
ListOrders Get a list of orders
Returns a lists of terminal products orders for the company identified in the path. To filter the list, use one or more of the query parameters.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiListOrdersInput - Request parameters, see ListOrdersInput @return TerminalOrdersResponse, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) ListOrdersInput ¶
func (a *TerminalOrdersCompanyLevelApi) ListOrdersInput(companyId string) TerminalOrdersCompanyLevelApiListOrdersInput
Prepare a request for ListOrders @param companyId The unique identifier of the company account. @return TerminalOrdersCompanyLevelApiListOrdersInput
func (*TerminalOrdersCompanyLevelApi) ListShippingLocations ¶
func (a *TerminalOrdersCompanyLevelApi) ListShippingLocations(ctx context.Context, r TerminalOrdersCompanyLevelApiListShippingLocationsInput) (ShippingLocationsResponse, *http.Response, error)
ListShippingLocations Get a list of shipping locations
Returns the shipping locations for the company identified in the path and all merchant accounts belonging to the company. A shipping location includes the address where orders can be delivered, and an ID which you need to specify when ordering terminal products.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiListShippingLocationsInput - Request parameters, see ListShippingLocationsInput @return ShippingLocationsResponse, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) ListShippingLocationsInput ¶
func (a *TerminalOrdersCompanyLevelApi) ListShippingLocationsInput(companyId string) TerminalOrdersCompanyLevelApiListShippingLocationsInput
Prepare a request for ListShippingLocations @param companyId The unique identifier of the company account. @return TerminalOrdersCompanyLevelApiListShippingLocationsInput
func (*TerminalOrdersCompanyLevelApi) ListTerminalModels ¶
func (a *TerminalOrdersCompanyLevelApi) ListTerminalModels(ctx context.Context, r TerminalOrdersCompanyLevelApiListTerminalModelsInput) (TerminalModelsResponse, *http.Response, error)
ListTerminalModels Get a list of terminal models
Returns a list of payment terminal models that the company identified in the path has access to. The response includes the terminal model ID, which can be used as a query parameter when getting a list of terminals or a list of products for ordering.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiListTerminalModelsInput - Request parameters, see ListTerminalModelsInput @return TerminalModelsResponse, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) ListTerminalModelsInput ¶
func (a *TerminalOrdersCompanyLevelApi) ListTerminalModelsInput(companyId string) TerminalOrdersCompanyLevelApiListTerminalModelsInput
Prepare a request for ListTerminalModels @param companyId The unique identifier of the company account. @return TerminalOrdersCompanyLevelApiListTerminalModelsInput
func (*TerminalOrdersCompanyLevelApi) ListTerminalProducts ¶
func (a *TerminalOrdersCompanyLevelApi) ListTerminalProducts(ctx context.Context, r TerminalOrdersCompanyLevelApiListTerminalProductsInput) (TerminalProductsResponse, *http.Response, error)
ListTerminalProducts Get a list of terminal products
Returns a country-specific list of payment terminal packages and parts that the company identified in the path has access to.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiListTerminalProductsInput - Request parameters, see ListTerminalProductsInput @return TerminalProductsResponse, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) ListTerminalProductsInput ¶
func (a *TerminalOrdersCompanyLevelApi) ListTerminalProductsInput(companyId string) TerminalOrdersCompanyLevelApiListTerminalProductsInput
Prepare a request for ListTerminalProducts @param companyId The unique identifier of the company account. @return TerminalOrdersCompanyLevelApiListTerminalProductsInput
func (*TerminalOrdersCompanyLevelApi) UpdateOrder ¶
func (a *TerminalOrdersCompanyLevelApi) UpdateOrder(ctx context.Context, r TerminalOrdersCompanyLevelApiUpdateOrderInput) (TerminalOrder, *http.Response, error)
UpdateOrder Update an order
Updates the terminal products order identified in the path. Updating is only possible while the order has the status **Placed**.
The request body only needs to contain what you want to change. However, to update the products in the `items` array, you must provide the entire array. For example, if the array has three items:
To remove one item, the array must include the remaining two items. Or to add one item, the array must include all four items.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersCompanyLevelApiUpdateOrderInput - Request parameters, see UpdateOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersCompanyLevelApi) UpdateOrderInput ¶
func (a *TerminalOrdersCompanyLevelApi) UpdateOrderInput(companyId string, orderId string) TerminalOrdersCompanyLevelApiUpdateOrderInput
Prepare a request for UpdateOrder @param companyId The unique identifier of the company account.@param orderId The unique identifier of the order. @return TerminalOrdersCompanyLevelApiUpdateOrderInput
type TerminalOrdersCompanyLevelApiCancelOrderInput ¶
type TerminalOrdersCompanyLevelApiCancelOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.CancelOrder
type TerminalOrdersCompanyLevelApiCreateOrderInput ¶
type TerminalOrdersCompanyLevelApiCreateOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.CreateOrder
func (TerminalOrdersCompanyLevelApiCreateOrderInput) TerminalOrderRequest ¶
func (r TerminalOrdersCompanyLevelApiCreateOrderInput) TerminalOrderRequest(terminalOrderRequest TerminalOrderRequest) TerminalOrdersCompanyLevelApiCreateOrderInput
type TerminalOrdersCompanyLevelApiCreateShippingLocationInput ¶
type TerminalOrdersCompanyLevelApiCreateShippingLocationInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.CreateShippingLocation
func (TerminalOrdersCompanyLevelApiCreateShippingLocationInput) ShippingLocation ¶
func (r TerminalOrdersCompanyLevelApiCreateShippingLocationInput) ShippingLocation(shippingLocation ShippingLocation) TerminalOrdersCompanyLevelApiCreateShippingLocationInput
type TerminalOrdersCompanyLevelApiGetOrderInput ¶
type TerminalOrdersCompanyLevelApiGetOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.GetOrder
type TerminalOrdersCompanyLevelApiListBillingEntitiesInput ¶
type TerminalOrdersCompanyLevelApiListBillingEntitiesInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.ListBillingEntities
func (TerminalOrdersCompanyLevelApiListBillingEntitiesInput) Name ¶
func (r TerminalOrdersCompanyLevelApiListBillingEntitiesInput) Name(name string) TerminalOrdersCompanyLevelApiListBillingEntitiesInput
The name of the billing entity.
type TerminalOrdersCompanyLevelApiListOrdersInput ¶
type TerminalOrdersCompanyLevelApiListOrdersInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.ListOrders
func (TerminalOrdersCompanyLevelApiListOrdersInput) CustomerOrderReference ¶
func (r TerminalOrdersCompanyLevelApiListOrdersInput) CustomerOrderReference(customerOrderReference string) TerminalOrdersCompanyLevelApiListOrdersInput
Your purchase order number.
func (TerminalOrdersCompanyLevelApiListOrdersInput) Limit ¶
func (r TerminalOrdersCompanyLevelApiListOrdersInput) Limit(limit int32) TerminalOrdersCompanyLevelApiListOrdersInput
The number of orders to return.
func (TerminalOrdersCompanyLevelApiListOrdersInput) Offset ¶
func (r TerminalOrdersCompanyLevelApiListOrdersInput) Offset(offset int32) TerminalOrdersCompanyLevelApiListOrdersInput
The number of orders to skip.
func (TerminalOrdersCompanyLevelApiListOrdersInput) Status ¶
func (r TerminalOrdersCompanyLevelApiListOrdersInput) Status(status string) TerminalOrdersCompanyLevelApiListOrdersInput
The order status. Possible values (not case-sensitive): Placed, Confirmed, Cancelled, Shipped, Delivered.
type TerminalOrdersCompanyLevelApiListShippingLocationsInput ¶
type TerminalOrdersCompanyLevelApiListShippingLocationsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.ListShippingLocations
func (TerminalOrdersCompanyLevelApiListShippingLocationsInput) Limit ¶
func (r TerminalOrdersCompanyLevelApiListShippingLocationsInput) Limit(limit int32) TerminalOrdersCompanyLevelApiListShippingLocationsInput
The number of locations to return.
func (TerminalOrdersCompanyLevelApiListShippingLocationsInput) Name ¶
func (r TerminalOrdersCompanyLevelApiListShippingLocationsInput) Name(name string) TerminalOrdersCompanyLevelApiListShippingLocationsInput
The name of the shipping location.
func (TerminalOrdersCompanyLevelApiListShippingLocationsInput) Offset ¶
func (r TerminalOrdersCompanyLevelApiListShippingLocationsInput) Offset(offset int32) TerminalOrdersCompanyLevelApiListShippingLocationsInput
The number of locations to skip.
type TerminalOrdersCompanyLevelApiListTerminalModelsInput ¶
type TerminalOrdersCompanyLevelApiListTerminalModelsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.ListTerminalModels
type TerminalOrdersCompanyLevelApiListTerminalProductsInput ¶
type TerminalOrdersCompanyLevelApiListTerminalProductsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.ListTerminalProducts
func (TerminalOrdersCompanyLevelApiListTerminalProductsInput) Country ¶
func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) Country(country string) TerminalOrdersCompanyLevelApiListTerminalProductsInput
The country to return products for, in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. For example, **US**
func (TerminalOrdersCompanyLevelApiListTerminalProductsInput) Limit ¶
func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) Limit(limit int32) TerminalOrdersCompanyLevelApiListTerminalProductsInput
The number of products to return.
func (TerminalOrdersCompanyLevelApiListTerminalProductsInput) Offset ¶
func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) Offset(offset int32) TerminalOrdersCompanyLevelApiListTerminalProductsInput
The number of products to skip.
func (TerminalOrdersCompanyLevelApiListTerminalProductsInput) TerminalModelId ¶
func (r TerminalOrdersCompanyLevelApiListTerminalProductsInput) TerminalModelId(terminalModelId string) TerminalOrdersCompanyLevelApiListTerminalProductsInput
The terminal model to return products for. Use the ID returned in the [GET `/terminalModels`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/companies/{companyId}/terminalModels) response. For example, **Verifone.M400**
type TerminalOrdersCompanyLevelApiUpdateOrderInput ¶
type TerminalOrdersCompanyLevelApiUpdateOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersCompanyLevelApi.UpdateOrder
func (TerminalOrdersCompanyLevelApiUpdateOrderInput) TerminalOrderRequest ¶
func (r TerminalOrdersCompanyLevelApiUpdateOrderInput) TerminalOrderRequest(terminalOrderRequest TerminalOrderRequest) TerminalOrdersCompanyLevelApiUpdateOrderInput
type TerminalOrdersMerchantLevelApi ¶
TerminalOrdersMerchantLevelApi service
func (*TerminalOrdersMerchantLevelApi) CancelOrder ¶
func (a *TerminalOrdersMerchantLevelApi) CancelOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiCancelOrderInput) (TerminalOrder, *http.Response, error)
CancelOrder Cancel an order
Cancels the terminal products order identified in the path. Cancelling is only possible while the order has the status **Placed**. To cancel an order, make a POST call without a request body. The response returns the full order details, but with the status changed to **Cancelled**.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiCancelOrderInput - Request parameters, see CancelOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) CancelOrderInput ¶
func (a *TerminalOrdersMerchantLevelApi) CancelOrderInput(merchantId string, orderId string) TerminalOrdersMerchantLevelApiCancelOrderInput
Prepare a request for CancelOrder @param merchantId The unique identifier of the merchant account.@param orderId The unique identifier of the order. @return TerminalOrdersMerchantLevelApiCancelOrderInput
func (*TerminalOrdersMerchantLevelApi) CreateOrder ¶
func (a *TerminalOrdersMerchantLevelApi) CreateOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiCreateOrderInput) (TerminalOrder, *http.Response, error)
CreateOrder Create an order
Creates an order for payment terminal products for the merchant account identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiCreateOrderInput - Request parameters, see CreateOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) CreateOrderInput ¶
func (a *TerminalOrdersMerchantLevelApi) CreateOrderInput(merchantId string) TerminalOrdersMerchantLevelApiCreateOrderInput
Prepare a request for CreateOrder @param merchantId The unique identifier of the merchant account. @return TerminalOrdersMerchantLevelApiCreateOrderInput
func (*TerminalOrdersMerchantLevelApi) CreateShippingLocation ¶
func (a *TerminalOrdersMerchantLevelApi) CreateShippingLocation(ctx context.Context, r TerminalOrdersMerchantLevelApiCreateShippingLocationInput) (ShippingLocation, *http.Response, error)
CreateShippingLocation Create a shipping location
Creates a shipping location for the merchant account identified in the path. A shipping location defines an address where orders can be shipped to.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiCreateShippingLocationInput - Request parameters, see CreateShippingLocationInput @return ShippingLocation, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) CreateShippingLocationInput ¶
func (a *TerminalOrdersMerchantLevelApi) CreateShippingLocationInput(merchantId string) TerminalOrdersMerchantLevelApiCreateShippingLocationInput
Prepare a request for CreateShippingLocation @param merchantId The unique identifier of the merchant account. @return TerminalOrdersMerchantLevelApiCreateShippingLocationInput
func (*TerminalOrdersMerchantLevelApi) GetOrder ¶
func (a *TerminalOrdersMerchantLevelApi) GetOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiGetOrderInput) (TerminalOrder, *http.Response, error)
GetOrder Get an order
Returns the details of the terminal products order identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiGetOrderInput - Request parameters, see GetOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) GetOrderInput ¶
func (a *TerminalOrdersMerchantLevelApi) GetOrderInput(merchantId string, orderId string) TerminalOrdersMerchantLevelApiGetOrderInput
Prepare a request for GetOrder @param merchantId The unique identifier of the merchant account.@param orderId The unique identifier of the order. @return TerminalOrdersMerchantLevelApiGetOrderInput
func (*TerminalOrdersMerchantLevelApi) ListBillingEntities ¶
func (a *TerminalOrdersMerchantLevelApi) ListBillingEntities(ctx context.Context, r TerminalOrdersMerchantLevelApiListBillingEntitiesInput) (BillingEntitiesResponse, *http.Response, error)
ListBillingEntities Get a list of billing entities
Returns the billing entities of the merchant account identified in the path. A billing entity is a legal entity where we charge orders to. An order for terminal products must contain the ID of a billing entity.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiListBillingEntitiesInput - Request parameters, see ListBillingEntitiesInput @return BillingEntitiesResponse, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) ListBillingEntitiesInput ¶
func (a *TerminalOrdersMerchantLevelApi) ListBillingEntitiesInput(merchantId string) TerminalOrdersMerchantLevelApiListBillingEntitiesInput
Prepare a request for ListBillingEntities @param merchantId The unique identifier of the merchant account. @return TerminalOrdersMerchantLevelApiListBillingEntitiesInput
func (*TerminalOrdersMerchantLevelApi) ListOrders ¶
func (a *TerminalOrdersMerchantLevelApi) ListOrders(ctx context.Context, r TerminalOrdersMerchantLevelApiListOrdersInput) (TerminalOrdersResponse, *http.Response, error)
ListOrders Get a list of orders
Returns a list of terminal products orders for the merchant account identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiListOrdersInput - Request parameters, see ListOrdersInput @return TerminalOrdersResponse, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) ListOrdersInput ¶
func (a *TerminalOrdersMerchantLevelApi) ListOrdersInput(merchantId string) TerminalOrdersMerchantLevelApiListOrdersInput
Prepare a request for ListOrders @param merchantId @return TerminalOrdersMerchantLevelApiListOrdersInput
func (*TerminalOrdersMerchantLevelApi) ListShippingLocations ¶
func (a *TerminalOrdersMerchantLevelApi) ListShippingLocations(ctx context.Context, r TerminalOrdersMerchantLevelApiListShippingLocationsInput) (ShippingLocationsResponse, *http.Response, error)
ListShippingLocations Get a list of shipping locations
Returns the shipping locations for the merchant account identified in the path. A shipping location includes the address where orders can be delivered, and an ID which you need to specify when ordering terminal products.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiListShippingLocationsInput - Request parameters, see ListShippingLocationsInput @return ShippingLocationsResponse, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) ListShippingLocationsInput ¶
func (a *TerminalOrdersMerchantLevelApi) ListShippingLocationsInput(merchantId string) TerminalOrdersMerchantLevelApiListShippingLocationsInput
Prepare a request for ListShippingLocations @param merchantId The unique identifier of the merchant account. @return TerminalOrdersMerchantLevelApiListShippingLocationsInput
func (*TerminalOrdersMerchantLevelApi) ListTerminalModels ¶
func (a *TerminalOrdersMerchantLevelApi) ListTerminalModels(ctx context.Context, r TerminalOrdersMerchantLevelApiListTerminalModelsInput) (TerminalModelsResponse, *http.Response, error)
ListTerminalModels Get a list of terminal models
Returns the payment terminal models that merchant account identified in the path has access to. The response includes the terminal model ID, which can be used as a query parameter when getting a list of terminals or a list of products for ordering.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiListTerminalModelsInput - Request parameters, see ListTerminalModelsInput @return TerminalModelsResponse, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) ListTerminalModelsInput ¶
func (a *TerminalOrdersMerchantLevelApi) ListTerminalModelsInput(merchantId string) TerminalOrdersMerchantLevelApiListTerminalModelsInput
Prepare a request for ListTerminalModels @param merchantId The unique identifier of the merchant account. @return TerminalOrdersMerchantLevelApiListTerminalModelsInput
func (*TerminalOrdersMerchantLevelApi) ListTerminalProducts ¶
func (a *TerminalOrdersMerchantLevelApi) ListTerminalProducts(ctx context.Context, r TerminalOrdersMerchantLevelApiListTerminalProductsInput) (TerminalProductsResponse, *http.Response, error)
ListTerminalProducts Get a list of terminal products
Returns a country-specific list of payment terminal packages and parts that the merchant account identified in the path has access to.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiListTerminalProductsInput - Request parameters, see ListTerminalProductsInput @return TerminalProductsResponse, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) ListTerminalProductsInput ¶
func (a *TerminalOrdersMerchantLevelApi) ListTerminalProductsInput(merchantId string) TerminalOrdersMerchantLevelApiListTerminalProductsInput
Prepare a request for ListTerminalProducts @param merchantId The unique identifier of the merchant account. @return TerminalOrdersMerchantLevelApiListTerminalProductsInput
func (*TerminalOrdersMerchantLevelApi) UpdateOrder ¶
func (a *TerminalOrdersMerchantLevelApi) UpdateOrder(ctx context.Context, r TerminalOrdersMerchantLevelApiUpdateOrderInput) (TerminalOrder, *http.Response, error)
UpdateOrder Update an order
Updates the terminal products order identified in the path. Updating is only possible while the order has the status **Placed**.
The request body only needs to contain what you want to change. However, to update the products in the `items` array, you must provice the entire array. For example, if the array has three items:
To remove one item, the array must include the remaining two items. Or to add one item, the array must include all four items.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal ordering read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalOrdersMerchantLevelApiUpdateOrderInput - Request parameters, see UpdateOrderInput @return TerminalOrder, *http.Response, error
func (*TerminalOrdersMerchantLevelApi) UpdateOrderInput ¶
func (a *TerminalOrdersMerchantLevelApi) UpdateOrderInput(merchantId string, orderId string) TerminalOrdersMerchantLevelApiUpdateOrderInput
Prepare a request for UpdateOrder @param merchantId The unique identifier of the merchant account.@param orderId The unique identifier of the order. @return TerminalOrdersMerchantLevelApiUpdateOrderInput
type TerminalOrdersMerchantLevelApiCancelOrderInput ¶
type TerminalOrdersMerchantLevelApiCancelOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.CancelOrder
type TerminalOrdersMerchantLevelApiCreateOrderInput ¶
type TerminalOrdersMerchantLevelApiCreateOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.CreateOrder
func (TerminalOrdersMerchantLevelApiCreateOrderInput) TerminalOrderRequest ¶
func (r TerminalOrdersMerchantLevelApiCreateOrderInput) TerminalOrderRequest(terminalOrderRequest TerminalOrderRequest) TerminalOrdersMerchantLevelApiCreateOrderInput
type TerminalOrdersMerchantLevelApiCreateShippingLocationInput ¶
type TerminalOrdersMerchantLevelApiCreateShippingLocationInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.CreateShippingLocation
func (TerminalOrdersMerchantLevelApiCreateShippingLocationInput) ShippingLocation ¶
func (r TerminalOrdersMerchantLevelApiCreateShippingLocationInput) ShippingLocation(shippingLocation ShippingLocation) TerminalOrdersMerchantLevelApiCreateShippingLocationInput
type TerminalOrdersMerchantLevelApiGetOrderInput ¶
type TerminalOrdersMerchantLevelApiGetOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.GetOrder
type TerminalOrdersMerchantLevelApiListBillingEntitiesInput ¶
type TerminalOrdersMerchantLevelApiListBillingEntitiesInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.ListBillingEntities
func (TerminalOrdersMerchantLevelApiListBillingEntitiesInput) Name ¶
func (r TerminalOrdersMerchantLevelApiListBillingEntitiesInput) Name(name string) TerminalOrdersMerchantLevelApiListBillingEntitiesInput
The name of the billing entity.
type TerminalOrdersMerchantLevelApiListOrdersInput ¶
type TerminalOrdersMerchantLevelApiListOrdersInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.ListOrders
func (TerminalOrdersMerchantLevelApiListOrdersInput) CustomerOrderReference ¶
func (r TerminalOrdersMerchantLevelApiListOrdersInput) CustomerOrderReference(customerOrderReference string) TerminalOrdersMerchantLevelApiListOrdersInput
Your purchase order number.
func (TerminalOrdersMerchantLevelApiListOrdersInput) Limit ¶
func (r TerminalOrdersMerchantLevelApiListOrdersInput) Limit(limit int32) TerminalOrdersMerchantLevelApiListOrdersInput
The number of orders to return.
func (TerminalOrdersMerchantLevelApiListOrdersInput) Offset ¶
func (r TerminalOrdersMerchantLevelApiListOrdersInput) Offset(offset int32) TerminalOrdersMerchantLevelApiListOrdersInput
The number of orders to skip.
func (TerminalOrdersMerchantLevelApiListOrdersInput) Status ¶
func (r TerminalOrdersMerchantLevelApiListOrdersInput) Status(status string) TerminalOrdersMerchantLevelApiListOrdersInput
The order status. Possible values (not case-sensitive): Placed, Confirmed, Cancelled, Shipped, Delivered.
type TerminalOrdersMerchantLevelApiListShippingLocationsInput ¶
type TerminalOrdersMerchantLevelApiListShippingLocationsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.ListShippingLocations
func (TerminalOrdersMerchantLevelApiListShippingLocationsInput) Limit ¶
func (r TerminalOrdersMerchantLevelApiListShippingLocationsInput) Limit(limit int32) TerminalOrdersMerchantLevelApiListShippingLocationsInput
The number of locations to return.
func (TerminalOrdersMerchantLevelApiListShippingLocationsInput) Name ¶
func (r TerminalOrdersMerchantLevelApiListShippingLocationsInput) Name(name string) TerminalOrdersMerchantLevelApiListShippingLocationsInput
The name of the shipping location.
func (TerminalOrdersMerchantLevelApiListShippingLocationsInput) Offset ¶
func (r TerminalOrdersMerchantLevelApiListShippingLocationsInput) Offset(offset int32) TerminalOrdersMerchantLevelApiListShippingLocationsInput
The number of locations to skip.
type TerminalOrdersMerchantLevelApiListTerminalModelsInput ¶
type TerminalOrdersMerchantLevelApiListTerminalModelsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.ListTerminalModels
type TerminalOrdersMerchantLevelApiListTerminalProductsInput ¶
type TerminalOrdersMerchantLevelApiListTerminalProductsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.ListTerminalProducts
func (TerminalOrdersMerchantLevelApiListTerminalProductsInput) Country ¶
func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) Country(country string) TerminalOrdersMerchantLevelApiListTerminalProductsInput
The country to return products for, in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. For example, **US**
func (TerminalOrdersMerchantLevelApiListTerminalProductsInput) Limit ¶
func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) Limit(limit int32) TerminalOrdersMerchantLevelApiListTerminalProductsInput
The number of products to return.
func (TerminalOrdersMerchantLevelApiListTerminalProductsInput) Offset ¶
func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) Offset(offset int32) TerminalOrdersMerchantLevelApiListTerminalProductsInput
The number of products to skip.
func (TerminalOrdersMerchantLevelApiListTerminalProductsInput) TerminalModelId ¶
func (r TerminalOrdersMerchantLevelApiListTerminalProductsInput) TerminalModelId(terminalModelId string) TerminalOrdersMerchantLevelApiListTerminalProductsInput
The terminal model to return products for. Use the ID returned in the [GET `/terminalModels`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/merchants/{merchantId}/terminalModels) response. For example, **Verifone.M400**
type TerminalOrdersMerchantLevelApiUpdateOrderInput ¶
type TerminalOrdersMerchantLevelApiUpdateOrderInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalOrdersMerchantLevelApi.UpdateOrder
func (TerminalOrdersMerchantLevelApiUpdateOrderInput) TerminalOrderRequest ¶
func (r TerminalOrdersMerchantLevelApiUpdateOrderInput) TerminalOrderRequest(terminalOrderRequest TerminalOrderRequest) TerminalOrdersMerchantLevelApiUpdateOrderInput
type TerminalOrdersResponse ¶
type TerminalOrdersResponse struct { // List of orders for payment terminal packages and parts. Data []TerminalOrder `json:"data,omitempty"` }
TerminalOrdersResponse struct for TerminalOrdersResponse
func NewTerminalOrdersResponse ¶
func NewTerminalOrdersResponse() *TerminalOrdersResponse
NewTerminalOrdersResponse instantiates a new TerminalOrdersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalOrdersResponseWithDefaults ¶
func NewTerminalOrdersResponseWithDefaults() *TerminalOrdersResponse
NewTerminalOrdersResponseWithDefaults instantiates a new TerminalOrdersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalOrdersResponse) GetData ¶
func (o *TerminalOrdersResponse) GetData() []TerminalOrder
GetData returns the Data field value if set, zero value otherwise.
func (*TerminalOrdersResponse) GetDataOk ¶
func (o *TerminalOrdersResponse) GetDataOk() ([]TerminalOrder, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalOrdersResponse) HasData ¶
func (o *TerminalOrdersResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (TerminalOrdersResponse) MarshalJSON ¶
func (o TerminalOrdersResponse) MarshalJSON() ([]byte, error)
func (*TerminalOrdersResponse) SetData ¶
func (o *TerminalOrdersResponse) SetData(v []TerminalOrder)
SetData gets a reference to the given []TerminalOrder and assigns it to the Data field.
func (TerminalOrdersResponse) ToMap ¶
func (o TerminalOrdersResponse) ToMap() (map[string]interface{}, error)
type TerminalProduct ¶
type TerminalProduct struct { // Information about items included and integration options. Description *string `json:"description,omitempty"` // The unique identifier of the product. Id *string `json:"id,omitempty"` // A list of parts included in the terminal package. ItemsIncluded []string `json:"itemsIncluded,omitempty"` // The descriptive name of the product. Name *string `json:"name,omitempty"` Price *TerminalProductPrice `json:"price,omitempty"` }
TerminalProduct struct for TerminalProduct
func NewTerminalProduct ¶
func NewTerminalProduct() *TerminalProduct
NewTerminalProduct instantiates a new TerminalProduct object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalProductWithDefaults ¶
func NewTerminalProductWithDefaults() *TerminalProduct
NewTerminalProductWithDefaults instantiates a new TerminalProduct object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalProduct) GetDescription ¶
func (o *TerminalProduct) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TerminalProduct) GetDescriptionOk ¶
func (o *TerminalProduct) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProduct) GetId ¶
func (o *TerminalProduct) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TerminalProduct) GetIdOk ¶
func (o *TerminalProduct) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProduct) GetItemsIncluded ¶
func (o *TerminalProduct) GetItemsIncluded() []string
GetItemsIncluded returns the ItemsIncluded field value if set, zero value otherwise.
func (*TerminalProduct) GetItemsIncludedOk ¶
func (o *TerminalProduct) GetItemsIncludedOk() ([]string, bool)
GetItemsIncludedOk returns a tuple with the ItemsIncluded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProduct) GetName ¶
func (o *TerminalProduct) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*TerminalProduct) GetNameOk ¶
func (o *TerminalProduct) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProduct) GetPrice ¶
func (o *TerminalProduct) GetPrice() TerminalProductPrice
GetPrice returns the Price field value if set, zero value otherwise.
func (*TerminalProduct) GetPriceOk ¶
func (o *TerminalProduct) GetPriceOk() (*TerminalProductPrice, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProduct) HasDescription ¶
func (o *TerminalProduct) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TerminalProduct) HasId ¶
func (o *TerminalProduct) HasId() bool
HasId returns a boolean if a field has been set.
func (*TerminalProduct) HasItemsIncluded ¶
func (o *TerminalProduct) HasItemsIncluded() bool
HasItemsIncluded returns a boolean if a field has been set.
func (*TerminalProduct) HasName ¶
func (o *TerminalProduct) HasName() bool
HasName returns a boolean if a field has been set.
func (*TerminalProduct) HasPrice ¶
func (o *TerminalProduct) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (TerminalProduct) MarshalJSON ¶
func (o TerminalProduct) MarshalJSON() ([]byte, error)
func (*TerminalProduct) SetDescription ¶
func (o *TerminalProduct) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TerminalProduct) SetId ¶
func (o *TerminalProduct) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TerminalProduct) SetItemsIncluded ¶
func (o *TerminalProduct) SetItemsIncluded(v []string)
SetItemsIncluded gets a reference to the given []string and assigns it to the ItemsIncluded field.
func (*TerminalProduct) SetName ¶
func (o *TerminalProduct) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*TerminalProduct) SetPrice ¶
func (o *TerminalProduct) SetPrice(v TerminalProductPrice)
SetPrice gets a reference to the given TerminalProductPrice and assigns it to the Price field.
func (TerminalProduct) ToMap ¶
func (o TerminalProduct) ToMap() (map[string]interface{}, error)
type TerminalProductPrice ¶
type TerminalProductPrice struct { // The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). Currency *string `json:"currency,omitempty"` // The price of the item. Value *float64 `json:"value,omitempty"` }
TerminalProductPrice struct for TerminalProductPrice
func NewTerminalProductPrice ¶
func NewTerminalProductPrice() *TerminalProductPrice
NewTerminalProductPrice instantiates a new TerminalProductPrice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalProductPriceWithDefaults ¶
func NewTerminalProductPriceWithDefaults() *TerminalProductPrice
NewTerminalProductPriceWithDefaults instantiates a new TerminalProductPrice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalProductPrice) GetCurrency ¶
func (o *TerminalProductPrice) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*TerminalProductPrice) GetCurrencyOk ¶
func (o *TerminalProductPrice) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProductPrice) GetValue ¶
func (o *TerminalProductPrice) GetValue() float64
GetValue returns the Value field value if set, zero value otherwise.
func (*TerminalProductPrice) GetValueOk ¶
func (o *TerminalProductPrice) GetValueOk() (*float64, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProductPrice) HasCurrency ¶
func (o *TerminalProductPrice) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*TerminalProductPrice) HasValue ¶
func (o *TerminalProductPrice) HasValue() bool
HasValue returns a boolean if a field has been set.
func (TerminalProductPrice) MarshalJSON ¶
func (o TerminalProductPrice) MarshalJSON() ([]byte, error)
func (*TerminalProductPrice) SetCurrency ¶
func (o *TerminalProductPrice) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*TerminalProductPrice) SetValue ¶
func (o *TerminalProductPrice) SetValue(v float64)
SetValue gets a reference to the given float64 and assigns it to the Value field.
func (TerminalProductPrice) ToMap ¶
func (o TerminalProductPrice) ToMap() (map[string]interface{}, error)
type TerminalProductsResponse ¶
type TerminalProductsResponse struct { // Terminal products that can be ordered. Data []TerminalProduct `json:"data,omitempty"` }
TerminalProductsResponse struct for TerminalProductsResponse
func NewTerminalProductsResponse ¶
func NewTerminalProductsResponse() *TerminalProductsResponse
NewTerminalProductsResponse instantiates a new TerminalProductsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalProductsResponseWithDefaults ¶
func NewTerminalProductsResponseWithDefaults() *TerminalProductsResponse
NewTerminalProductsResponseWithDefaults instantiates a new TerminalProductsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalProductsResponse) GetData ¶
func (o *TerminalProductsResponse) GetData() []TerminalProduct
GetData returns the Data field value if set, zero value otherwise.
func (*TerminalProductsResponse) GetDataOk ¶
func (o *TerminalProductsResponse) GetDataOk() ([]TerminalProduct, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalProductsResponse) HasData ¶
func (o *TerminalProductsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (TerminalProductsResponse) MarshalJSON ¶
func (o TerminalProductsResponse) MarshalJSON() ([]byte, error)
func (*TerminalProductsResponse) SetData ¶
func (o *TerminalProductsResponse) SetData(v []TerminalProduct)
SetData gets a reference to the given []TerminalProduct and assigns it to the Data field.
func (TerminalProductsResponse) ToMap ¶
func (o TerminalProductsResponse) ToMap() (map[string]interface{}, error)
type TerminalReassignmentRequest ¶
type TerminalReassignmentRequest struct { // The unique identifier of the company account to which the terminal is reassigned. CompanyId *string `json:"companyId,omitempty"` // Must be specified when reassigning terminals to a merchant account: - If set to **true**, reassigns terminals to the inventory of the merchant account and the terminals cannot process transactions. - If set to **false**, reassigns terminals directly to the merchant account and the terminals can process transactions. Inventory *bool `json:"inventory,omitempty"` // The unique identifier of the merchant account to which the terminal is reassigned. When reassigning terminals to a merchant account, you must specify the `inventory` field. MerchantId *string `json:"merchantId,omitempty"` // The unique identifier of the store to which the terminal is reassigned. StoreId *string `json:"storeId,omitempty"` }
TerminalReassignmentRequest struct for TerminalReassignmentRequest
func NewTerminalReassignmentRequest ¶
func NewTerminalReassignmentRequest() *TerminalReassignmentRequest
NewTerminalReassignmentRequest instantiates a new TerminalReassignmentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalReassignmentRequestWithDefaults ¶
func NewTerminalReassignmentRequestWithDefaults() *TerminalReassignmentRequest
NewTerminalReassignmentRequestWithDefaults instantiates a new TerminalReassignmentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalReassignmentRequest) GetCompanyId ¶
func (o *TerminalReassignmentRequest) GetCompanyId() string
GetCompanyId returns the CompanyId field value if set, zero value otherwise.
func (*TerminalReassignmentRequest) GetCompanyIdOk ¶
func (o *TerminalReassignmentRequest) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalReassignmentRequest) GetInventory ¶
func (o *TerminalReassignmentRequest) GetInventory() bool
GetInventory returns the Inventory field value if set, zero value otherwise.
func (*TerminalReassignmentRequest) GetInventoryOk ¶
func (o *TerminalReassignmentRequest) GetInventoryOk() (*bool, bool)
GetInventoryOk returns a tuple with the Inventory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalReassignmentRequest) GetMerchantId ¶
func (o *TerminalReassignmentRequest) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*TerminalReassignmentRequest) GetMerchantIdOk ¶
func (o *TerminalReassignmentRequest) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalReassignmentRequest) GetStoreId ¶
func (o *TerminalReassignmentRequest) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*TerminalReassignmentRequest) GetStoreIdOk ¶
func (o *TerminalReassignmentRequest) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalReassignmentRequest) HasCompanyId ¶
func (o *TerminalReassignmentRequest) HasCompanyId() bool
HasCompanyId returns a boolean if a field has been set.
func (*TerminalReassignmentRequest) HasInventory ¶
func (o *TerminalReassignmentRequest) HasInventory() bool
HasInventory returns a boolean if a field has been set.
func (*TerminalReassignmentRequest) HasMerchantId ¶
func (o *TerminalReassignmentRequest) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*TerminalReassignmentRequest) HasStoreId ¶
func (o *TerminalReassignmentRequest) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (TerminalReassignmentRequest) MarshalJSON ¶
func (o TerminalReassignmentRequest) MarshalJSON() ([]byte, error)
func (*TerminalReassignmentRequest) SetCompanyId ¶
func (o *TerminalReassignmentRequest) SetCompanyId(v string)
SetCompanyId gets a reference to the given string and assigns it to the CompanyId field.
func (*TerminalReassignmentRequest) SetInventory ¶
func (o *TerminalReassignmentRequest) SetInventory(v bool)
SetInventory gets a reference to the given bool and assigns it to the Inventory field.
func (*TerminalReassignmentRequest) SetMerchantId ¶
func (o *TerminalReassignmentRequest) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*TerminalReassignmentRequest) SetStoreId ¶
func (o *TerminalReassignmentRequest) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (TerminalReassignmentRequest) ToMap ¶
func (o TerminalReassignmentRequest) ToMap() (map[string]interface{}, error)
type TerminalReassignmentTarget ¶
type TerminalReassignmentTarget struct { // The unique identifier of the company account to which the terminal is reassigned. CompanyId *string `json:"companyId,omitempty"` // Indicates if the terminal is reassigned to the inventory of the merchant account. - If **true**, the terminal is in the inventory of the merchant account and cannot process transactions. - If **false**, the terminal is reassigned directly to the merchant account and can process transactions. Inventory bool `json:"inventory"` // The unique identifier of the merchant account to which the terminal is reassigned. MerchantId *string `json:"merchantId,omitempty"` // The unique identifier of the store to which the terminal is reassigned. StoreId *string `json:"storeId,omitempty"` }
TerminalReassignmentTarget struct for TerminalReassignmentTarget
func NewTerminalReassignmentTarget ¶
func NewTerminalReassignmentTarget(inventory bool) *TerminalReassignmentTarget
NewTerminalReassignmentTarget instantiates a new TerminalReassignmentTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalReassignmentTargetWithDefaults ¶
func NewTerminalReassignmentTargetWithDefaults() *TerminalReassignmentTarget
NewTerminalReassignmentTargetWithDefaults instantiates a new TerminalReassignmentTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalReassignmentTarget) GetCompanyId ¶
func (o *TerminalReassignmentTarget) GetCompanyId() string
GetCompanyId returns the CompanyId field value if set, zero value otherwise.
func (*TerminalReassignmentTarget) GetCompanyIdOk ¶
func (o *TerminalReassignmentTarget) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalReassignmentTarget) GetInventory ¶
func (o *TerminalReassignmentTarget) GetInventory() bool
GetInventory returns the Inventory field value
func (*TerminalReassignmentTarget) GetInventoryOk ¶
func (o *TerminalReassignmentTarget) GetInventoryOk() (*bool, bool)
GetInventoryOk returns a tuple with the Inventory field value and a boolean to check if the value has been set.
func (*TerminalReassignmentTarget) GetMerchantId ¶
func (o *TerminalReassignmentTarget) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*TerminalReassignmentTarget) GetMerchantIdOk ¶
func (o *TerminalReassignmentTarget) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalReassignmentTarget) GetStoreId ¶
func (o *TerminalReassignmentTarget) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*TerminalReassignmentTarget) GetStoreIdOk ¶
func (o *TerminalReassignmentTarget) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalReassignmentTarget) HasCompanyId ¶
func (o *TerminalReassignmentTarget) HasCompanyId() bool
HasCompanyId returns a boolean if a field has been set.
func (*TerminalReassignmentTarget) HasMerchantId ¶
func (o *TerminalReassignmentTarget) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*TerminalReassignmentTarget) HasStoreId ¶
func (o *TerminalReassignmentTarget) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (TerminalReassignmentTarget) MarshalJSON ¶
func (o TerminalReassignmentTarget) MarshalJSON() ([]byte, error)
func (*TerminalReassignmentTarget) SetCompanyId ¶
func (o *TerminalReassignmentTarget) SetCompanyId(v string)
SetCompanyId gets a reference to the given string and assigns it to the CompanyId field.
func (*TerminalReassignmentTarget) SetInventory ¶
func (o *TerminalReassignmentTarget) SetInventory(v bool)
SetInventory sets field value
func (*TerminalReassignmentTarget) SetMerchantId ¶
func (o *TerminalReassignmentTarget) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*TerminalReassignmentTarget) SetStoreId ¶
func (o *TerminalReassignmentTarget) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (TerminalReassignmentTarget) ToMap ¶
func (o TerminalReassignmentTarget) ToMap() (map[string]interface{}, error)
type TerminalSettings ¶
type TerminalSettings struct { CardholderReceipt *CardholderReceipt `json:"cardholderReceipt,omitempty"` Connectivity *Connectivity `json:"connectivity,omitempty"` // Settings for tipping with or without predefined options to choose from. The maximum number of predefined options is four, or three plus the option to enter a custom tip. Gratuities []Gratuity `json:"gratuities,omitempty"` Hardware *Hardware `json:"hardware,omitempty"` Localization *Localization `json:"localization,omitempty"` Nexo *Nexo `json:"nexo,omitempty"` OfflineProcessing *OfflineProcessing `json:"offlineProcessing,omitempty"` Opi *Opi `json:"opi,omitempty"` Passcodes *Passcodes `json:"passcodes,omitempty"` PayAtTable *PayAtTable `json:"payAtTable,omitempty"` Payment *Payment `json:"payment,omitempty"` ReceiptOptions *ReceiptOptions `json:"receiptOptions,omitempty"` ReceiptPrinting *ReceiptPrinting `json:"receiptPrinting,omitempty"` Signature *Signature `json:"signature,omitempty"` Standalone *Standalone `json:"standalone,omitempty"` Surcharge *Surcharge `json:"surcharge,omitempty"` Timeouts *Timeouts `json:"timeouts,omitempty"` WifiProfiles *WifiProfiles `json:"wifiProfiles,omitempty"` }
TerminalSettings struct for TerminalSettings
func NewTerminalSettings ¶
func NewTerminalSettings() *TerminalSettings
NewTerminalSettings instantiates a new TerminalSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTerminalSettingsWithDefaults ¶
func NewTerminalSettingsWithDefaults() *TerminalSettings
NewTerminalSettingsWithDefaults instantiates a new TerminalSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TerminalSettings) GetCardholderReceipt ¶
func (o *TerminalSettings) GetCardholderReceipt() CardholderReceipt
GetCardholderReceipt returns the CardholderReceipt field value if set, zero value otherwise.
func (*TerminalSettings) GetCardholderReceiptOk ¶
func (o *TerminalSettings) GetCardholderReceiptOk() (*CardholderReceipt, bool)
GetCardholderReceiptOk returns a tuple with the CardholderReceipt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetConnectivity ¶
func (o *TerminalSettings) GetConnectivity() Connectivity
GetConnectivity returns the Connectivity field value if set, zero value otherwise.
func (*TerminalSettings) GetConnectivityOk ¶
func (o *TerminalSettings) GetConnectivityOk() (*Connectivity, bool)
GetConnectivityOk returns a tuple with the Connectivity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetGratuities ¶
func (o *TerminalSettings) GetGratuities() []Gratuity
GetGratuities returns the Gratuities field value if set, zero value otherwise.
func (*TerminalSettings) GetGratuitiesOk ¶
func (o *TerminalSettings) GetGratuitiesOk() ([]Gratuity, bool)
GetGratuitiesOk returns a tuple with the Gratuities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetHardware ¶
func (o *TerminalSettings) GetHardware() Hardware
GetHardware returns the Hardware field value if set, zero value otherwise.
func (*TerminalSettings) GetHardwareOk ¶
func (o *TerminalSettings) GetHardwareOk() (*Hardware, bool)
GetHardwareOk returns a tuple with the Hardware field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetLocalization ¶
func (o *TerminalSettings) GetLocalization() Localization
GetLocalization returns the Localization field value if set, zero value otherwise.
func (*TerminalSettings) GetLocalizationOk ¶
func (o *TerminalSettings) GetLocalizationOk() (*Localization, bool)
GetLocalizationOk returns a tuple with the Localization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetNexo ¶
func (o *TerminalSettings) GetNexo() Nexo
GetNexo returns the Nexo field value if set, zero value otherwise.
func (*TerminalSettings) GetNexoOk ¶
func (o *TerminalSettings) GetNexoOk() (*Nexo, bool)
GetNexoOk returns a tuple with the Nexo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetOfflineProcessing ¶
func (o *TerminalSettings) GetOfflineProcessing() OfflineProcessing
GetOfflineProcessing returns the OfflineProcessing field value if set, zero value otherwise.
func (*TerminalSettings) GetOfflineProcessingOk ¶
func (o *TerminalSettings) GetOfflineProcessingOk() (*OfflineProcessing, bool)
GetOfflineProcessingOk returns a tuple with the OfflineProcessing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetOpi ¶
func (o *TerminalSettings) GetOpi() Opi
GetOpi returns the Opi field value if set, zero value otherwise.
func (*TerminalSettings) GetOpiOk ¶
func (o *TerminalSettings) GetOpiOk() (*Opi, bool)
GetOpiOk returns a tuple with the Opi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetPasscodes ¶
func (o *TerminalSettings) GetPasscodes() Passcodes
GetPasscodes returns the Passcodes field value if set, zero value otherwise.
func (*TerminalSettings) GetPasscodesOk ¶
func (o *TerminalSettings) GetPasscodesOk() (*Passcodes, bool)
GetPasscodesOk returns a tuple with the Passcodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetPayAtTable ¶
func (o *TerminalSettings) GetPayAtTable() PayAtTable
GetPayAtTable returns the PayAtTable field value if set, zero value otherwise.
func (*TerminalSettings) GetPayAtTableOk ¶
func (o *TerminalSettings) GetPayAtTableOk() (*PayAtTable, bool)
GetPayAtTableOk returns a tuple with the PayAtTable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetPayment ¶
func (o *TerminalSettings) GetPayment() Payment
GetPayment returns the Payment field value if set, zero value otherwise.
func (*TerminalSettings) GetPaymentOk ¶
func (o *TerminalSettings) GetPaymentOk() (*Payment, bool)
GetPaymentOk returns a tuple with the Payment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetReceiptOptions ¶
func (o *TerminalSettings) GetReceiptOptions() ReceiptOptions
GetReceiptOptions returns the ReceiptOptions field value if set, zero value otherwise.
func (*TerminalSettings) GetReceiptOptionsOk ¶
func (o *TerminalSettings) GetReceiptOptionsOk() (*ReceiptOptions, bool)
GetReceiptOptionsOk returns a tuple with the ReceiptOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetReceiptPrinting ¶
func (o *TerminalSettings) GetReceiptPrinting() ReceiptPrinting
GetReceiptPrinting returns the ReceiptPrinting field value if set, zero value otherwise.
func (*TerminalSettings) GetReceiptPrintingOk ¶
func (o *TerminalSettings) GetReceiptPrintingOk() (*ReceiptPrinting, bool)
GetReceiptPrintingOk returns a tuple with the ReceiptPrinting field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetSignature ¶
func (o *TerminalSettings) GetSignature() Signature
GetSignature returns the Signature field value if set, zero value otherwise.
func (*TerminalSettings) GetSignatureOk ¶
func (o *TerminalSettings) GetSignatureOk() (*Signature, bool)
GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetStandalone ¶
func (o *TerminalSettings) GetStandalone() Standalone
GetStandalone returns the Standalone field value if set, zero value otherwise.
func (*TerminalSettings) GetStandaloneOk ¶
func (o *TerminalSettings) GetStandaloneOk() (*Standalone, bool)
GetStandaloneOk returns a tuple with the Standalone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetSurcharge ¶
func (o *TerminalSettings) GetSurcharge() Surcharge
GetSurcharge returns the Surcharge field value if set, zero value otherwise.
func (*TerminalSettings) GetSurchargeOk ¶
func (o *TerminalSettings) GetSurchargeOk() (*Surcharge, bool)
GetSurchargeOk returns a tuple with the Surcharge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetTimeouts ¶
func (o *TerminalSettings) GetTimeouts() Timeouts
GetTimeouts returns the Timeouts field value if set, zero value otherwise.
func (*TerminalSettings) GetTimeoutsOk ¶
func (o *TerminalSettings) GetTimeoutsOk() (*Timeouts, bool)
GetTimeoutsOk returns a tuple with the Timeouts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) GetWifiProfiles ¶
func (o *TerminalSettings) GetWifiProfiles() WifiProfiles
GetWifiProfiles returns the WifiProfiles field value if set, zero value otherwise.
func (*TerminalSettings) GetWifiProfilesOk ¶
func (o *TerminalSettings) GetWifiProfilesOk() (*WifiProfiles, bool)
GetWifiProfilesOk returns a tuple with the WifiProfiles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettings) HasCardholderReceipt ¶
func (o *TerminalSettings) HasCardholderReceipt() bool
HasCardholderReceipt returns a boolean if a field has been set.
func (*TerminalSettings) HasConnectivity ¶
func (o *TerminalSettings) HasConnectivity() bool
HasConnectivity returns a boolean if a field has been set.
func (*TerminalSettings) HasGratuities ¶
func (o *TerminalSettings) HasGratuities() bool
HasGratuities returns a boolean if a field has been set.
func (*TerminalSettings) HasHardware ¶
func (o *TerminalSettings) HasHardware() bool
HasHardware returns a boolean if a field has been set.
func (*TerminalSettings) HasLocalization ¶
func (o *TerminalSettings) HasLocalization() bool
HasLocalization returns a boolean if a field has been set.
func (*TerminalSettings) HasNexo ¶
func (o *TerminalSettings) HasNexo() bool
HasNexo returns a boolean if a field has been set.
func (*TerminalSettings) HasOfflineProcessing ¶
func (o *TerminalSettings) HasOfflineProcessing() bool
HasOfflineProcessing returns a boolean if a field has been set.
func (*TerminalSettings) HasOpi ¶
func (o *TerminalSettings) HasOpi() bool
HasOpi returns a boolean if a field has been set.
func (*TerminalSettings) HasPasscodes ¶
func (o *TerminalSettings) HasPasscodes() bool
HasPasscodes returns a boolean if a field has been set.
func (*TerminalSettings) HasPayAtTable ¶
func (o *TerminalSettings) HasPayAtTable() bool
HasPayAtTable returns a boolean if a field has been set.
func (*TerminalSettings) HasPayment ¶
func (o *TerminalSettings) HasPayment() bool
HasPayment returns a boolean if a field has been set.
func (*TerminalSettings) HasReceiptOptions ¶
func (o *TerminalSettings) HasReceiptOptions() bool
HasReceiptOptions returns a boolean if a field has been set.
func (*TerminalSettings) HasReceiptPrinting ¶
func (o *TerminalSettings) HasReceiptPrinting() bool
HasReceiptPrinting returns a boolean if a field has been set.
func (*TerminalSettings) HasSignature ¶
func (o *TerminalSettings) HasSignature() bool
HasSignature returns a boolean if a field has been set.
func (*TerminalSettings) HasStandalone ¶
func (o *TerminalSettings) HasStandalone() bool
HasStandalone returns a boolean if a field has been set.
func (*TerminalSettings) HasSurcharge ¶
func (o *TerminalSettings) HasSurcharge() bool
HasSurcharge returns a boolean if a field has been set.
func (*TerminalSettings) HasTimeouts ¶
func (o *TerminalSettings) HasTimeouts() bool
HasTimeouts returns a boolean if a field has been set.
func (*TerminalSettings) HasWifiProfiles ¶
func (o *TerminalSettings) HasWifiProfiles() bool
HasWifiProfiles returns a boolean if a field has been set.
func (TerminalSettings) MarshalJSON ¶
func (o TerminalSettings) MarshalJSON() ([]byte, error)
func (*TerminalSettings) SetCardholderReceipt ¶
func (o *TerminalSettings) SetCardholderReceipt(v CardholderReceipt)
SetCardholderReceipt gets a reference to the given CardholderReceipt and assigns it to the CardholderReceipt field.
func (*TerminalSettings) SetConnectivity ¶
func (o *TerminalSettings) SetConnectivity(v Connectivity)
SetConnectivity gets a reference to the given Connectivity and assigns it to the Connectivity field.
func (*TerminalSettings) SetGratuities ¶
func (o *TerminalSettings) SetGratuities(v []Gratuity)
SetGratuities gets a reference to the given []Gratuity and assigns it to the Gratuities field.
func (*TerminalSettings) SetHardware ¶
func (o *TerminalSettings) SetHardware(v Hardware)
SetHardware gets a reference to the given Hardware and assigns it to the Hardware field.
func (*TerminalSettings) SetLocalization ¶
func (o *TerminalSettings) SetLocalization(v Localization)
SetLocalization gets a reference to the given Localization and assigns it to the Localization field.
func (*TerminalSettings) SetNexo ¶
func (o *TerminalSettings) SetNexo(v Nexo)
SetNexo gets a reference to the given Nexo and assigns it to the Nexo field.
func (*TerminalSettings) SetOfflineProcessing ¶
func (o *TerminalSettings) SetOfflineProcessing(v OfflineProcessing)
SetOfflineProcessing gets a reference to the given OfflineProcessing and assigns it to the OfflineProcessing field.
func (*TerminalSettings) SetOpi ¶
func (o *TerminalSettings) SetOpi(v Opi)
SetOpi gets a reference to the given Opi and assigns it to the Opi field.
func (*TerminalSettings) SetPasscodes ¶
func (o *TerminalSettings) SetPasscodes(v Passcodes)
SetPasscodes gets a reference to the given Passcodes and assigns it to the Passcodes field.
func (*TerminalSettings) SetPayAtTable ¶
func (o *TerminalSettings) SetPayAtTable(v PayAtTable)
SetPayAtTable gets a reference to the given PayAtTable and assigns it to the PayAtTable field.
func (*TerminalSettings) SetPayment ¶
func (o *TerminalSettings) SetPayment(v Payment)
SetPayment gets a reference to the given Payment and assigns it to the Payment field.
func (*TerminalSettings) SetReceiptOptions ¶
func (o *TerminalSettings) SetReceiptOptions(v ReceiptOptions)
SetReceiptOptions gets a reference to the given ReceiptOptions and assigns it to the ReceiptOptions field.
func (*TerminalSettings) SetReceiptPrinting ¶
func (o *TerminalSettings) SetReceiptPrinting(v ReceiptPrinting)
SetReceiptPrinting gets a reference to the given ReceiptPrinting and assigns it to the ReceiptPrinting field.
func (*TerminalSettings) SetSignature ¶
func (o *TerminalSettings) SetSignature(v Signature)
SetSignature gets a reference to the given Signature and assigns it to the Signature field.
func (*TerminalSettings) SetStandalone ¶
func (o *TerminalSettings) SetStandalone(v Standalone)
SetStandalone gets a reference to the given Standalone and assigns it to the Standalone field.
func (*TerminalSettings) SetSurcharge ¶
func (o *TerminalSettings) SetSurcharge(v Surcharge)
SetSurcharge gets a reference to the given Surcharge and assigns it to the Surcharge field.
func (*TerminalSettings) SetTimeouts ¶
func (o *TerminalSettings) SetTimeouts(v Timeouts)
SetTimeouts gets a reference to the given Timeouts and assigns it to the Timeouts field.
func (*TerminalSettings) SetWifiProfiles ¶
func (o *TerminalSettings) SetWifiProfiles(v WifiProfiles)
SetWifiProfiles gets a reference to the given WifiProfiles and assigns it to the WifiProfiles field.
func (TerminalSettings) ToMap ¶
func (o TerminalSettings) ToMap() (map[string]interface{}, error)
type TerminalSettingsCompanyLevelApi ¶
TerminalSettingsCompanyLevelApi service
func (*TerminalSettingsCompanyLevelApi) GetTerminalLogo ¶
func (a *TerminalSettingsCompanyLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsCompanyLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
GetTerminalLogo Get the terminal logo
Returns the logo that is configured for a specific payment terminal model at the company identified in the path.
The logo is returned as a Base64-encoded string. You need to Base64-decode the string to get the actual image file. This logo applies to all terminals of the specified model under the company, unless a different logo is configured at a lower level (merchant account, store, or individual terminal).
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsCompanyLevelApiGetTerminalLogoInput - Request parameters, see GetTerminalLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsCompanyLevelApi) GetTerminalLogoInput ¶
func (a *TerminalSettingsCompanyLevelApi) GetTerminalLogoInput(companyId string) TerminalSettingsCompanyLevelApiGetTerminalLogoInput
Prepare a request for GetTerminalLogo @param companyId The unique identifier of the company account. @return TerminalSettingsCompanyLevelApiGetTerminalLogoInput
func (*TerminalSettingsCompanyLevelApi) GetTerminalSettings ¶
func (a *TerminalSettingsCompanyLevelApi) GetTerminalSettings(ctx context.Context, r TerminalSettingsCompanyLevelApiGetTerminalSettingsInput) (TerminalSettings, *http.Response, error)
GetTerminalSettings Get terminal settings
Returns the payment terminal settings that are configured for the company identified in the path. These settings apply to all terminals under the company, unless different values are configured at a lower level (merchant account, store, or individual terminal).
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsCompanyLevelApiGetTerminalSettingsInput - Request parameters, see GetTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsCompanyLevelApi) GetTerminalSettingsInput ¶
func (a *TerminalSettingsCompanyLevelApi) GetTerminalSettingsInput(companyId string) TerminalSettingsCompanyLevelApiGetTerminalSettingsInput
Prepare a request for GetTerminalSettings @param companyId The unique identifier of the company account. @return TerminalSettingsCompanyLevelApiGetTerminalSettingsInput
func (*TerminalSettingsCompanyLevelApi) UpdateTerminalLogo ¶
func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalLogo(ctx context.Context, r TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput) (Logo, *http.Response, error)
UpdateTerminalLogo Update the terminal logo
Updates the logo that is configured for a specific payment terminal model at the company identified in the path. You can update the logo for only one terminal model at a time. This logo applies to all terminals of the specified model under the company, unless a different logo is configured at a lower level (merchant account, store, or individual terminal). * To change the logo, specify the image file as a Base64-encoded string. * To restore the logo inherited from the Adyen PSP level, specify an empty logo value.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput - Request parameters, see UpdateTerminalLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsCompanyLevelApi) UpdateTerminalLogoInput ¶
func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalLogoInput(companyId string) TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput
Prepare a request for UpdateTerminalLogo @param companyId The unique identifier of the company account. @return TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput
func (*TerminalSettingsCompanyLevelApi) UpdateTerminalSettings ¶
func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalSettings(ctx context.Context, r TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput) (TerminalSettings, *http.Response, error)
UpdateTerminalSettings Update terminal settings
Updates payment terminal settings for the company identified in the path. These settings apply to all terminals under the company, unless different values are configured at a lower level (merchant account, store, or individual terminal).
* To change a parameter value, include the full object that contains the parameter, even if you don't want to change all parameters in the object. * To restore a parameter value inherited from the Adyen PSP level, include the full object that contains the parameter, and specify an empty value for the parameter or omit the parameter. * Objects that are not included in the request are not updated.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput - Request parameters, see UpdateTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsCompanyLevelApi) UpdateTerminalSettingsInput ¶
func (a *TerminalSettingsCompanyLevelApi) UpdateTerminalSettingsInput(companyId string) TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput
Prepare a request for UpdateTerminalSettings @param companyId The unique identifier of the company account. @return TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput
type TerminalSettingsCompanyLevelApiGetTerminalLogoInput ¶
type TerminalSettingsCompanyLevelApiGetTerminalLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsCompanyLevelApi.GetTerminalLogo
func (TerminalSettingsCompanyLevelApiGetTerminalLogoInput) Model ¶
func (r TerminalSettingsCompanyLevelApiGetTerminalLogoInput) Model(model string) TerminalSettingsCompanyLevelApiGetTerminalLogoInput
The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T.
type TerminalSettingsCompanyLevelApiGetTerminalSettingsInput ¶
type TerminalSettingsCompanyLevelApiGetTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsCompanyLevelApi.GetTerminalSettings
type TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput ¶
type TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsCompanyLevelApi.UpdateTerminalLogo
func (TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput) Model ¶
func (r TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput) Model(model string) TerminalSettingsCompanyLevelApiUpdateTerminalLogoInput
The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T.
type TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput ¶
type TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsCompanyLevelApi.UpdateTerminalSettings
func (TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput) TerminalSettings ¶
func (r TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput) TerminalSettings(terminalSettings TerminalSettings) TerminalSettingsCompanyLevelApiUpdateTerminalSettingsInput
type TerminalSettingsMerchantLevelApi ¶
TerminalSettingsMerchantLevelApi service
func (*TerminalSettingsMerchantLevelApi) GetTerminalLogo ¶
func (a *TerminalSettingsMerchantLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsMerchantLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
GetTerminalLogo Get the terminal logo
Returns the logo that is configured for a specific payment terminal model at the merchant account identified in the path. The logo is returned as a Base64-encoded string. You need to Base64-decode the string to get the actual image file. This logo applies to all terminals of the specified model under the merchant account, unless a different logo is configured at a lower level (store or individual terminal).
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsMerchantLevelApiGetTerminalLogoInput - Request parameters, see GetTerminalLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsMerchantLevelApi) GetTerminalLogoInput ¶
func (a *TerminalSettingsMerchantLevelApi) GetTerminalLogoInput(merchantId string) TerminalSettingsMerchantLevelApiGetTerminalLogoInput
Prepare a request for GetTerminalLogo @param merchantId The unique identifier of the merchant account. @return TerminalSettingsMerchantLevelApiGetTerminalLogoInput
func (*TerminalSettingsMerchantLevelApi) GetTerminalSettings ¶
func (a *TerminalSettingsMerchantLevelApi) GetTerminalSettings(ctx context.Context, r TerminalSettingsMerchantLevelApiGetTerminalSettingsInput) (TerminalSettings, *http.Response, error)
GetTerminalSettings Get terminal settings
Returns the payment terminal settings that are configured for the merchant account identified in the path. These settings apply to all terminals under the merchant account unless different values are configured at a lower level (store or individual terminal).
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsMerchantLevelApiGetTerminalSettingsInput - Request parameters, see GetTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsMerchantLevelApi) GetTerminalSettingsInput ¶
func (a *TerminalSettingsMerchantLevelApi) GetTerminalSettingsInput(merchantId string) TerminalSettingsMerchantLevelApiGetTerminalSettingsInput
Prepare a request for GetTerminalSettings @param merchantId The unique identifier of the merchant account. @return TerminalSettingsMerchantLevelApiGetTerminalSettingsInput
func (*TerminalSettingsMerchantLevelApi) UpdateTerminalLogo ¶
func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalLogo(ctx context.Context, r TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput) (Logo, *http.Response, error)
UpdateTerminalLogo Update the terminal logo
Updates the logo for a specific payment terminal model at the merchant account identified in the path. You can update the logo for only one terminal model at a time. This logo applies to all terminals of the specified model under the merchant account, unless a different logo is configured at a lower level (store or individual terminal).
* To change the logo, specify the image file as a Base64-encoded string. * To restore the logo inherited from the company account, specify an empty logo value.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput - Request parameters, see UpdateTerminalLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsMerchantLevelApi) UpdateTerminalLogoInput ¶
func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalLogoInput(merchantId string) TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput
Prepare a request for UpdateTerminalLogo @param merchantId The unique identifier of the merchant account. @return TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput
func (*TerminalSettingsMerchantLevelApi) UpdateTerminalSettings ¶
func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalSettings(ctx context.Context, r TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput) (TerminalSettings, *http.Response, error)
UpdateTerminalSettings Update terminal settings
Updates payment terminal settings for the merchant account identified in the path. These settings apply to all terminals under the merchant account, unless different values are configured at a lower level (store or individual terminal).
* To change a parameter value, include the full object that contains the parameter, even if you don't want to change all parameters in the object. * To restore a parameter value inherited from a higher level, include the full object that contains the parameter, and specify an empty value for the parameter or omit the parameter. * Objects that are not included in the request are not updated.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput - Request parameters, see UpdateTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsMerchantLevelApi) UpdateTerminalSettingsInput ¶
func (a *TerminalSettingsMerchantLevelApi) UpdateTerminalSettingsInput(merchantId string) TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput
Prepare a request for UpdateTerminalSettings @param merchantId The unique identifier of the merchant account. @return TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput
type TerminalSettingsMerchantLevelApiGetTerminalLogoInput ¶
type TerminalSettingsMerchantLevelApiGetTerminalLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsMerchantLevelApi.GetTerminalLogo
func (TerminalSettingsMerchantLevelApiGetTerminalLogoInput) Model ¶
func (r TerminalSettingsMerchantLevelApiGetTerminalLogoInput) Model(model string) TerminalSettingsMerchantLevelApiGetTerminalLogoInput
The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T.
type TerminalSettingsMerchantLevelApiGetTerminalSettingsInput ¶
type TerminalSettingsMerchantLevelApiGetTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsMerchantLevelApi.GetTerminalSettings
type TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput ¶
type TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsMerchantLevelApi.UpdateTerminalLogo
func (TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput) Model ¶
func (r TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput) Model(model string) TerminalSettingsMerchantLevelApiUpdateTerminalLogoInput
The terminal model. Allowed values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T.
type TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput ¶
type TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsMerchantLevelApi.UpdateTerminalSettings
func (TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput) TerminalSettings ¶
func (r TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput) TerminalSettings(terminalSettings TerminalSettings) TerminalSettingsMerchantLevelApiUpdateTerminalSettingsInput
type TerminalSettingsStoreLevelApi ¶
TerminalSettingsStoreLevelApi service
func (*TerminalSettingsStoreLevelApi) GetTerminalLogo ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsStoreLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
GetTerminalLogo Get the terminal logo
Returns the logo that is configured for a specific payment terminal model at the store identified in the path. The logo is returned as a Base64-encoded string. You need to Base64-decode the string to get the actual image file. This logo applies to all terminals of the specified model under the store, unless a different logo is configured for an individual terminal.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiGetTerminalLogoInput - Request parameters, see GetTerminalLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsStoreLevelApi) GetTerminalLogoByStoreId ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalLogoByStoreId(ctx context.Context, r TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput) (Logo, *http.Response, error)
GetTerminalLogoByStoreId Get the terminal logo
Returns the logo that is configured for a specific payment terminal model at the store identified in the path. The logo is returned as a Base64-encoded string. You need to Base64-decode the string to get the actual image file. This logo applies to all terminals of that model under the store unless a different logo is configured for an individual terminal.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput - Request parameters, see GetTerminalLogoByStoreIdInput @return Logo, *http.Response, error
func (*TerminalSettingsStoreLevelApi) GetTerminalLogoByStoreIdInput ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalLogoByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput
Prepare a request for GetTerminalLogoByStoreId @param storeId The unique identifier of the store. @return TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput
func (*TerminalSettingsStoreLevelApi) GetTerminalLogoInput ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalLogoInput(merchantId string, reference string) TerminalSettingsStoreLevelApiGetTerminalLogoInput
Prepare a request for GetTerminalLogo @param merchantId The unique identifier of the merchant account.@param reference The reference that identifies the store. @return TerminalSettingsStoreLevelApiGetTerminalLogoInput
func (*TerminalSettingsStoreLevelApi) GetTerminalSettings ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalSettings(ctx context.Context, r TerminalSettingsStoreLevelApiGetTerminalSettingsInput) (TerminalSettings, *http.Response, error)
GetTerminalSettings Get terminal settings
Returns the payment terminal settings that are configured for the store identified in the path. These settings apply to all terminals under the store unless different values are configured for an individual terminal.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiGetTerminalSettingsInput - Request parameters, see GetTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsStoreLevelApi) GetTerminalSettingsByStoreId ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalSettingsByStoreId(ctx context.Context, r TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput) (TerminalSettings, *http.Response, error)
GetTerminalSettingsByStoreId Get terminal settings
Returns the payment terminal settings that are configured for the store identified in the path. These settings apply to all terminals under the store unless different values are configured for an individual terminal.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput - Request parameters, see GetTerminalSettingsByStoreIdInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsStoreLevelApi) GetTerminalSettingsByStoreIdInput ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalSettingsByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput
Prepare a request for GetTerminalSettingsByStoreId @param storeId The unique identifier of the store. @return TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput
func (*TerminalSettingsStoreLevelApi) GetTerminalSettingsInput ¶
func (a *TerminalSettingsStoreLevelApi) GetTerminalSettingsInput(merchantId string, reference string) TerminalSettingsStoreLevelApiGetTerminalSettingsInput
Prepare a request for GetTerminalSettings @param merchantId The unique identifier of the merchant account.@param reference The reference that identifies the store. @return TerminalSettingsStoreLevelApiGetTerminalSettingsInput
func (*TerminalSettingsStoreLevelApi) UpdateTerminalLogo ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogo(ctx context.Context, r TerminalSettingsStoreLevelApiUpdateTerminalLogoInput) (Logo, *http.Response, error)
UpdateTerminalLogo Update the terminal logo
Updates the logo that is configured for a specific payment terminal model at the store identified in the path. You can update the logo for only one terminal model at a time. This logo applies to all terminals of the specified model under the store, unless a different logo is configured for an individual terminal.
* To change the logo, specify the image file as a Base64-encoded string. * To restore the logo inherited from a higher level (merchant or company account), specify an empty logo value.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiUpdateTerminalLogoInput - Request parameters, see UpdateTerminalLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsStoreLevelApi) UpdateTerminalLogoByStoreId ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogoByStoreId(ctx context.Context, r TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput) (Logo, *http.Response, error)
UpdateTerminalLogoByStoreId Update the terminal logo
Updates the logo that is configured for a specific payment terminal model at the store identified in the path. You can update the logo for only one terminal model at a time. This logo applies to all terminals of the specified model under the store, unless a different logo is configured for an individual terminal.
* To change the logo, specify the image file as a Base64-encoded string. * To restore the logo inherited from a higher level (merchant or company account), specify an empty logo value.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput - Request parameters, see UpdateTerminalLogoByStoreIdInput @return Logo, *http.Response, error
func (*TerminalSettingsStoreLevelApi) UpdateTerminalLogoByStoreIdInput ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogoByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput
Prepare a request for UpdateTerminalLogoByStoreId @param storeId The unique identifier of the store. @return TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput
func (*TerminalSettingsStoreLevelApi) UpdateTerminalLogoInput ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalLogoInput(merchantId string, reference string) TerminalSettingsStoreLevelApiUpdateTerminalLogoInput
Prepare a request for UpdateTerminalLogo @param merchantId The unique identifier of the merchant account.@param reference The reference that identifies the store. @return TerminalSettingsStoreLevelApiUpdateTerminalLogoInput
func (*TerminalSettingsStoreLevelApi) UpdateTerminalSettings ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettings(ctx context.Context, r TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput) (TerminalSettings, *http.Response, error)
UpdateTerminalSettings Update terminal settings
Updates payment terminal settings for the store identified in the path. These settings apply to all terminals under the store, unless different values are configured for an individual terminal.
* To change a parameter value, include the full object that contains the parameter, even if you don't want to change all parameters in the object. * To restore a parameter value inherited from a higher level, include the full object that contains the parameter, and specify an empty value for the parameter or omit the parameter. * Objects that are not included in the request are not updated.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput - Request parameters, see UpdateTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsStoreLevelApi) UpdateTerminalSettingsByStoreId ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettingsByStoreId(ctx context.Context, r TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput) (TerminalSettings, *http.Response, error)
UpdateTerminalSettingsByStoreId Update terminal settings
Updates payment terminal settings for the store identified in the path. These settings apply to all terminals under the store, unless different values are configured for an individual terminal.
* To change a parameter value, include the full object that contains the parameter, even if you don't want to change all parameters in the object. * To restore a parameter value inherited from a higher level, include the full object that contains the parameter, and specify an empty value for the parameter or omit the parameter. * Objects that are not included in the request are not updated.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput - Request parameters, see UpdateTerminalSettingsByStoreIdInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsStoreLevelApi) UpdateTerminalSettingsByStoreIdInput ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettingsByStoreIdInput(storeId string) TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput
Prepare a request for UpdateTerminalSettingsByStoreId @param storeId The unique identifier of the store. @return TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput
func (*TerminalSettingsStoreLevelApi) UpdateTerminalSettingsInput ¶
func (a *TerminalSettingsStoreLevelApi) UpdateTerminalSettingsInput(merchantId string, reference string) TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput
Prepare a request for UpdateTerminalSettings @param merchantId The unique identifier of the merchant account.@param reference The reference that identifies the store. @return TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput
type TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput ¶
type TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.GetTerminalLogoByStoreId
func (TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput) Model ¶
func (r TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput) Model(model string) TerminalSettingsStoreLevelApiGetTerminalLogoByStoreIdInput
The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T.
type TerminalSettingsStoreLevelApiGetTerminalLogoInput ¶
type TerminalSettingsStoreLevelApiGetTerminalLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.GetTerminalLogo
func (TerminalSettingsStoreLevelApiGetTerminalLogoInput) Model ¶
func (r TerminalSettingsStoreLevelApiGetTerminalLogoInput) Model(model string) TerminalSettingsStoreLevelApiGetTerminalLogoInput
The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T.
type TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput ¶
type TerminalSettingsStoreLevelApiGetTerminalSettingsByStoreIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.GetTerminalSettingsByStoreId
type TerminalSettingsStoreLevelApiGetTerminalSettingsInput ¶
type TerminalSettingsStoreLevelApiGetTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.GetTerminalSettings
type TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput ¶
type TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.UpdateTerminalLogoByStoreId
func (TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput) Model ¶
func (r TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput) Model(model string) TerminalSettingsStoreLevelApiUpdateTerminalLogoByStoreIdInput
The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T.
type TerminalSettingsStoreLevelApiUpdateTerminalLogoInput ¶
type TerminalSettingsStoreLevelApiUpdateTerminalLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.UpdateTerminalLogo
func (TerminalSettingsStoreLevelApiUpdateTerminalLogoInput) Model ¶
func (r TerminalSettingsStoreLevelApiUpdateTerminalLogoInput) Model(model string) TerminalSettingsStoreLevelApiUpdateTerminalLogoInput
The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T
type TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput ¶
type TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.UpdateTerminalSettingsByStoreId
func (TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput) TerminalSettings ¶
func (r TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput) TerminalSettings(terminalSettings TerminalSettings) TerminalSettingsStoreLevelApiUpdateTerminalSettingsByStoreIdInput
type TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput ¶
type TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsStoreLevelApi.UpdateTerminalSettings
func (TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput) TerminalSettings ¶
func (r TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput) TerminalSettings(terminalSettings TerminalSettings) TerminalSettingsStoreLevelApiUpdateTerminalSettingsInput
type TerminalSettingsTerminalLevelApi ¶
TerminalSettingsTerminalLevelApi service
func (*TerminalSettingsTerminalLevelApi) GetTerminalLogo ¶
func (a *TerminalSettingsTerminalLevelApi) GetTerminalLogo(ctx context.Context, r TerminalSettingsTerminalLevelApiGetTerminalLogoInput) (Logo, *http.Response, error)
GetTerminalLogo Get the terminal logo
Returns the logo that is configured for the payment terminal identified in the path. The logo is returned as a Base64-encoded string. You need to Base64-decode the string to get the actual image file.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsTerminalLevelApiGetTerminalLogoInput - Request parameters, see GetTerminalLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsTerminalLevelApi) GetTerminalLogoInput ¶
func (a *TerminalSettingsTerminalLevelApi) GetTerminalLogoInput(terminalId string) TerminalSettingsTerminalLevelApiGetTerminalLogoInput
Prepare a request for GetTerminalLogo @param terminalId The unique identifier of the payment terminal. @return TerminalSettingsTerminalLevelApiGetTerminalLogoInput
func (*TerminalSettingsTerminalLevelApi) GetTerminalSettings ¶
func (a *TerminalSettingsTerminalLevelApi) GetTerminalSettings(ctx context.Context, r TerminalSettingsTerminalLevelApiGetTerminalSettingsInput) (TerminalSettings, *http.Response, error)
GetTerminalSettings Get terminal settings
Returns the settings that are configured for the payment terminal identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsTerminalLevelApiGetTerminalSettingsInput - Request parameters, see GetTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsTerminalLevelApi) GetTerminalSettingsInput ¶
func (a *TerminalSettingsTerminalLevelApi) GetTerminalSettingsInput(terminalId string) TerminalSettingsTerminalLevelApiGetTerminalSettingsInput
Prepare a request for GetTerminalSettings @param terminalId The unique identifier of the payment terminal. @return TerminalSettingsTerminalLevelApiGetTerminalSettingsInput
func (*TerminalSettingsTerminalLevelApi) UpdateLogo ¶
func (a *TerminalSettingsTerminalLevelApi) UpdateLogo(ctx context.Context, r TerminalSettingsTerminalLevelApiUpdateLogoInput) (Logo, *http.Response, error)
UpdateLogo Update the logo
Updates the logo for the payment terminal identified in the path.
* To change the logo, specify the image file as a Base64-encoded string. * To restore the logo inherited from a higher level (store, merchant account, or company account), specify an empty logo value.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsTerminalLevelApiUpdateLogoInput - Request parameters, see UpdateLogoInput @return Logo, *http.Response, error
func (*TerminalSettingsTerminalLevelApi) UpdateLogoInput ¶
func (a *TerminalSettingsTerminalLevelApi) UpdateLogoInput(terminalId string) TerminalSettingsTerminalLevelApiUpdateLogoInput
Prepare a request for UpdateLogo @param terminalId The unique identifier of the payment terminal. @return TerminalSettingsTerminalLevelApiUpdateLogoInput
func (*TerminalSettingsTerminalLevelApi) UpdateTerminalSettings ¶
func (a *TerminalSettingsTerminalLevelApi) UpdateTerminalSettings(ctx context.Context, r TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput) (TerminalSettings, *http.Response, error)
UpdateTerminalSettings Update terminal settings
Updates the settings that are configured for the payment terminal identified in the path.
* To change a parameter value, include the full object that contains the parameter, even if you don't want to change all parameters in the object. * To restore a parameter value inherited from a higher level, include the full object that contains the parameter, and specify an empty value for the parameter or omit the parameter. * Objects that are not included in the request are not updated.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Terminal settings read and write
For [sensitive terminal settings](https://docs.adyen.com/point-of-sale/automating-terminal-management/configure-terminals-api#sensitive-terminal-settings), your API credential must have the following role: * Management API—Terminal settings Advanced read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput - Request parameters, see UpdateTerminalSettingsInput @return TerminalSettings, *http.Response, error
func (*TerminalSettingsTerminalLevelApi) UpdateTerminalSettingsInput ¶
func (a *TerminalSettingsTerminalLevelApi) UpdateTerminalSettingsInput(terminalId string) TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput
Prepare a request for UpdateTerminalSettings @param terminalId The unique identifier of the payment terminal. @return TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput
type TerminalSettingsTerminalLevelApiGetTerminalLogoInput ¶
type TerminalSettingsTerminalLevelApiGetTerminalLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsTerminalLevelApi.GetTerminalLogo
type TerminalSettingsTerminalLevelApiGetTerminalSettingsInput ¶
type TerminalSettingsTerminalLevelApiGetTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsTerminalLevelApi.GetTerminalSettings
type TerminalSettingsTerminalLevelApiUpdateLogoInput ¶
type TerminalSettingsTerminalLevelApiUpdateLogoInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsTerminalLevelApi.UpdateLogo
type TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput ¶
type TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalSettingsTerminalLevelApi.UpdateTerminalSettings
func (TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput) TerminalSettings ¶
func (r TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput) TerminalSettings(terminalSettings TerminalSettings) TerminalSettingsTerminalLevelApiUpdateTerminalSettingsInput
type TerminalsTerminalLevelApi ¶
TerminalsTerminalLevelApi service
func (*TerminalsTerminalLevelApi) ListTerminals ¶
func (a *TerminalsTerminalLevelApi) ListTerminals(ctx context.Context, r TerminalsTerminalLevelApiListTerminalsInput) (ListTerminalsResponse, *http.Response, error)
ListTerminals Get a list of terminals
Returns the payment terminals that the API credential has access to and that match the query parameters. To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API — Terminal actions read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalsTerminalLevelApiListTerminalsInput - Request parameters, see ListTerminalsInput @return ListTerminalsResponse, *http.Response, error
func (*TerminalsTerminalLevelApi) ListTerminalsInput ¶
func (a *TerminalsTerminalLevelApi) ListTerminalsInput() TerminalsTerminalLevelApiListTerminalsInput
Prepare a request for ListTerminals
@return TerminalsTerminalLevelApiListTerminalsInput
func (*TerminalsTerminalLevelApi) ReassignTerminal ¶
func (a *TerminalsTerminalLevelApi) ReassignTerminal(ctx context.Context, r TerminalsTerminalLevelApiReassignTerminalInput) (*http.Response, error)
ReassignTerminal Reassign a terminal
Reassigns a payment terminal to a company account, merchant account, merchant account inventory, or a store.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Assign Terminal
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TerminalsTerminalLevelApiReassignTerminalInput - Request parameters, see ReassignTerminalInput @return *http.Response, error
func (*TerminalsTerminalLevelApi) ReassignTerminalInput ¶
func (a *TerminalsTerminalLevelApi) ReassignTerminalInput(terminalId string) TerminalsTerminalLevelApiReassignTerminalInput
Prepare a request for ReassignTerminal @param terminalId The unique identifier of the payment terminal. @return TerminalsTerminalLevelApiReassignTerminalInput
type TerminalsTerminalLevelApiListTerminalsInput ¶
type TerminalsTerminalLevelApiListTerminalsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalsTerminalLevelApi.ListTerminals
func (TerminalsTerminalLevelApiListTerminalsInput) BrandModels ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) BrandModels(brandModels string) TerminalsTerminalLevelApiListTerminalsInput
Returns terminals of the [models](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/companies/{companyId}/terminalModels) specified in the format *brand.model*.
func (TerminalsTerminalLevelApiListTerminalsInput) Countries ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) Countries(countries string) TerminalsTerminalLevelApiListTerminalsInput
Returns terminals located in the countries specified by their [two-letter country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
func (TerminalsTerminalLevelApiListTerminalsInput) MerchantIds ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) MerchantIds(merchantIds string) TerminalsTerminalLevelApiListTerminalsInput
Returns terminals that belong to the merchant accounts specified by their unique merchant account ID.
func (TerminalsTerminalLevelApiListTerminalsInput) OtpQuery ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) OtpQuery(otpQuery string) TerminalsTerminalLevelApiListTerminalsInput
Returns one or more terminals associated with the one-time passwords specified in the request. If this query parameter is used, other query parameters are ignored.
func (TerminalsTerminalLevelApiListTerminalsInput) PageNumber ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) PageNumber(pageNumber int32) TerminalsTerminalLevelApiListTerminalsInput
The number of the page to fetch.
func (TerminalsTerminalLevelApiListTerminalsInput) PageSize ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) PageSize(pageSize int32) TerminalsTerminalLevelApiListTerminalsInput
The number of items to have on a page, maximum 100. The default is 20 items on a page.
func (TerminalsTerminalLevelApiListTerminalsInput) SearchQuery ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) SearchQuery(searchQuery string) TerminalsTerminalLevelApiListTerminalsInput
Returns terminals with an ID that contains the specified string. If present, other query parameters are ignored.
func (TerminalsTerminalLevelApiListTerminalsInput) StoreIds ¶
func (r TerminalsTerminalLevelApiListTerminalsInput) StoreIds(storeIds string) TerminalsTerminalLevelApiListTerminalsInput
Returns terminals that are assigned to the [stores](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores) specified by their unique store ID.
type TerminalsTerminalLevelApiReassignTerminalInput ¶
type TerminalsTerminalLevelApiReassignTerminalInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TerminalsTerminalLevelApi.ReassignTerminal
func (TerminalsTerminalLevelApiReassignTerminalInput) TerminalReassignmentRequest ¶
func (r TerminalsTerminalLevelApiReassignTerminalInput) TerminalReassignmentRequest(terminalReassignmentRequest TerminalReassignmentRequest) TerminalsTerminalLevelApiReassignTerminalInput
type TestCompanyWebhookRequest ¶
type TestCompanyWebhookRequest struct { // List of `merchantId` values for which test webhooks will be sent. The list can have a maximum of 20 `merchantId` values. If not specified, we send sample notifications to all the merchant accounts that the webhook is configured for. If this is more than 20 merchant accounts, use this list to specify a subset of the merchant accounts for which to send test notifications. MerchantIds []string `json:"merchantIds,omitempty"` Notification *CustomNotification `json:"notification,omitempty"` // List of event codes for which to send test notifications. Only the webhook types below are supported. Possible values if webhook `type`: **standard**: * **AUTHORISATION** * **CHARGEBACK_REVERSED** * **ORDER_CLOSED** * **ORDER_OPENED** * **PAIDOUT_REVERSED** * **PAYOUT_THIRDPARTY** * **REFUNDED_REVERSED** * **REFUND_WITH_DATA** * **REPORT_AVAILABLE** * **CUSTOM** - set your custom notification fields in the [`notification`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/companies/{companyId}/webhooks/{webhookId}/test__reqParam_notification) object. Possible values if webhook `type`: **banktransfer-notification**: * **PENDING** Possible values if webhook `type`: **report-notification**: * **REPORT_AVAILABLE** Possible values if webhook `type`: **ideal-notification**: * **AUTHORISATION** Possible values if webhook `type`: **pending-notification**: * **PENDING** Types []string `json:"types,omitempty"` }
TestCompanyWebhookRequest struct for TestCompanyWebhookRequest
func NewTestCompanyWebhookRequest ¶
func NewTestCompanyWebhookRequest() *TestCompanyWebhookRequest
NewTestCompanyWebhookRequest instantiates a new TestCompanyWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTestCompanyWebhookRequestWithDefaults ¶
func NewTestCompanyWebhookRequestWithDefaults() *TestCompanyWebhookRequest
NewTestCompanyWebhookRequestWithDefaults instantiates a new TestCompanyWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TestCompanyWebhookRequest) GetMerchantIds ¶
func (o *TestCompanyWebhookRequest) GetMerchantIds() []string
GetMerchantIds returns the MerchantIds field value if set, zero value otherwise.
func (*TestCompanyWebhookRequest) GetMerchantIdsOk ¶
func (o *TestCompanyWebhookRequest) GetMerchantIdsOk() ([]string, bool)
GetMerchantIdsOk returns a tuple with the MerchantIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestCompanyWebhookRequest) GetNotification ¶
func (o *TestCompanyWebhookRequest) GetNotification() CustomNotification
GetNotification returns the Notification field value if set, zero value otherwise.
func (*TestCompanyWebhookRequest) GetNotificationOk ¶
func (o *TestCompanyWebhookRequest) GetNotificationOk() (*CustomNotification, bool)
GetNotificationOk returns a tuple with the Notification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestCompanyWebhookRequest) GetTypes ¶
func (o *TestCompanyWebhookRequest) GetTypes() []string
GetTypes returns the Types field value if set, zero value otherwise.
func (*TestCompanyWebhookRequest) GetTypesOk ¶
func (o *TestCompanyWebhookRequest) GetTypesOk() ([]string, bool)
GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestCompanyWebhookRequest) HasMerchantIds ¶
func (o *TestCompanyWebhookRequest) HasMerchantIds() bool
HasMerchantIds returns a boolean if a field has been set.
func (*TestCompanyWebhookRequest) HasNotification ¶
func (o *TestCompanyWebhookRequest) HasNotification() bool
HasNotification returns a boolean if a field has been set.
func (*TestCompanyWebhookRequest) HasTypes ¶
func (o *TestCompanyWebhookRequest) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (TestCompanyWebhookRequest) MarshalJSON ¶
func (o TestCompanyWebhookRequest) MarshalJSON() ([]byte, error)
func (*TestCompanyWebhookRequest) SetMerchantIds ¶
func (o *TestCompanyWebhookRequest) SetMerchantIds(v []string)
SetMerchantIds gets a reference to the given []string and assigns it to the MerchantIds field.
func (*TestCompanyWebhookRequest) SetNotification ¶
func (o *TestCompanyWebhookRequest) SetNotification(v CustomNotification)
SetNotification gets a reference to the given CustomNotification and assigns it to the Notification field.
func (*TestCompanyWebhookRequest) SetTypes ¶
func (o *TestCompanyWebhookRequest) SetTypes(v []string)
SetTypes gets a reference to the given []string and assigns it to the Types field.
func (TestCompanyWebhookRequest) ToMap ¶
func (o TestCompanyWebhookRequest) ToMap() (map[string]interface{}, error)
type TestOutput ¶
type TestOutput struct { // Unique identifier of the merchant account that the notification is about. MerchantId *string `json:"merchantId,omitempty"` // The response your server returned for the test webhook. Your server must respond with **[accepted]** for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications) You can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks. Output *string `json:"output,omitempty"` // The [body of the notification webhook](https://docs.adyen.com/development-resources/webhooks/understand-notifications#notification-structure) that was sent to your server. RequestSent *string `json:"requestSent,omitempty"` // The HTTP response code for your server's response to the test webhook. You can use the value of this field together with the the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field value to troubleshoot failed test webhooks. ResponseCode *string `json:"responseCode,omitempty"` // The time between sending the test webhook and receiving the response from your server. You can use it as an indication of how long your server takes to process a webhook notification. Measured in milliseconds, for example **304 ms**. ResponseTime *string `json:"responseTime,omitempty"` // The status of the test request. Possible values are: * **success**, if `data.output`: **[accepted]** and `data.responseCode`: **200**. * **failed**, in all other cases. You can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks. Status string `json:"status"` }
TestOutput struct for TestOutput
func NewTestOutput ¶
func NewTestOutput(status string) *TestOutput
NewTestOutput instantiates a new TestOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTestOutputWithDefaults ¶
func NewTestOutputWithDefaults() *TestOutput
NewTestOutputWithDefaults instantiates a new TestOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TestOutput) GetMerchantId ¶
func (o *TestOutput) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*TestOutput) GetMerchantIdOk ¶
func (o *TestOutput) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestOutput) GetOutput ¶
func (o *TestOutput) GetOutput() string
GetOutput returns the Output field value if set, zero value otherwise.
func (*TestOutput) GetOutputOk ¶
func (o *TestOutput) GetOutputOk() (*string, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestOutput) GetRequestSent ¶
func (o *TestOutput) GetRequestSent() string
GetRequestSent returns the RequestSent field value if set, zero value otherwise.
func (*TestOutput) GetRequestSentOk ¶
func (o *TestOutput) GetRequestSentOk() (*string, bool)
GetRequestSentOk returns a tuple with the RequestSent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestOutput) GetResponseCode ¶
func (o *TestOutput) GetResponseCode() string
GetResponseCode returns the ResponseCode field value if set, zero value otherwise.
func (*TestOutput) GetResponseCodeOk ¶
func (o *TestOutput) GetResponseCodeOk() (*string, bool)
GetResponseCodeOk returns a tuple with the ResponseCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestOutput) GetResponseTime ¶
func (o *TestOutput) GetResponseTime() string
GetResponseTime returns the ResponseTime field value if set, zero value otherwise.
func (*TestOutput) GetResponseTimeOk ¶
func (o *TestOutput) GetResponseTimeOk() (*string, bool)
GetResponseTimeOk returns a tuple with the ResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestOutput) GetStatus ¶
func (o *TestOutput) GetStatus() string
GetStatus returns the Status field value
func (*TestOutput) GetStatusOk ¶
func (o *TestOutput) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TestOutput) HasMerchantId ¶
func (o *TestOutput) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*TestOutput) HasOutput ¶
func (o *TestOutput) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (*TestOutput) HasRequestSent ¶
func (o *TestOutput) HasRequestSent() bool
HasRequestSent returns a boolean if a field has been set.
func (*TestOutput) HasResponseCode ¶
func (o *TestOutput) HasResponseCode() bool
HasResponseCode returns a boolean if a field has been set.
func (*TestOutput) HasResponseTime ¶
func (o *TestOutput) HasResponseTime() bool
HasResponseTime returns a boolean if a field has been set.
func (TestOutput) MarshalJSON ¶
func (o TestOutput) MarshalJSON() ([]byte, error)
func (*TestOutput) SetMerchantId ¶
func (o *TestOutput) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*TestOutput) SetOutput ¶
func (o *TestOutput) SetOutput(v string)
SetOutput gets a reference to the given string and assigns it to the Output field.
func (*TestOutput) SetRequestSent ¶
func (o *TestOutput) SetRequestSent(v string)
SetRequestSent gets a reference to the given string and assigns it to the RequestSent field.
func (*TestOutput) SetResponseCode ¶
func (o *TestOutput) SetResponseCode(v string)
SetResponseCode gets a reference to the given string and assigns it to the ResponseCode field.
func (*TestOutput) SetResponseTime ¶
func (o *TestOutput) SetResponseTime(v string)
SetResponseTime gets a reference to the given string and assigns it to the ResponseTime field.
func (TestOutput) ToMap ¶
func (o TestOutput) ToMap() (map[string]interface{}, error)
type TestWebhookRequest ¶
type TestWebhookRequest struct { Notification *CustomNotification `json:"notification,omitempty"` // List of event codes for which to send test notifications. Only the webhook types below are supported. Possible values if webhook `type`: **standard**: * **AUTHORISATION** * **CHARGEBACK_REVERSED** * **ORDER_CLOSED** * **ORDER_OPENED** * **PAIDOUT_REVERSED** * **PAYOUT_THIRDPARTY** * **REFUNDED_REVERSED** * **REFUND_WITH_DATA** * **REPORT_AVAILABLE** * **CUSTOM** - set your custom notification fields in the [`notification`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/companies/{companyId}/webhooks/{webhookId}/test__reqParam_notification) object. Possible values if webhook `type`: **banktransfer-notification**: * **PENDING** Possible values if webhook `type`: **report-notification**: * **REPORT_AVAILABLE** Possible values if webhook `type`: **ideal-notification**: * **AUTHORISATION** Possible values if webhook `type`: **pending-notification**: * **PENDING** Types []string `json:"types,omitempty"` }
TestWebhookRequest struct for TestWebhookRequest
func NewTestWebhookRequest ¶
func NewTestWebhookRequest() *TestWebhookRequest
NewTestWebhookRequest instantiates a new TestWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTestWebhookRequestWithDefaults ¶
func NewTestWebhookRequestWithDefaults() *TestWebhookRequest
NewTestWebhookRequestWithDefaults instantiates a new TestWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TestWebhookRequest) GetNotification ¶
func (o *TestWebhookRequest) GetNotification() CustomNotification
GetNotification returns the Notification field value if set, zero value otherwise.
func (*TestWebhookRequest) GetNotificationOk ¶
func (o *TestWebhookRequest) GetNotificationOk() (*CustomNotification, bool)
GetNotificationOk returns a tuple with the Notification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestWebhookRequest) GetTypes ¶
func (o *TestWebhookRequest) GetTypes() []string
GetTypes returns the Types field value if set, zero value otherwise.
func (*TestWebhookRequest) GetTypesOk ¶
func (o *TestWebhookRequest) GetTypesOk() ([]string, bool)
GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestWebhookRequest) HasNotification ¶
func (o *TestWebhookRequest) HasNotification() bool
HasNotification returns a boolean if a field has been set.
func (*TestWebhookRequest) HasTypes ¶
func (o *TestWebhookRequest) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (TestWebhookRequest) MarshalJSON ¶
func (o TestWebhookRequest) MarshalJSON() ([]byte, error)
func (*TestWebhookRequest) SetNotification ¶
func (o *TestWebhookRequest) SetNotification(v CustomNotification)
SetNotification gets a reference to the given CustomNotification and assigns it to the Notification field.
func (*TestWebhookRequest) SetTypes ¶
func (o *TestWebhookRequest) SetTypes(v []string)
SetTypes gets a reference to the given []string and assigns it to the Types field.
func (TestWebhookRequest) ToMap ¶
func (o TestWebhookRequest) ToMap() (map[string]interface{}, error)
type TestWebhookResponse ¶
type TestWebhookResponse struct { // List with test results. Each test webhook we send has a list element with the result. Data []TestOutput `json:"data,omitempty"` }
TestWebhookResponse struct for TestWebhookResponse
func NewTestWebhookResponse ¶
func NewTestWebhookResponse() *TestWebhookResponse
NewTestWebhookResponse instantiates a new TestWebhookResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTestWebhookResponseWithDefaults ¶
func NewTestWebhookResponseWithDefaults() *TestWebhookResponse
NewTestWebhookResponseWithDefaults instantiates a new TestWebhookResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TestWebhookResponse) GetData ¶
func (o *TestWebhookResponse) GetData() []TestOutput
GetData returns the Data field value if set, zero value otherwise.
func (*TestWebhookResponse) GetDataOk ¶
func (o *TestWebhookResponse) GetDataOk() ([]TestOutput, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestWebhookResponse) HasData ¶
func (o *TestWebhookResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (TestWebhookResponse) MarshalJSON ¶
func (o TestWebhookResponse) MarshalJSON() ([]byte, error)
func (*TestWebhookResponse) SetData ¶
func (o *TestWebhookResponse) SetData(v []TestOutput)
SetData gets a reference to the given []TestOutput and assigns it to the Data field.
func (TestWebhookResponse) ToMap ¶
func (o TestWebhookResponse) ToMap() (map[string]interface{}, error)
type Timeouts ¶
type Timeouts struct { // Indicates the number of seconds of inactivity after which the terminal display goes into sleep mode. FromActiveToSleep *int32 `json:"fromActiveToSleep,omitempty"` }
Timeouts struct for Timeouts
func NewTimeouts ¶
func NewTimeouts() *Timeouts
NewTimeouts instantiates a new Timeouts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeoutsWithDefaults ¶
func NewTimeoutsWithDefaults() *Timeouts
NewTimeoutsWithDefaults instantiates a new Timeouts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Timeouts) GetFromActiveToSleep ¶
GetFromActiveToSleep returns the FromActiveToSleep field value if set, zero value otherwise.
func (*Timeouts) GetFromActiveToSleepOk ¶
GetFromActiveToSleepOk returns a tuple with the FromActiveToSleep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Timeouts) HasFromActiveToSleep ¶
HasFromActiveToSleep returns a boolean if a field has been set.
func (Timeouts) MarshalJSON ¶
func (*Timeouts) SetFromActiveToSleep ¶
SetFromActiveToSleep gets a reference to the given int32 and assigns it to the FromActiveToSleep field.
type TransactionDescriptionInfo ¶
type TransactionDescriptionInfo struct { // The text to be shown on the shopper's bank statement. We recommend sending a maximum of 22 characters, otherwise banks might truncate the string. Allowed characters: **a-z**, **A-Z**, **0-9**, spaces, and special characters **. , ' _ - ? + * /_**. DoingBusinessAsName *string `json:"doingBusinessAsName,omitempty"` // The type of transaction description you want to use: - **fixed**: The transaction description set in this request is used for all payments with this payment method. - **append**: The transaction description set in this request is used as a base for all payments with this payment method. The [transaction description set in the request to process the payment](https://docs.adyen.com/api-explorer/Checkout/70/post/sessions#request-shopperStatement) is appended to this base description. Note that if the combined length exceeds 22 characters, banks may truncate the string. - **dynamic**: Only the [transaction description set in the request to process the payment](https://docs.adyen.com/api-explorer/Checkout/70/post/sessions#request-shopperStatement) is used for payments with this payment method. Type *string `json:"type,omitempty"` }
TransactionDescriptionInfo struct for TransactionDescriptionInfo
func NewTransactionDescriptionInfo ¶
func NewTransactionDescriptionInfo() *TransactionDescriptionInfo
NewTransactionDescriptionInfo instantiates a new TransactionDescriptionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionDescriptionInfoWithDefaults ¶
func NewTransactionDescriptionInfoWithDefaults() *TransactionDescriptionInfo
NewTransactionDescriptionInfoWithDefaults instantiates a new TransactionDescriptionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionDescriptionInfo) GetDoingBusinessAsName ¶
func (o *TransactionDescriptionInfo) GetDoingBusinessAsName() string
GetDoingBusinessAsName returns the DoingBusinessAsName field value if set, zero value otherwise.
func (*TransactionDescriptionInfo) GetDoingBusinessAsNameOk ¶
func (o *TransactionDescriptionInfo) GetDoingBusinessAsNameOk() (*string, bool)
GetDoingBusinessAsNameOk returns a tuple with the DoingBusinessAsName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionDescriptionInfo) GetType ¶
func (o *TransactionDescriptionInfo) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransactionDescriptionInfo) GetTypeOk ¶
func (o *TransactionDescriptionInfo) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionDescriptionInfo) HasDoingBusinessAsName ¶
func (o *TransactionDescriptionInfo) HasDoingBusinessAsName() bool
HasDoingBusinessAsName returns a boolean if a field has been set.
func (*TransactionDescriptionInfo) HasType ¶
func (o *TransactionDescriptionInfo) HasType() bool
HasType returns a boolean if a field has been set.
func (TransactionDescriptionInfo) MarshalJSON ¶
func (o TransactionDescriptionInfo) MarshalJSON() ([]byte, error)
func (*TransactionDescriptionInfo) SetDoingBusinessAsName ¶
func (o *TransactionDescriptionInfo) SetDoingBusinessAsName(v string)
SetDoingBusinessAsName gets a reference to the given string and assigns it to the DoingBusinessAsName field.
func (*TransactionDescriptionInfo) SetType ¶
func (o *TransactionDescriptionInfo) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (TransactionDescriptionInfo) ToMap ¶
func (o TransactionDescriptionInfo) ToMap() (map[string]interface{}, error)
type TwintInfo ¶
type TwintInfo struct { // Twint logo. Format: Base64-encoded string. Logo string `json:"logo"` }
TwintInfo struct for TwintInfo
func NewTwintInfo ¶
NewTwintInfo instantiates a new TwintInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTwintInfoWithDefaults ¶
func NewTwintInfoWithDefaults() *TwintInfo
NewTwintInfoWithDefaults instantiates a new TwintInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TwintInfo) GetLogoOk ¶
GetLogoOk returns a tuple with the Logo field value and a boolean to check if the value has been set.
func (TwintInfo) MarshalJSON ¶
type UninstallAndroidAppDetails ¶
type UninstallAndroidAppDetails struct { // The unique identifier of the app to be uninstalled. AppId *string `json:"appId,omitempty"` // Type of terminal action: Uninstall an Android app. Type *string `json:"type,omitempty"` }
UninstallAndroidAppDetails struct for UninstallAndroidAppDetails
func NewUninstallAndroidAppDetails ¶
func NewUninstallAndroidAppDetails() *UninstallAndroidAppDetails
NewUninstallAndroidAppDetails instantiates a new UninstallAndroidAppDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUninstallAndroidAppDetailsWithDefaults ¶
func NewUninstallAndroidAppDetailsWithDefaults() *UninstallAndroidAppDetails
NewUninstallAndroidAppDetailsWithDefaults instantiates a new UninstallAndroidAppDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UninstallAndroidAppDetails) GetAppId ¶
func (o *UninstallAndroidAppDetails) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*UninstallAndroidAppDetails) GetAppIdOk ¶
func (o *UninstallAndroidAppDetails) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UninstallAndroidAppDetails) GetType ¶
func (o *UninstallAndroidAppDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*UninstallAndroidAppDetails) GetTypeOk ¶
func (o *UninstallAndroidAppDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UninstallAndroidAppDetails) HasAppId ¶
func (o *UninstallAndroidAppDetails) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*UninstallAndroidAppDetails) HasType ¶
func (o *UninstallAndroidAppDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (UninstallAndroidAppDetails) MarshalJSON ¶
func (o UninstallAndroidAppDetails) MarshalJSON() ([]byte, error)
func (*UninstallAndroidAppDetails) SetAppId ¶
func (o *UninstallAndroidAppDetails) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*UninstallAndroidAppDetails) SetType ¶
func (o *UninstallAndroidAppDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (UninstallAndroidAppDetails) ToMap ¶
func (o UninstallAndroidAppDetails) ToMap() (map[string]interface{}, error)
type UninstallAndroidCertificateDetails ¶
type UninstallAndroidCertificateDetails struct { // The unique identifier of the certificate to be uninstalled. CertificateId *string `json:"certificateId,omitempty"` // Type of terminal action: Uninstall an Android certificate. Type *string `json:"type,omitempty"` }
UninstallAndroidCertificateDetails struct for UninstallAndroidCertificateDetails
func NewUninstallAndroidCertificateDetails ¶
func NewUninstallAndroidCertificateDetails() *UninstallAndroidCertificateDetails
NewUninstallAndroidCertificateDetails instantiates a new UninstallAndroidCertificateDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUninstallAndroidCertificateDetailsWithDefaults ¶
func NewUninstallAndroidCertificateDetailsWithDefaults() *UninstallAndroidCertificateDetails
NewUninstallAndroidCertificateDetailsWithDefaults instantiates a new UninstallAndroidCertificateDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UninstallAndroidCertificateDetails) GetCertificateId ¶
func (o *UninstallAndroidCertificateDetails) GetCertificateId() string
GetCertificateId returns the CertificateId field value if set, zero value otherwise.
func (*UninstallAndroidCertificateDetails) GetCertificateIdOk ¶
func (o *UninstallAndroidCertificateDetails) GetCertificateIdOk() (*string, bool)
GetCertificateIdOk returns a tuple with the CertificateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UninstallAndroidCertificateDetails) GetType ¶
func (o *UninstallAndroidCertificateDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*UninstallAndroidCertificateDetails) GetTypeOk ¶
func (o *UninstallAndroidCertificateDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UninstallAndroidCertificateDetails) HasCertificateId ¶
func (o *UninstallAndroidCertificateDetails) HasCertificateId() bool
HasCertificateId returns a boolean if a field has been set.
func (*UninstallAndroidCertificateDetails) HasType ¶
func (o *UninstallAndroidCertificateDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (UninstallAndroidCertificateDetails) MarshalJSON ¶
func (o UninstallAndroidCertificateDetails) MarshalJSON() ([]byte, error)
func (*UninstallAndroidCertificateDetails) SetCertificateId ¶
func (o *UninstallAndroidCertificateDetails) SetCertificateId(v string)
SetCertificateId gets a reference to the given string and assigns it to the CertificateId field.
func (*UninstallAndroidCertificateDetails) SetType ¶
func (o *UninstallAndroidCertificateDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (UninstallAndroidCertificateDetails) ToMap ¶
func (o UninstallAndroidCertificateDetails) ToMap() (map[string]interface{}, error)
type UpdatableAddress ¶
type UpdatableAddress struct { // The name of the city. City *string `json:"city,omitempty"` // The street address. Line1 *string `json:"line1,omitempty"` // Second address line. Line2 *string `json:"line2,omitempty"` // Third address line. Line3 *string `json:"line3,omitempty"` // The postal code. PostalCode *string `json:"postalCode,omitempty"` // The state or province code as defined in [ISO 3166-2](https://www.iso.org/standard/72483.html). For example, **ON** for Ontario, Canada. Required for the following countries: - Australia - Brazil - Canada - India - Mexico - New Zealand - United States StateOrProvince *string `json:"stateOrProvince,omitempty"` }
UpdatableAddress struct for UpdatableAddress
func NewUpdatableAddress ¶
func NewUpdatableAddress() *UpdatableAddress
NewUpdatableAddress instantiates a new UpdatableAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdatableAddressWithDefaults ¶
func NewUpdatableAddressWithDefaults() *UpdatableAddress
NewUpdatableAddressWithDefaults instantiates a new UpdatableAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdatableAddress) GetCity ¶
func (o *UpdatableAddress) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*UpdatableAddress) GetCityOk ¶
func (o *UpdatableAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatableAddress) GetLine1 ¶
func (o *UpdatableAddress) GetLine1() string
GetLine1 returns the Line1 field value if set, zero value otherwise.
func (*UpdatableAddress) GetLine1Ok ¶
func (o *UpdatableAddress) GetLine1Ok() (*string, bool)
GetLine1Ok returns a tuple with the Line1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatableAddress) GetLine2 ¶
func (o *UpdatableAddress) GetLine2() string
GetLine2 returns the Line2 field value if set, zero value otherwise.
func (*UpdatableAddress) GetLine2Ok ¶
func (o *UpdatableAddress) GetLine2Ok() (*string, bool)
GetLine2Ok returns a tuple with the Line2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatableAddress) GetLine3 ¶
func (o *UpdatableAddress) GetLine3() string
GetLine3 returns the Line3 field value if set, zero value otherwise.
func (*UpdatableAddress) GetLine3Ok ¶
func (o *UpdatableAddress) GetLine3Ok() (*string, bool)
GetLine3Ok returns a tuple with the Line3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatableAddress) GetPostalCode ¶
func (o *UpdatableAddress) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*UpdatableAddress) GetPostalCodeOk ¶
func (o *UpdatableAddress) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatableAddress) GetStateOrProvince ¶
func (o *UpdatableAddress) GetStateOrProvince() string
GetStateOrProvince returns the StateOrProvince field value if set, zero value otherwise.
func (*UpdatableAddress) GetStateOrProvinceOk ¶
func (o *UpdatableAddress) GetStateOrProvinceOk() (*string, bool)
GetStateOrProvinceOk returns a tuple with the StateOrProvince field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatableAddress) HasCity ¶
func (o *UpdatableAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*UpdatableAddress) HasLine1 ¶
func (o *UpdatableAddress) HasLine1() bool
HasLine1 returns a boolean if a field has been set.
func (*UpdatableAddress) HasLine2 ¶
func (o *UpdatableAddress) HasLine2() bool
HasLine2 returns a boolean if a field has been set.
func (*UpdatableAddress) HasLine3 ¶
func (o *UpdatableAddress) HasLine3() bool
HasLine3 returns a boolean if a field has been set.
func (*UpdatableAddress) HasPostalCode ¶
func (o *UpdatableAddress) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (*UpdatableAddress) HasStateOrProvince ¶
func (o *UpdatableAddress) HasStateOrProvince() bool
HasStateOrProvince returns a boolean if a field has been set.
func (UpdatableAddress) MarshalJSON ¶
func (o UpdatableAddress) MarshalJSON() ([]byte, error)
func (*UpdatableAddress) SetCity ¶
func (o *UpdatableAddress) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*UpdatableAddress) SetLine1 ¶
func (o *UpdatableAddress) SetLine1(v string)
SetLine1 gets a reference to the given string and assigns it to the Line1 field.
func (*UpdatableAddress) SetLine2 ¶
func (o *UpdatableAddress) SetLine2(v string)
SetLine2 gets a reference to the given string and assigns it to the Line2 field.
func (*UpdatableAddress) SetLine3 ¶
func (o *UpdatableAddress) SetLine3(v string)
SetLine3 gets a reference to the given string and assigns it to the Line3 field.
func (*UpdatableAddress) SetPostalCode ¶
func (o *UpdatableAddress) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (*UpdatableAddress) SetStateOrProvince ¶
func (o *UpdatableAddress) SetStateOrProvince(v string)
SetStateOrProvince gets a reference to the given string and assigns it to the StateOrProvince field.
func (UpdatableAddress) ToMap ¶
func (o UpdatableAddress) ToMap() (map[string]interface{}, error)
type UpdateCompanyApiCredentialRequest ¶
type UpdateCompanyApiCredentialRequest struct { // Indicates if the API credential is enabled. Active *bool `json:"active,omitempty"` // The new list of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) for the API credential. AllowedOrigins []string `json:"allowedOrigins,omitempty"` // List of merchant accounts that the API credential has access to. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // Description of the API credential. Description *string `json:"description,omitempty"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Only roles assigned to 'ws@Company.<CompanyName>' can be assigned to other API credentials. Roles []string `json:"roles,omitempty"` }
UpdateCompanyApiCredentialRequest struct for UpdateCompanyApiCredentialRequest
func NewUpdateCompanyApiCredentialRequest ¶
func NewUpdateCompanyApiCredentialRequest() *UpdateCompanyApiCredentialRequest
NewUpdateCompanyApiCredentialRequest instantiates a new UpdateCompanyApiCredentialRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateCompanyApiCredentialRequestWithDefaults ¶
func NewUpdateCompanyApiCredentialRequestWithDefaults() *UpdateCompanyApiCredentialRequest
NewUpdateCompanyApiCredentialRequestWithDefaults instantiates a new UpdateCompanyApiCredentialRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateCompanyApiCredentialRequest) GetActive ¶
func (o *UpdateCompanyApiCredentialRequest) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*UpdateCompanyApiCredentialRequest) GetActiveOk ¶
func (o *UpdateCompanyApiCredentialRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyApiCredentialRequest) GetAllowedOrigins ¶
func (o *UpdateCompanyApiCredentialRequest) GetAllowedOrigins() []string
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*UpdateCompanyApiCredentialRequest) GetAllowedOriginsOk ¶
func (o *UpdateCompanyApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyApiCredentialRequest) GetAssociatedMerchantAccounts ¶
func (o *UpdateCompanyApiCredentialRequest) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*UpdateCompanyApiCredentialRequest) GetAssociatedMerchantAccountsOk ¶
func (o *UpdateCompanyApiCredentialRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyApiCredentialRequest) GetDescription ¶
func (o *UpdateCompanyApiCredentialRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateCompanyApiCredentialRequest) GetDescriptionOk ¶
func (o *UpdateCompanyApiCredentialRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyApiCredentialRequest) GetRoles ¶
func (o *UpdateCompanyApiCredentialRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*UpdateCompanyApiCredentialRequest) GetRolesOk ¶
func (o *UpdateCompanyApiCredentialRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyApiCredentialRequest) HasActive ¶
func (o *UpdateCompanyApiCredentialRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*UpdateCompanyApiCredentialRequest) HasAllowedOrigins ¶
func (o *UpdateCompanyApiCredentialRequest) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*UpdateCompanyApiCredentialRequest) HasAssociatedMerchantAccounts ¶
func (o *UpdateCompanyApiCredentialRequest) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*UpdateCompanyApiCredentialRequest) HasDescription ¶
func (o *UpdateCompanyApiCredentialRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateCompanyApiCredentialRequest) HasRoles ¶
func (o *UpdateCompanyApiCredentialRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (UpdateCompanyApiCredentialRequest) MarshalJSON ¶
func (o UpdateCompanyApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*UpdateCompanyApiCredentialRequest) SetActive ¶
func (o *UpdateCompanyApiCredentialRequest) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*UpdateCompanyApiCredentialRequest) SetAllowedOrigins ¶
func (o *UpdateCompanyApiCredentialRequest) SetAllowedOrigins(v []string)
SetAllowedOrigins gets a reference to the given []string and assigns it to the AllowedOrigins field.
func (*UpdateCompanyApiCredentialRequest) SetAssociatedMerchantAccounts ¶
func (o *UpdateCompanyApiCredentialRequest) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*UpdateCompanyApiCredentialRequest) SetDescription ¶
func (o *UpdateCompanyApiCredentialRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateCompanyApiCredentialRequest) SetRoles ¶
func (o *UpdateCompanyApiCredentialRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (UpdateCompanyApiCredentialRequest) ToMap ¶
func (o UpdateCompanyApiCredentialRequest) ToMap() (map[string]interface{}, error)
type UpdateCompanyUserRequest ¶
type UpdateCompanyUserRequest struct { // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // Indicates whether this user is active. Active *bool `json:"active,omitempty"` // The list of [merchant accounts](https://docs.adyen.com/account/account-structure#merchant-accounts) to associate the user with. AssociatedMerchantAccounts []string `json:"associatedMerchantAccounts,omitempty"` // The email address of the user. Email *string `json:"email,omitempty"` Name *Name2 `json:"name,omitempty"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles,omitempty"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode *string `json:"timeZoneCode,omitempty"` }
UpdateCompanyUserRequest struct for UpdateCompanyUserRequest
func NewUpdateCompanyUserRequest ¶
func NewUpdateCompanyUserRequest() *UpdateCompanyUserRequest
NewUpdateCompanyUserRequest instantiates a new UpdateCompanyUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateCompanyUserRequestWithDefaults ¶
func NewUpdateCompanyUserRequestWithDefaults() *UpdateCompanyUserRequest
NewUpdateCompanyUserRequestWithDefaults instantiates a new UpdateCompanyUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateCompanyUserRequest) GetAccountGroups ¶
func (o *UpdateCompanyUserRequest) GetAccountGroups() []string
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*UpdateCompanyUserRequest) GetAccountGroupsOk ¶
func (o *UpdateCompanyUserRequest) GetAccountGroupsOk() ([]string, bool)
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyUserRequest) GetActive ¶
func (o *UpdateCompanyUserRequest) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*UpdateCompanyUserRequest) GetActiveOk ¶
func (o *UpdateCompanyUserRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyUserRequest) GetAssociatedMerchantAccounts ¶
func (o *UpdateCompanyUserRequest) GetAssociatedMerchantAccounts() []string
GetAssociatedMerchantAccounts returns the AssociatedMerchantAccounts field value if set, zero value otherwise.
func (*UpdateCompanyUserRequest) GetAssociatedMerchantAccountsOk ¶
func (o *UpdateCompanyUserRequest) GetAssociatedMerchantAccountsOk() ([]string, bool)
GetAssociatedMerchantAccountsOk returns a tuple with the AssociatedMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyUserRequest) GetEmail ¶
func (o *UpdateCompanyUserRequest) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UpdateCompanyUserRequest) GetEmailOk ¶
func (o *UpdateCompanyUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyUserRequest) GetName ¶
func (o *UpdateCompanyUserRequest) GetName() Name2
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateCompanyUserRequest) GetNameOk ¶
func (o *UpdateCompanyUserRequest) GetNameOk() (*Name2, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyUserRequest) GetRoles ¶
func (o *UpdateCompanyUserRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*UpdateCompanyUserRequest) GetRolesOk ¶
func (o *UpdateCompanyUserRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyUserRequest) GetTimeZoneCode ¶
func (o *UpdateCompanyUserRequest) GetTimeZoneCode() string
GetTimeZoneCode returns the TimeZoneCode field value if set, zero value otherwise.
func (*UpdateCompanyUserRequest) GetTimeZoneCodeOk ¶
func (o *UpdateCompanyUserRequest) GetTimeZoneCodeOk() (*string, bool)
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyUserRequest) HasAccountGroups ¶
func (o *UpdateCompanyUserRequest) HasAccountGroups() bool
HasAccountGroups returns a boolean if a field has been set.
func (*UpdateCompanyUserRequest) HasActive ¶
func (o *UpdateCompanyUserRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*UpdateCompanyUserRequest) HasAssociatedMerchantAccounts ¶
func (o *UpdateCompanyUserRequest) HasAssociatedMerchantAccounts() bool
HasAssociatedMerchantAccounts returns a boolean if a field has been set.
func (*UpdateCompanyUserRequest) HasEmail ¶
func (o *UpdateCompanyUserRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UpdateCompanyUserRequest) HasName ¶
func (o *UpdateCompanyUserRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdateCompanyUserRequest) HasRoles ¶
func (o *UpdateCompanyUserRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*UpdateCompanyUserRequest) HasTimeZoneCode ¶
func (o *UpdateCompanyUserRequest) HasTimeZoneCode() bool
HasTimeZoneCode returns a boolean if a field has been set.
func (UpdateCompanyUserRequest) MarshalJSON ¶
func (o UpdateCompanyUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateCompanyUserRequest) SetAccountGroups ¶
func (o *UpdateCompanyUserRequest) SetAccountGroups(v []string)
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*UpdateCompanyUserRequest) SetActive ¶
func (o *UpdateCompanyUserRequest) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*UpdateCompanyUserRequest) SetAssociatedMerchantAccounts ¶
func (o *UpdateCompanyUserRequest) SetAssociatedMerchantAccounts(v []string)
SetAssociatedMerchantAccounts gets a reference to the given []string and assigns it to the AssociatedMerchantAccounts field.
func (*UpdateCompanyUserRequest) SetEmail ¶
func (o *UpdateCompanyUserRequest) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UpdateCompanyUserRequest) SetName ¶
func (o *UpdateCompanyUserRequest) SetName(v Name2)
SetName gets a reference to the given Name2 and assigns it to the Name field.
func (*UpdateCompanyUserRequest) SetRoles ¶
func (o *UpdateCompanyUserRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*UpdateCompanyUserRequest) SetTimeZoneCode ¶
func (o *UpdateCompanyUserRequest) SetTimeZoneCode(v string)
SetTimeZoneCode gets a reference to the given string and assigns it to the TimeZoneCode field.
func (UpdateCompanyUserRequest) ToMap ¶
func (o UpdateCompanyUserRequest) ToMap() (map[string]interface{}, error)
type UpdateCompanyWebhookRequest ¶
type UpdateCompanyWebhookRequest struct { // Indicates if expired SSL certificates are accepted. Default value: **false**. AcceptsExpiredCertificate *bool `json:"acceptsExpiredCertificate,omitempty"` // Indicates if self-signed SSL certificates are accepted. Default value: **false**. AcceptsSelfSignedCertificate *bool `json:"acceptsSelfSignedCertificate,omitempty"` // Indicates if untrusted SSL certificates are accepted. Default value: **false**. AcceptsUntrustedRootCertificate *bool `json:"acceptsUntrustedRootCertificate,omitempty"` // Indicates if the webhook configuration is active. The field must be **true** for us to send webhooks about events related an account. Active *bool `json:"active,omitempty"` AdditionalSettings *AdditionalSettings `json:"additionalSettings,omitempty"` // Format or protocol for receiving webhooks. Possible values: * **soap** * **http** * **json** CommunicationFormat *string `json:"communicationFormat,omitempty"` // Your description for this webhook configuration. Description *string `json:"description,omitempty"` // SSL version to access the public webhook URL specified in the `url` field. Possible values: * **TLSv1.3** * **TLSv1.2** * **HTTP** - Only allowed on Test environment. If not specified, the webhook will use `sslVersion`: **TLSv1.2**. EncryptionProtocol *string `json:"encryptionProtocol,omitempty"` // Shows how merchant accounts are filtered when configuring the webhook. Possible values: * **includeAccounts**: The webhook is configured for the merchant accounts listed in `filterMerchantAccounts`. * **excludeAccounts**: The webhook is not configured for the merchant accounts listed in `filterMerchantAccounts`. * **allAccounts**: Includes all merchant accounts, and does not require specifying `filterMerchantAccounts`. FilterMerchantAccountType *string `json:"filterMerchantAccountType,omitempty"` // A list of merchant account names that are included or excluded from receiving the webhook. Inclusion or exclusion is based on the value defined for `filterMerchantAccountType`. Required if `filterMerchantAccountType` is either: * **includeAccounts** * **excludeAccounts** Not needed for `filterMerchantAccountType`: **allAccounts**. FilterMerchantAccounts []string `json:"filterMerchantAccounts,omitempty"` // Network type for Terminal API notification webhooks. Possible values: * **public** * **local** Default Value: **public**. NetworkType *string `json:"networkType,omitempty"` // Password to access the webhook URL. Password *string `json:"password,omitempty"` // Indicates if the SOAP action header needs to be populated. Default value: **false**. Only applies if `communicationFormat`: **soap**. PopulateSoapActionHeader *bool `json:"populateSoapActionHeader,omitempty"` // Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**. Url *string `json:"url,omitempty"` // Username to access the webhook URL. Username *string `json:"username,omitempty"` }
UpdateCompanyWebhookRequest struct for UpdateCompanyWebhookRequest
func NewUpdateCompanyWebhookRequest ¶
func NewUpdateCompanyWebhookRequest() *UpdateCompanyWebhookRequest
NewUpdateCompanyWebhookRequest instantiates a new UpdateCompanyWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateCompanyWebhookRequestWithDefaults ¶
func NewUpdateCompanyWebhookRequestWithDefaults() *UpdateCompanyWebhookRequest
NewUpdateCompanyWebhookRequestWithDefaults instantiates a new UpdateCompanyWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateCompanyWebhookRequest) GetAcceptsExpiredCertificate ¶
func (o *UpdateCompanyWebhookRequest) GetAcceptsExpiredCertificate() bool
GetAcceptsExpiredCertificate returns the AcceptsExpiredCertificate field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetAcceptsExpiredCertificateOk ¶
func (o *UpdateCompanyWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
GetAcceptsExpiredCertificateOk returns a tuple with the AcceptsExpiredCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetAcceptsSelfSignedCertificate ¶
func (o *UpdateCompanyWebhookRequest) GetAcceptsSelfSignedCertificate() bool
GetAcceptsSelfSignedCertificate returns the AcceptsSelfSignedCertificate field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetAcceptsSelfSignedCertificateOk ¶
func (o *UpdateCompanyWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
GetAcceptsSelfSignedCertificateOk returns a tuple with the AcceptsSelfSignedCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificate ¶
func (o *UpdateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
GetAcceptsUntrustedRootCertificate returns the AcceptsUntrustedRootCertificate field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificateOk ¶
func (o *UpdateCompanyWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
GetAcceptsUntrustedRootCertificateOk returns a tuple with the AcceptsUntrustedRootCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetActive ¶
func (o *UpdateCompanyWebhookRequest) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetActiveOk ¶
func (o *UpdateCompanyWebhookRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetAdditionalSettings ¶
func (o *UpdateCompanyWebhookRequest) GetAdditionalSettings() AdditionalSettings
GetAdditionalSettings returns the AdditionalSettings field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetAdditionalSettingsOk ¶
func (o *UpdateCompanyWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
GetAdditionalSettingsOk returns a tuple with the AdditionalSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetCommunicationFormat ¶
func (o *UpdateCompanyWebhookRequest) GetCommunicationFormat() string
GetCommunicationFormat returns the CommunicationFormat field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetCommunicationFormatOk ¶
func (o *UpdateCompanyWebhookRequest) GetCommunicationFormatOk() (*string, bool)
GetCommunicationFormatOk returns a tuple with the CommunicationFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetDescription ¶
func (o *UpdateCompanyWebhookRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetDescriptionOk ¶
func (o *UpdateCompanyWebhookRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetEncryptionProtocol ¶
func (o *UpdateCompanyWebhookRequest) GetEncryptionProtocol() string
GetEncryptionProtocol returns the EncryptionProtocol field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetEncryptionProtocolOk ¶
func (o *UpdateCompanyWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
GetEncryptionProtocolOk returns a tuple with the EncryptionProtocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetFilterMerchantAccountType ¶
func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccountType() string
GetFilterMerchantAccountType returns the FilterMerchantAccountType field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetFilterMerchantAccountTypeOk ¶
func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccountTypeOk() (*string, bool)
GetFilterMerchantAccountTypeOk returns a tuple with the FilterMerchantAccountType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetFilterMerchantAccounts ¶
func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccounts() []string
GetFilterMerchantAccounts returns the FilterMerchantAccounts field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetFilterMerchantAccountsOk ¶
func (o *UpdateCompanyWebhookRequest) GetFilterMerchantAccountsOk() ([]string, bool)
GetFilterMerchantAccountsOk returns a tuple with the FilterMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetNetworkType ¶
func (o *UpdateCompanyWebhookRequest) GetNetworkType() string
GetNetworkType returns the NetworkType field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetNetworkTypeOk ¶
func (o *UpdateCompanyWebhookRequest) GetNetworkTypeOk() (*string, bool)
GetNetworkTypeOk returns a tuple with the NetworkType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetPassword ¶
func (o *UpdateCompanyWebhookRequest) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetPasswordOk ¶
func (o *UpdateCompanyWebhookRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetPopulateSoapActionHeader ¶
func (o *UpdateCompanyWebhookRequest) GetPopulateSoapActionHeader() bool
GetPopulateSoapActionHeader returns the PopulateSoapActionHeader field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetPopulateSoapActionHeaderOk ¶
func (o *UpdateCompanyWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
GetPopulateSoapActionHeaderOk returns a tuple with the PopulateSoapActionHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetUrl ¶
func (o *UpdateCompanyWebhookRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetUrlOk ¶
func (o *UpdateCompanyWebhookRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) GetUsername ¶
func (o *UpdateCompanyWebhookRequest) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*UpdateCompanyWebhookRequest) GetUsernameOk ¶
func (o *UpdateCompanyWebhookRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateCompanyWebhookRequest) HasAcceptsExpiredCertificate ¶
func (o *UpdateCompanyWebhookRequest) HasAcceptsExpiredCertificate() bool
HasAcceptsExpiredCertificate returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasAcceptsSelfSignedCertificate ¶
func (o *UpdateCompanyWebhookRequest) HasAcceptsSelfSignedCertificate() bool
HasAcceptsSelfSignedCertificate returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasAcceptsUntrustedRootCertificate ¶
func (o *UpdateCompanyWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
HasAcceptsUntrustedRootCertificate returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasActive ¶
func (o *UpdateCompanyWebhookRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasAdditionalSettings ¶
func (o *UpdateCompanyWebhookRequest) HasAdditionalSettings() bool
HasAdditionalSettings returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasCommunicationFormat ¶
func (o *UpdateCompanyWebhookRequest) HasCommunicationFormat() bool
HasCommunicationFormat returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasDescription ¶
func (o *UpdateCompanyWebhookRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasEncryptionProtocol ¶
func (o *UpdateCompanyWebhookRequest) HasEncryptionProtocol() bool
HasEncryptionProtocol returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasFilterMerchantAccountType ¶
func (o *UpdateCompanyWebhookRequest) HasFilterMerchantAccountType() bool
HasFilterMerchantAccountType returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasFilterMerchantAccounts ¶
func (o *UpdateCompanyWebhookRequest) HasFilterMerchantAccounts() bool
HasFilterMerchantAccounts returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasNetworkType ¶
func (o *UpdateCompanyWebhookRequest) HasNetworkType() bool
HasNetworkType returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasPassword ¶
func (o *UpdateCompanyWebhookRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasPopulateSoapActionHeader ¶
func (o *UpdateCompanyWebhookRequest) HasPopulateSoapActionHeader() bool
HasPopulateSoapActionHeader returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasUrl ¶
func (o *UpdateCompanyWebhookRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*UpdateCompanyWebhookRequest) HasUsername ¶
func (o *UpdateCompanyWebhookRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (UpdateCompanyWebhookRequest) MarshalJSON ¶
func (o UpdateCompanyWebhookRequest) MarshalJSON() ([]byte, error)
func (*UpdateCompanyWebhookRequest) SetAcceptsExpiredCertificate ¶
func (o *UpdateCompanyWebhookRequest) SetAcceptsExpiredCertificate(v bool)
SetAcceptsExpiredCertificate gets a reference to the given bool and assigns it to the AcceptsExpiredCertificate field.
func (*UpdateCompanyWebhookRequest) SetAcceptsSelfSignedCertificate ¶
func (o *UpdateCompanyWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
SetAcceptsSelfSignedCertificate gets a reference to the given bool and assigns it to the AcceptsSelfSignedCertificate field.
func (*UpdateCompanyWebhookRequest) SetAcceptsUntrustedRootCertificate ¶
func (o *UpdateCompanyWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
SetAcceptsUntrustedRootCertificate gets a reference to the given bool and assigns it to the AcceptsUntrustedRootCertificate field.
func (*UpdateCompanyWebhookRequest) SetActive ¶
func (o *UpdateCompanyWebhookRequest) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*UpdateCompanyWebhookRequest) SetAdditionalSettings ¶
func (o *UpdateCompanyWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
SetAdditionalSettings gets a reference to the given AdditionalSettings and assigns it to the AdditionalSettings field.
func (*UpdateCompanyWebhookRequest) SetCommunicationFormat ¶
func (o *UpdateCompanyWebhookRequest) SetCommunicationFormat(v string)
SetCommunicationFormat gets a reference to the given string and assigns it to the CommunicationFormat field.
func (*UpdateCompanyWebhookRequest) SetDescription ¶
func (o *UpdateCompanyWebhookRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateCompanyWebhookRequest) SetEncryptionProtocol ¶
func (o *UpdateCompanyWebhookRequest) SetEncryptionProtocol(v string)
SetEncryptionProtocol gets a reference to the given string and assigns it to the EncryptionProtocol field.
func (*UpdateCompanyWebhookRequest) SetFilterMerchantAccountType ¶
func (o *UpdateCompanyWebhookRequest) SetFilterMerchantAccountType(v string)
SetFilterMerchantAccountType gets a reference to the given string and assigns it to the FilterMerchantAccountType field.
func (*UpdateCompanyWebhookRequest) SetFilterMerchantAccounts ¶
func (o *UpdateCompanyWebhookRequest) SetFilterMerchantAccounts(v []string)
SetFilterMerchantAccounts gets a reference to the given []string and assigns it to the FilterMerchantAccounts field.
func (*UpdateCompanyWebhookRequest) SetNetworkType ¶
func (o *UpdateCompanyWebhookRequest) SetNetworkType(v string)
SetNetworkType gets a reference to the given string and assigns it to the NetworkType field.
func (*UpdateCompanyWebhookRequest) SetPassword ¶
func (o *UpdateCompanyWebhookRequest) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*UpdateCompanyWebhookRequest) SetPopulateSoapActionHeader ¶
func (o *UpdateCompanyWebhookRequest) SetPopulateSoapActionHeader(v bool)
SetPopulateSoapActionHeader gets a reference to the given bool and assigns it to the PopulateSoapActionHeader field.
func (*UpdateCompanyWebhookRequest) SetUrl ¶
func (o *UpdateCompanyWebhookRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*UpdateCompanyWebhookRequest) SetUsername ¶
func (o *UpdateCompanyWebhookRequest) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (UpdateCompanyWebhookRequest) ToMap ¶
func (o UpdateCompanyWebhookRequest) ToMap() (map[string]interface{}, error)
type UpdateMerchantApiCredentialRequest ¶
type UpdateMerchantApiCredentialRequest struct { // Indicates if the API credential is enabled. Active *bool `json:"active,omitempty"` // The new list of [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) for the API credential. AllowedOrigins []string `json:"allowedOrigins,omitempty"` // Description of the API credential. Description *string `json:"description,omitempty"` // List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential. Only roles assigned to 'ws@Company.<CompanyName>' can be assigned to other API credentials. Roles []string `json:"roles,omitempty"` }
UpdateMerchantApiCredentialRequest struct for UpdateMerchantApiCredentialRequest
func NewUpdateMerchantApiCredentialRequest ¶
func NewUpdateMerchantApiCredentialRequest() *UpdateMerchantApiCredentialRequest
NewUpdateMerchantApiCredentialRequest instantiates a new UpdateMerchantApiCredentialRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateMerchantApiCredentialRequestWithDefaults ¶
func NewUpdateMerchantApiCredentialRequestWithDefaults() *UpdateMerchantApiCredentialRequest
NewUpdateMerchantApiCredentialRequestWithDefaults instantiates a new UpdateMerchantApiCredentialRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateMerchantApiCredentialRequest) GetActive ¶
func (o *UpdateMerchantApiCredentialRequest) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*UpdateMerchantApiCredentialRequest) GetActiveOk ¶
func (o *UpdateMerchantApiCredentialRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantApiCredentialRequest) GetAllowedOrigins ¶
func (o *UpdateMerchantApiCredentialRequest) GetAllowedOrigins() []string
GetAllowedOrigins returns the AllowedOrigins field value if set, zero value otherwise.
func (*UpdateMerchantApiCredentialRequest) GetAllowedOriginsOk ¶
func (o *UpdateMerchantApiCredentialRequest) GetAllowedOriginsOk() ([]string, bool)
GetAllowedOriginsOk returns a tuple with the AllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantApiCredentialRequest) GetDescription ¶
func (o *UpdateMerchantApiCredentialRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateMerchantApiCredentialRequest) GetDescriptionOk ¶
func (o *UpdateMerchantApiCredentialRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantApiCredentialRequest) GetRoles ¶
func (o *UpdateMerchantApiCredentialRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*UpdateMerchantApiCredentialRequest) GetRolesOk ¶
func (o *UpdateMerchantApiCredentialRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantApiCredentialRequest) HasActive ¶
func (o *UpdateMerchantApiCredentialRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*UpdateMerchantApiCredentialRequest) HasAllowedOrigins ¶
func (o *UpdateMerchantApiCredentialRequest) HasAllowedOrigins() bool
HasAllowedOrigins returns a boolean if a field has been set.
func (*UpdateMerchantApiCredentialRequest) HasDescription ¶
func (o *UpdateMerchantApiCredentialRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateMerchantApiCredentialRequest) HasRoles ¶
func (o *UpdateMerchantApiCredentialRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (UpdateMerchantApiCredentialRequest) MarshalJSON ¶
func (o UpdateMerchantApiCredentialRequest) MarshalJSON() ([]byte, error)
func (*UpdateMerchantApiCredentialRequest) SetActive ¶
func (o *UpdateMerchantApiCredentialRequest) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*UpdateMerchantApiCredentialRequest) SetAllowedOrigins ¶
func (o *UpdateMerchantApiCredentialRequest) SetAllowedOrigins(v []string)
SetAllowedOrigins gets a reference to the given []string and assigns it to the AllowedOrigins field.
func (*UpdateMerchantApiCredentialRequest) SetDescription ¶
func (o *UpdateMerchantApiCredentialRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateMerchantApiCredentialRequest) SetRoles ¶
func (o *UpdateMerchantApiCredentialRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (UpdateMerchantApiCredentialRequest) ToMap ¶
func (o UpdateMerchantApiCredentialRequest) ToMap() (map[string]interface{}, error)
type UpdateMerchantUserRequest ¶
type UpdateMerchantUserRequest struct { // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // Sets the status of the user to active (**true**) or inactive (**false**). Active *bool `json:"active,omitempty"` // The email address of the user. Email *string `json:"email,omitempty"` Name *Name2 `json:"name,omitempty"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles,omitempty"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode *string `json:"timeZoneCode,omitempty"` }
UpdateMerchantUserRequest struct for UpdateMerchantUserRequest
func NewUpdateMerchantUserRequest ¶
func NewUpdateMerchantUserRequest() *UpdateMerchantUserRequest
NewUpdateMerchantUserRequest instantiates a new UpdateMerchantUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateMerchantUserRequestWithDefaults ¶
func NewUpdateMerchantUserRequestWithDefaults() *UpdateMerchantUserRequest
NewUpdateMerchantUserRequestWithDefaults instantiates a new UpdateMerchantUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateMerchantUserRequest) GetAccountGroups ¶
func (o *UpdateMerchantUserRequest) GetAccountGroups() []string
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*UpdateMerchantUserRequest) GetAccountGroupsOk ¶
func (o *UpdateMerchantUserRequest) GetAccountGroupsOk() ([]string, bool)
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantUserRequest) GetActive ¶
func (o *UpdateMerchantUserRequest) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*UpdateMerchantUserRequest) GetActiveOk ¶
func (o *UpdateMerchantUserRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantUserRequest) GetEmail ¶
func (o *UpdateMerchantUserRequest) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UpdateMerchantUserRequest) GetEmailOk ¶
func (o *UpdateMerchantUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantUserRequest) GetName ¶
func (o *UpdateMerchantUserRequest) GetName() Name2
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateMerchantUserRequest) GetNameOk ¶
func (o *UpdateMerchantUserRequest) GetNameOk() (*Name2, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantUserRequest) GetRoles ¶
func (o *UpdateMerchantUserRequest) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*UpdateMerchantUserRequest) GetRolesOk ¶
func (o *UpdateMerchantUserRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantUserRequest) GetTimeZoneCode ¶
func (o *UpdateMerchantUserRequest) GetTimeZoneCode() string
GetTimeZoneCode returns the TimeZoneCode field value if set, zero value otherwise.
func (*UpdateMerchantUserRequest) GetTimeZoneCodeOk ¶
func (o *UpdateMerchantUserRequest) GetTimeZoneCodeOk() (*string, bool)
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantUserRequest) HasAccountGroups ¶
func (o *UpdateMerchantUserRequest) HasAccountGroups() bool
HasAccountGroups returns a boolean if a field has been set.
func (*UpdateMerchantUserRequest) HasActive ¶
func (o *UpdateMerchantUserRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*UpdateMerchantUserRequest) HasEmail ¶
func (o *UpdateMerchantUserRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UpdateMerchantUserRequest) HasName ¶
func (o *UpdateMerchantUserRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdateMerchantUserRequest) HasRoles ¶
func (o *UpdateMerchantUserRequest) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*UpdateMerchantUserRequest) HasTimeZoneCode ¶
func (o *UpdateMerchantUserRequest) HasTimeZoneCode() bool
HasTimeZoneCode returns a boolean if a field has been set.
func (UpdateMerchantUserRequest) MarshalJSON ¶
func (o UpdateMerchantUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateMerchantUserRequest) SetAccountGroups ¶
func (o *UpdateMerchantUserRequest) SetAccountGroups(v []string)
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*UpdateMerchantUserRequest) SetActive ¶
func (o *UpdateMerchantUserRequest) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*UpdateMerchantUserRequest) SetEmail ¶
func (o *UpdateMerchantUserRequest) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UpdateMerchantUserRequest) SetName ¶
func (o *UpdateMerchantUserRequest) SetName(v Name2)
SetName gets a reference to the given Name2 and assigns it to the Name field.
func (*UpdateMerchantUserRequest) SetRoles ¶
func (o *UpdateMerchantUserRequest) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*UpdateMerchantUserRequest) SetTimeZoneCode ¶
func (o *UpdateMerchantUserRequest) SetTimeZoneCode(v string)
SetTimeZoneCode gets a reference to the given string and assigns it to the TimeZoneCode field.
func (UpdateMerchantUserRequest) ToMap ¶
func (o UpdateMerchantUserRequest) ToMap() (map[string]interface{}, error)
type UpdateMerchantWebhookRequest ¶
type UpdateMerchantWebhookRequest struct { // Indicates if expired SSL certificates are accepted. Default value: **false**. AcceptsExpiredCertificate *bool `json:"acceptsExpiredCertificate,omitempty"` // Indicates if self-signed SSL certificates are accepted. Default value: **false**. AcceptsSelfSignedCertificate *bool `json:"acceptsSelfSignedCertificate,omitempty"` // Indicates if untrusted SSL certificates are accepted. Default value: **false**. AcceptsUntrustedRootCertificate *bool `json:"acceptsUntrustedRootCertificate,omitempty"` // Indicates if the webhook configuration is active. The field must be **true** for us to send webhooks about events related an account. Active *bool `json:"active,omitempty"` AdditionalSettings *AdditionalSettings `json:"additionalSettings,omitempty"` // Format or protocol for receiving webhooks. Possible values: * **soap** * **http** * **json** CommunicationFormat *string `json:"communicationFormat,omitempty"` // Your description for this webhook configuration. Description *string `json:"description,omitempty"` // SSL version to access the public webhook URL specified in the `url` field. Possible values: * **TLSv1.3** * **TLSv1.2** * **HTTP** - Only allowed on Test environment. If not specified, the webhook will use `sslVersion`: **TLSv1.2**. EncryptionProtocol *string `json:"encryptionProtocol,omitempty"` // Network type for Terminal API notification webhooks. Possible values: * **public** * **local** Default Value: **public**. NetworkType *string `json:"networkType,omitempty"` // Password to access the webhook URL. Password *string `json:"password,omitempty"` // Indicates if the SOAP action header needs to be populated. Default value: **false**. Only applies if `communicationFormat`: **soap**. PopulateSoapActionHeader *bool `json:"populateSoapActionHeader,omitempty"` // Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**. Url *string `json:"url,omitempty"` // Username to access the webhook URL. Username *string `json:"username,omitempty"` }
UpdateMerchantWebhookRequest struct for UpdateMerchantWebhookRequest
func NewUpdateMerchantWebhookRequest ¶
func NewUpdateMerchantWebhookRequest() *UpdateMerchantWebhookRequest
NewUpdateMerchantWebhookRequest instantiates a new UpdateMerchantWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateMerchantWebhookRequestWithDefaults ¶
func NewUpdateMerchantWebhookRequestWithDefaults() *UpdateMerchantWebhookRequest
NewUpdateMerchantWebhookRequestWithDefaults instantiates a new UpdateMerchantWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateMerchantWebhookRequest) GetAcceptsExpiredCertificate ¶
func (o *UpdateMerchantWebhookRequest) GetAcceptsExpiredCertificate() bool
GetAcceptsExpiredCertificate returns the AcceptsExpiredCertificate field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetAcceptsExpiredCertificateOk ¶
func (o *UpdateMerchantWebhookRequest) GetAcceptsExpiredCertificateOk() (*bool, bool)
GetAcceptsExpiredCertificateOk returns a tuple with the AcceptsExpiredCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetAcceptsSelfSignedCertificate ¶
func (o *UpdateMerchantWebhookRequest) GetAcceptsSelfSignedCertificate() bool
GetAcceptsSelfSignedCertificate returns the AcceptsSelfSignedCertificate field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetAcceptsSelfSignedCertificateOk ¶
func (o *UpdateMerchantWebhookRequest) GetAcceptsSelfSignedCertificateOk() (*bool, bool)
GetAcceptsSelfSignedCertificateOk returns a tuple with the AcceptsSelfSignedCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificate ¶
func (o *UpdateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificate() bool
GetAcceptsUntrustedRootCertificate returns the AcceptsUntrustedRootCertificate field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificateOk ¶
func (o *UpdateMerchantWebhookRequest) GetAcceptsUntrustedRootCertificateOk() (*bool, bool)
GetAcceptsUntrustedRootCertificateOk returns a tuple with the AcceptsUntrustedRootCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetActive ¶
func (o *UpdateMerchantWebhookRequest) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetActiveOk ¶
func (o *UpdateMerchantWebhookRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetAdditionalSettings ¶
func (o *UpdateMerchantWebhookRequest) GetAdditionalSettings() AdditionalSettings
GetAdditionalSettings returns the AdditionalSettings field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetAdditionalSettingsOk ¶
func (o *UpdateMerchantWebhookRequest) GetAdditionalSettingsOk() (*AdditionalSettings, bool)
GetAdditionalSettingsOk returns a tuple with the AdditionalSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetCommunicationFormat ¶
func (o *UpdateMerchantWebhookRequest) GetCommunicationFormat() string
GetCommunicationFormat returns the CommunicationFormat field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetCommunicationFormatOk ¶
func (o *UpdateMerchantWebhookRequest) GetCommunicationFormatOk() (*string, bool)
GetCommunicationFormatOk returns a tuple with the CommunicationFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetDescription ¶
func (o *UpdateMerchantWebhookRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetDescriptionOk ¶
func (o *UpdateMerchantWebhookRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetEncryptionProtocol ¶
func (o *UpdateMerchantWebhookRequest) GetEncryptionProtocol() string
GetEncryptionProtocol returns the EncryptionProtocol field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetEncryptionProtocolOk ¶
func (o *UpdateMerchantWebhookRequest) GetEncryptionProtocolOk() (*string, bool)
GetEncryptionProtocolOk returns a tuple with the EncryptionProtocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetNetworkType ¶
func (o *UpdateMerchantWebhookRequest) GetNetworkType() string
GetNetworkType returns the NetworkType field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetNetworkTypeOk ¶
func (o *UpdateMerchantWebhookRequest) GetNetworkTypeOk() (*string, bool)
GetNetworkTypeOk returns a tuple with the NetworkType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetPassword ¶
func (o *UpdateMerchantWebhookRequest) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetPasswordOk ¶
func (o *UpdateMerchantWebhookRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetPopulateSoapActionHeader ¶
func (o *UpdateMerchantWebhookRequest) GetPopulateSoapActionHeader() bool
GetPopulateSoapActionHeader returns the PopulateSoapActionHeader field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetPopulateSoapActionHeaderOk ¶
func (o *UpdateMerchantWebhookRequest) GetPopulateSoapActionHeaderOk() (*bool, bool)
GetPopulateSoapActionHeaderOk returns a tuple with the PopulateSoapActionHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetUrl ¶
func (o *UpdateMerchantWebhookRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetUrlOk ¶
func (o *UpdateMerchantWebhookRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) GetUsername ¶
func (o *UpdateMerchantWebhookRequest) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*UpdateMerchantWebhookRequest) GetUsernameOk ¶
func (o *UpdateMerchantWebhookRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateMerchantWebhookRequest) HasAcceptsExpiredCertificate ¶
func (o *UpdateMerchantWebhookRequest) HasAcceptsExpiredCertificate() bool
HasAcceptsExpiredCertificate returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasAcceptsSelfSignedCertificate ¶
func (o *UpdateMerchantWebhookRequest) HasAcceptsSelfSignedCertificate() bool
HasAcceptsSelfSignedCertificate returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasAcceptsUntrustedRootCertificate ¶
func (o *UpdateMerchantWebhookRequest) HasAcceptsUntrustedRootCertificate() bool
HasAcceptsUntrustedRootCertificate returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasActive ¶
func (o *UpdateMerchantWebhookRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasAdditionalSettings ¶
func (o *UpdateMerchantWebhookRequest) HasAdditionalSettings() bool
HasAdditionalSettings returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasCommunicationFormat ¶
func (o *UpdateMerchantWebhookRequest) HasCommunicationFormat() bool
HasCommunicationFormat returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasDescription ¶
func (o *UpdateMerchantWebhookRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasEncryptionProtocol ¶
func (o *UpdateMerchantWebhookRequest) HasEncryptionProtocol() bool
HasEncryptionProtocol returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasNetworkType ¶
func (o *UpdateMerchantWebhookRequest) HasNetworkType() bool
HasNetworkType returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasPassword ¶
func (o *UpdateMerchantWebhookRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasPopulateSoapActionHeader ¶
func (o *UpdateMerchantWebhookRequest) HasPopulateSoapActionHeader() bool
HasPopulateSoapActionHeader returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasUrl ¶
func (o *UpdateMerchantWebhookRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*UpdateMerchantWebhookRequest) HasUsername ¶
func (o *UpdateMerchantWebhookRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (UpdateMerchantWebhookRequest) MarshalJSON ¶
func (o UpdateMerchantWebhookRequest) MarshalJSON() ([]byte, error)
func (*UpdateMerchantWebhookRequest) SetAcceptsExpiredCertificate ¶
func (o *UpdateMerchantWebhookRequest) SetAcceptsExpiredCertificate(v bool)
SetAcceptsExpiredCertificate gets a reference to the given bool and assigns it to the AcceptsExpiredCertificate field.
func (*UpdateMerchantWebhookRequest) SetAcceptsSelfSignedCertificate ¶
func (o *UpdateMerchantWebhookRequest) SetAcceptsSelfSignedCertificate(v bool)
SetAcceptsSelfSignedCertificate gets a reference to the given bool and assigns it to the AcceptsSelfSignedCertificate field.
func (*UpdateMerchantWebhookRequest) SetAcceptsUntrustedRootCertificate ¶
func (o *UpdateMerchantWebhookRequest) SetAcceptsUntrustedRootCertificate(v bool)
SetAcceptsUntrustedRootCertificate gets a reference to the given bool and assigns it to the AcceptsUntrustedRootCertificate field.
func (*UpdateMerchantWebhookRequest) SetActive ¶
func (o *UpdateMerchantWebhookRequest) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*UpdateMerchantWebhookRequest) SetAdditionalSettings ¶
func (o *UpdateMerchantWebhookRequest) SetAdditionalSettings(v AdditionalSettings)
SetAdditionalSettings gets a reference to the given AdditionalSettings and assigns it to the AdditionalSettings field.
func (*UpdateMerchantWebhookRequest) SetCommunicationFormat ¶
func (o *UpdateMerchantWebhookRequest) SetCommunicationFormat(v string)
SetCommunicationFormat gets a reference to the given string and assigns it to the CommunicationFormat field.
func (*UpdateMerchantWebhookRequest) SetDescription ¶
func (o *UpdateMerchantWebhookRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateMerchantWebhookRequest) SetEncryptionProtocol ¶
func (o *UpdateMerchantWebhookRequest) SetEncryptionProtocol(v string)
SetEncryptionProtocol gets a reference to the given string and assigns it to the EncryptionProtocol field.
func (*UpdateMerchantWebhookRequest) SetNetworkType ¶
func (o *UpdateMerchantWebhookRequest) SetNetworkType(v string)
SetNetworkType gets a reference to the given string and assigns it to the NetworkType field.
func (*UpdateMerchantWebhookRequest) SetPassword ¶
func (o *UpdateMerchantWebhookRequest) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*UpdateMerchantWebhookRequest) SetPopulateSoapActionHeader ¶
func (o *UpdateMerchantWebhookRequest) SetPopulateSoapActionHeader(v bool)
SetPopulateSoapActionHeader gets a reference to the given bool and assigns it to the PopulateSoapActionHeader field.
func (*UpdateMerchantWebhookRequest) SetUrl ¶
func (o *UpdateMerchantWebhookRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*UpdateMerchantWebhookRequest) SetUsername ¶
func (o *UpdateMerchantWebhookRequest) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (UpdateMerchantWebhookRequest) ToMap ¶
func (o UpdateMerchantWebhookRequest) ToMap() (map[string]interface{}, error)
type UpdatePaymentMethodInfo ¶
type UpdatePaymentMethodInfo struct { Bcmc *BcmcInfo `json:"bcmc,omitempty"` CartesBancaires *CartesBancairesInfo `json:"cartesBancaires,omitempty"` // The list of countries where a payment method is available. By default, all countries supported by the payment method. Countries []string `json:"countries,omitempty"` Cup *GenericPmWithTdiInfo `json:"cup,omitempty"` // The list of currencies that a payment method supports. By default, all currencies supported by the payment method. Currencies []string `json:"currencies,omitempty"` Diners *GenericPmWithTdiInfo `json:"diners,omitempty"` Discover *GenericPmWithTdiInfo `json:"discover,omitempty"` EftposAustralia *GenericPmWithTdiInfo `json:"eftpos_australia,omitempty"` // Indicates whether the payment method is enabled (**true**) or disabled (**false**). Enabled *bool `json:"enabled,omitempty"` Girocard *GenericPmWithTdiInfo `json:"girocard,omitempty"` Ideal *GenericPmWithTdiInfo `json:"ideal,omitempty"` InteracCard *GenericPmWithTdiInfo `json:"interac_card,omitempty"` Jcb *GenericPmWithTdiInfo `json:"jcb,omitempty"` Maestro *GenericPmWithTdiInfo `json:"maestro,omitempty"` Mc *GenericPmWithTdiInfo `json:"mc,omitempty"` // The list of stores for this payment method StoreIds []string `json:"storeIds,omitempty"` Visa *GenericPmWithTdiInfo `json:"visa,omitempty"` }
UpdatePaymentMethodInfo struct for UpdatePaymentMethodInfo
func NewUpdatePaymentMethodInfo ¶
func NewUpdatePaymentMethodInfo() *UpdatePaymentMethodInfo
NewUpdatePaymentMethodInfo instantiates a new UpdatePaymentMethodInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdatePaymentMethodInfoWithDefaults ¶
func NewUpdatePaymentMethodInfoWithDefaults() *UpdatePaymentMethodInfo
NewUpdatePaymentMethodInfoWithDefaults instantiates a new UpdatePaymentMethodInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdatePaymentMethodInfo) GetBcmc ¶
func (o *UpdatePaymentMethodInfo) GetBcmc() BcmcInfo
GetBcmc returns the Bcmc field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetBcmcOk ¶
func (o *UpdatePaymentMethodInfo) GetBcmcOk() (*BcmcInfo, bool)
GetBcmcOk returns a tuple with the Bcmc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetCartesBancaires ¶
func (o *UpdatePaymentMethodInfo) GetCartesBancaires() CartesBancairesInfo
GetCartesBancaires returns the CartesBancaires field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetCartesBancairesOk ¶
func (o *UpdatePaymentMethodInfo) GetCartesBancairesOk() (*CartesBancairesInfo, bool)
GetCartesBancairesOk returns a tuple with the CartesBancaires field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetCountries ¶
func (o *UpdatePaymentMethodInfo) GetCountries() []string
GetCountries returns the Countries field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetCountriesOk ¶
func (o *UpdatePaymentMethodInfo) GetCountriesOk() ([]string, bool)
GetCountriesOk returns a tuple with the Countries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetCup ¶
func (o *UpdatePaymentMethodInfo) GetCup() GenericPmWithTdiInfo
GetCup returns the Cup field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetCupOk ¶
func (o *UpdatePaymentMethodInfo) GetCupOk() (*GenericPmWithTdiInfo, bool)
GetCupOk returns a tuple with the Cup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetCurrencies ¶
func (o *UpdatePaymentMethodInfo) GetCurrencies() []string
GetCurrencies returns the Currencies field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetCurrenciesOk ¶
func (o *UpdatePaymentMethodInfo) GetCurrenciesOk() ([]string, bool)
GetCurrenciesOk returns a tuple with the Currencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetDiners ¶
func (o *UpdatePaymentMethodInfo) GetDiners() GenericPmWithTdiInfo
GetDiners returns the Diners field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetDinersOk ¶
func (o *UpdatePaymentMethodInfo) GetDinersOk() (*GenericPmWithTdiInfo, bool)
GetDinersOk returns a tuple with the Diners field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetDiscover ¶
func (o *UpdatePaymentMethodInfo) GetDiscover() GenericPmWithTdiInfo
GetDiscover returns the Discover field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetDiscoverOk ¶
func (o *UpdatePaymentMethodInfo) GetDiscoverOk() (*GenericPmWithTdiInfo, bool)
GetDiscoverOk returns a tuple with the Discover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetEftposAustralia ¶
func (o *UpdatePaymentMethodInfo) GetEftposAustralia() GenericPmWithTdiInfo
GetEftposAustralia returns the EftposAustralia field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetEftposAustraliaOk ¶
func (o *UpdatePaymentMethodInfo) GetEftposAustraliaOk() (*GenericPmWithTdiInfo, bool)
GetEftposAustraliaOk returns a tuple with the EftposAustralia field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetEnabled ¶
func (o *UpdatePaymentMethodInfo) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetEnabledOk ¶
func (o *UpdatePaymentMethodInfo) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetGirocard ¶
func (o *UpdatePaymentMethodInfo) GetGirocard() GenericPmWithTdiInfo
GetGirocard returns the Girocard field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetGirocardOk ¶
func (o *UpdatePaymentMethodInfo) GetGirocardOk() (*GenericPmWithTdiInfo, bool)
GetGirocardOk returns a tuple with the Girocard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetIdeal ¶
func (o *UpdatePaymentMethodInfo) GetIdeal() GenericPmWithTdiInfo
GetIdeal returns the Ideal field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetIdealOk ¶
func (o *UpdatePaymentMethodInfo) GetIdealOk() (*GenericPmWithTdiInfo, bool)
GetIdealOk returns a tuple with the Ideal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetInteracCard ¶
func (o *UpdatePaymentMethodInfo) GetInteracCard() GenericPmWithTdiInfo
GetInteracCard returns the InteracCard field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetInteracCardOk ¶
func (o *UpdatePaymentMethodInfo) GetInteracCardOk() (*GenericPmWithTdiInfo, bool)
GetInteracCardOk returns a tuple with the InteracCard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetJcb ¶
func (o *UpdatePaymentMethodInfo) GetJcb() GenericPmWithTdiInfo
GetJcb returns the Jcb field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetJcbOk ¶
func (o *UpdatePaymentMethodInfo) GetJcbOk() (*GenericPmWithTdiInfo, bool)
GetJcbOk returns a tuple with the Jcb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetMaestro ¶
func (o *UpdatePaymentMethodInfo) GetMaestro() GenericPmWithTdiInfo
GetMaestro returns the Maestro field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetMaestroOk ¶
func (o *UpdatePaymentMethodInfo) GetMaestroOk() (*GenericPmWithTdiInfo, bool)
GetMaestroOk returns a tuple with the Maestro field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetMc ¶
func (o *UpdatePaymentMethodInfo) GetMc() GenericPmWithTdiInfo
GetMc returns the Mc field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetMcOk ¶
func (o *UpdatePaymentMethodInfo) GetMcOk() (*GenericPmWithTdiInfo, bool)
GetMcOk returns a tuple with the Mc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetStoreIds ¶
func (o *UpdatePaymentMethodInfo) GetStoreIds() []string
GetStoreIds returns the StoreIds field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetStoreIdsOk ¶
func (o *UpdatePaymentMethodInfo) GetStoreIdsOk() ([]string, bool)
GetStoreIdsOk returns a tuple with the StoreIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) GetVisa ¶
func (o *UpdatePaymentMethodInfo) GetVisa() GenericPmWithTdiInfo
GetVisa returns the Visa field value if set, zero value otherwise.
func (*UpdatePaymentMethodInfo) GetVisaOk ¶
func (o *UpdatePaymentMethodInfo) GetVisaOk() (*GenericPmWithTdiInfo, bool)
GetVisaOk returns a tuple with the Visa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePaymentMethodInfo) HasBcmc ¶
func (o *UpdatePaymentMethodInfo) HasBcmc() bool
HasBcmc returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasCartesBancaires ¶
func (o *UpdatePaymentMethodInfo) HasCartesBancaires() bool
HasCartesBancaires returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasCountries ¶
func (o *UpdatePaymentMethodInfo) HasCountries() bool
HasCountries returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasCup ¶
func (o *UpdatePaymentMethodInfo) HasCup() bool
HasCup returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasCurrencies ¶
func (o *UpdatePaymentMethodInfo) HasCurrencies() bool
HasCurrencies returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasDiners ¶
func (o *UpdatePaymentMethodInfo) HasDiners() bool
HasDiners returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasDiscover ¶
func (o *UpdatePaymentMethodInfo) HasDiscover() bool
HasDiscover returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasEftposAustralia ¶
func (o *UpdatePaymentMethodInfo) HasEftposAustralia() bool
HasEftposAustralia returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasEnabled ¶
func (o *UpdatePaymentMethodInfo) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasGirocard ¶
func (o *UpdatePaymentMethodInfo) HasGirocard() bool
HasGirocard returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasIdeal ¶
func (o *UpdatePaymentMethodInfo) HasIdeal() bool
HasIdeal returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasInteracCard ¶
func (o *UpdatePaymentMethodInfo) HasInteracCard() bool
HasInteracCard returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasJcb ¶
func (o *UpdatePaymentMethodInfo) HasJcb() bool
HasJcb returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasMaestro ¶
func (o *UpdatePaymentMethodInfo) HasMaestro() bool
HasMaestro returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasMc ¶
func (o *UpdatePaymentMethodInfo) HasMc() bool
HasMc returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasStoreIds ¶
func (o *UpdatePaymentMethodInfo) HasStoreIds() bool
HasStoreIds returns a boolean if a field has been set.
func (*UpdatePaymentMethodInfo) HasVisa ¶
func (o *UpdatePaymentMethodInfo) HasVisa() bool
HasVisa returns a boolean if a field has been set.
func (UpdatePaymentMethodInfo) MarshalJSON ¶
func (o UpdatePaymentMethodInfo) MarshalJSON() ([]byte, error)
func (*UpdatePaymentMethodInfo) SetBcmc ¶
func (o *UpdatePaymentMethodInfo) SetBcmc(v BcmcInfo)
SetBcmc gets a reference to the given BcmcInfo and assigns it to the Bcmc field.
func (*UpdatePaymentMethodInfo) SetCartesBancaires ¶
func (o *UpdatePaymentMethodInfo) SetCartesBancaires(v CartesBancairesInfo)
SetCartesBancaires gets a reference to the given CartesBancairesInfo and assigns it to the CartesBancaires field.
func (*UpdatePaymentMethodInfo) SetCountries ¶
func (o *UpdatePaymentMethodInfo) SetCountries(v []string)
SetCountries gets a reference to the given []string and assigns it to the Countries field.
func (*UpdatePaymentMethodInfo) SetCup ¶
func (o *UpdatePaymentMethodInfo) SetCup(v GenericPmWithTdiInfo)
SetCup gets a reference to the given GenericPmWithTdiInfo and assigns it to the Cup field.
func (*UpdatePaymentMethodInfo) SetCurrencies ¶
func (o *UpdatePaymentMethodInfo) SetCurrencies(v []string)
SetCurrencies gets a reference to the given []string and assigns it to the Currencies field.
func (*UpdatePaymentMethodInfo) SetDiners ¶
func (o *UpdatePaymentMethodInfo) SetDiners(v GenericPmWithTdiInfo)
SetDiners gets a reference to the given GenericPmWithTdiInfo and assigns it to the Diners field.
func (*UpdatePaymentMethodInfo) SetDiscover ¶
func (o *UpdatePaymentMethodInfo) SetDiscover(v GenericPmWithTdiInfo)
SetDiscover gets a reference to the given GenericPmWithTdiInfo and assigns it to the Discover field.
func (*UpdatePaymentMethodInfo) SetEftposAustralia ¶
func (o *UpdatePaymentMethodInfo) SetEftposAustralia(v GenericPmWithTdiInfo)
SetEftposAustralia gets a reference to the given GenericPmWithTdiInfo and assigns it to the EftposAustralia field.
func (*UpdatePaymentMethodInfo) SetEnabled ¶
func (o *UpdatePaymentMethodInfo) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*UpdatePaymentMethodInfo) SetGirocard ¶
func (o *UpdatePaymentMethodInfo) SetGirocard(v GenericPmWithTdiInfo)
SetGirocard gets a reference to the given GenericPmWithTdiInfo and assigns it to the Girocard field.
func (*UpdatePaymentMethodInfo) SetIdeal ¶
func (o *UpdatePaymentMethodInfo) SetIdeal(v GenericPmWithTdiInfo)
SetIdeal gets a reference to the given GenericPmWithTdiInfo and assigns it to the Ideal field.
func (*UpdatePaymentMethodInfo) SetInteracCard ¶
func (o *UpdatePaymentMethodInfo) SetInteracCard(v GenericPmWithTdiInfo)
SetInteracCard gets a reference to the given GenericPmWithTdiInfo and assigns it to the InteracCard field.
func (*UpdatePaymentMethodInfo) SetJcb ¶
func (o *UpdatePaymentMethodInfo) SetJcb(v GenericPmWithTdiInfo)
SetJcb gets a reference to the given GenericPmWithTdiInfo and assigns it to the Jcb field.
func (*UpdatePaymentMethodInfo) SetMaestro ¶
func (o *UpdatePaymentMethodInfo) SetMaestro(v GenericPmWithTdiInfo)
SetMaestro gets a reference to the given GenericPmWithTdiInfo and assigns it to the Maestro field.
func (*UpdatePaymentMethodInfo) SetMc ¶
func (o *UpdatePaymentMethodInfo) SetMc(v GenericPmWithTdiInfo)
SetMc gets a reference to the given GenericPmWithTdiInfo and assigns it to the Mc field.
func (*UpdatePaymentMethodInfo) SetStoreIds ¶
func (o *UpdatePaymentMethodInfo) SetStoreIds(v []string)
SetStoreIds gets a reference to the given []string and assigns it to the StoreIds field.
func (*UpdatePaymentMethodInfo) SetVisa ¶
func (o *UpdatePaymentMethodInfo) SetVisa(v GenericPmWithTdiInfo)
SetVisa gets a reference to the given GenericPmWithTdiInfo and assigns it to the Visa field.
func (UpdatePaymentMethodInfo) ToMap ¶
func (o UpdatePaymentMethodInfo) ToMap() (map[string]interface{}, error)
type UpdatePayoutSettingsRequest ¶
type UpdatePayoutSettingsRequest struct { // Indicates if payouts to this bank account are enabled. Default: **true**. To receive payouts into this bank account, both `enabled` and `allowed` must be **true**. Enabled *bool `json:"enabled,omitempty"` }
UpdatePayoutSettingsRequest struct for UpdatePayoutSettingsRequest
func NewUpdatePayoutSettingsRequest ¶
func NewUpdatePayoutSettingsRequest() *UpdatePayoutSettingsRequest
NewUpdatePayoutSettingsRequest instantiates a new UpdatePayoutSettingsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdatePayoutSettingsRequestWithDefaults ¶
func NewUpdatePayoutSettingsRequestWithDefaults() *UpdatePayoutSettingsRequest
NewUpdatePayoutSettingsRequestWithDefaults instantiates a new UpdatePayoutSettingsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdatePayoutSettingsRequest) GetEnabled ¶
func (o *UpdatePayoutSettingsRequest) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*UpdatePayoutSettingsRequest) GetEnabledOk ¶
func (o *UpdatePayoutSettingsRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePayoutSettingsRequest) HasEnabled ¶
func (o *UpdatePayoutSettingsRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (UpdatePayoutSettingsRequest) MarshalJSON ¶
func (o UpdatePayoutSettingsRequest) MarshalJSON() ([]byte, error)
func (*UpdatePayoutSettingsRequest) SetEnabled ¶
func (o *UpdatePayoutSettingsRequest) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (UpdatePayoutSettingsRequest) ToMap ¶
func (o UpdatePayoutSettingsRequest) ToMap() (map[string]interface{}, error)
type UpdateSplitConfigurationLogicRequest ¶
type UpdateSplitConfigurationLogicRequest struct { // Specifies the logic to apply when booking the transaction fees. Should be combined with adyenFees. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AcquiringFees *string `json:"acquiringFees,omitempty"` AdditionalCommission *AdditionalCommission `json:"additionalCommission,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, interchange & adyenMarkup. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AdyenCommission *string `json:"adyenCommission,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with acquiringFees. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AdyenFees *string `json:"adyenFees,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, adyenCommission & interchange. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. AdyenMarkup *string `json:"adyenMarkup,omitempty"` // Specifies the logic to apply when booking the chargeback amount. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**, **deductAccordingToSplitRatio**. Chargeback *string `json:"chargeback,omitempty"` // Specifies the logic to apply when allocating the chargeback costs. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount** ChargebackCostAllocation *string `json:"chargebackCostAllocation,omitempty"` Commission Commission `json:"commission"` // Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, adyenCommission & adyenMarkup. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. Interchange *string `json:"interchange,omitempty"` // Specifies the logic to apply when booking the transaction fees. Cannot be combined with other fees. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. PaymentFee *string `json:"paymentFee,omitempty"` // Specifies the logic to apply when booking the amount left over after currency conversion. Possible values: **addToLiableAccount**, **addToOneBalanceAccount**. Remainder *string `json:"remainder,omitempty"` // Specifies the logic to apply when booking the transaction fees. Should be combined with interchange, adyenCommission & adyenMarkup. Possible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**. SchemeFee *string `json:"schemeFee,omitempty"` // Unique identifier of the split logic that is applied when the split configuration conditions are met. SplitLogicId *string `json:"splitLogicId,omitempty"` // Specifies the logic to apply when booking the surcharge amount. Possible values: **addToLiableAccount**, **addToOneBalanceAccount** Surcharge *string `json:"surcharge,omitempty"` // Specifies the logic to apply when booking tips (gratuity). Possible values: **addToLiableAccount**, **addToOneBalanceAccount**. Tip *string `json:"tip,omitempty"` }
UpdateSplitConfigurationLogicRequest struct for UpdateSplitConfigurationLogicRequest
func NewUpdateSplitConfigurationLogicRequest ¶
func NewUpdateSplitConfigurationLogicRequest(commission Commission) *UpdateSplitConfigurationLogicRequest
NewUpdateSplitConfigurationLogicRequest instantiates a new UpdateSplitConfigurationLogicRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSplitConfigurationLogicRequestWithDefaults ¶
func NewUpdateSplitConfigurationLogicRequestWithDefaults() *UpdateSplitConfigurationLogicRequest
NewUpdateSplitConfigurationLogicRequestWithDefaults instantiates a new UpdateSplitConfigurationLogicRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSplitConfigurationLogicRequest) GetAcquiringFees ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAcquiringFees() string
GetAcquiringFees returns the AcquiringFees field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetAcquiringFeesOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAcquiringFeesOk() (*string, bool)
GetAcquiringFeesOk returns a tuple with the AcquiringFees field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetAdditionalCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdditionalCommission() AdditionalCommission
GetAdditionalCommission returns the AdditionalCommission field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetAdditionalCommissionOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdditionalCommissionOk() (*AdditionalCommission, bool)
GetAdditionalCommissionOk returns a tuple with the AdditionalCommission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetAdyenCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdyenCommission() string
GetAdyenCommission returns the AdyenCommission field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetAdyenCommissionOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdyenCommissionOk() (*string, bool)
GetAdyenCommissionOk returns a tuple with the AdyenCommission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetAdyenFees ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdyenFees() string
GetAdyenFees returns the AdyenFees field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetAdyenFeesOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdyenFeesOk() (*string, bool)
GetAdyenFeesOk returns a tuple with the AdyenFees field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetAdyenMarkup ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdyenMarkup() string
GetAdyenMarkup returns the AdyenMarkup field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetAdyenMarkupOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetAdyenMarkupOk() (*string, bool)
GetAdyenMarkupOk returns a tuple with the AdyenMarkup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetChargeback ¶
func (o *UpdateSplitConfigurationLogicRequest) GetChargeback() string
GetChargeback returns the Chargeback field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetChargebackCostAllocation ¶
func (o *UpdateSplitConfigurationLogicRequest) GetChargebackCostAllocation() string
GetChargebackCostAllocation returns the ChargebackCostAllocation field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetChargebackCostAllocationOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetChargebackCostAllocationOk() (*string, bool)
GetChargebackCostAllocationOk returns a tuple with the ChargebackCostAllocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetChargebackOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetChargebackOk() (*string, bool)
GetChargebackOk returns a tuple with the Chargeback field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) GetCommission() Commission
GetCommission returns the Commission field value
func (*UpdateSplitConfigurationLogicRequest) GetCommissionOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetCommissionOk() (*Commission, bool)
GetCommissionOk returns a tuple with the Commission field value and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetInterchange ¶
func (o *UpdateSplitConfigurationLogicRequest) GetInterchange() string
GetInterchange returns the Interchange field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetInterchangeOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetInterchangeOk() (*string, bool)
GetInterchangeOk returns a tuple with the Interchange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetPaymentFee ¶
func (o *UpdateSplitConfigurationLogicRequest) GetPaymentFee() string
GetPaymentFee returns the PaymentFee field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetPaymentFeeOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetPaymentFeeOk() (*string, bool)
GetPaymentFeeOk returns a tuple with the PaymentFee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetRemainder ¶
func (o *UpdateSplitConfigurationLogicRequest) GetRemainder() string
GetRemainder returns the Remainder field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetRemainderOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetRemainderOk() (*string, bool)
GetRemainderOk returns a tuple with the Remainder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetSchemeFee ¶
func (o *UpdateSplitConfigurationLogicRequest) GetSchemeFee() string
GetSchemeFee returns the SchemeFee field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetSchemeFeeOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetSchemeFeeOk() (*string, bool)
GetSchemeFeeOk returns a tuple with the SchemeFee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetSplitLogicId ¶
func (o *UpdateSplitConfigurationLogicRequest) GetSplitLogicId() string
GetSplitLogicId returns the SplitLogicId field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetSplitLogicIdOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetSplitLogicIdOk() (*string, bool)
GetSplitLogicIdOk returns a tuple with the SplitLogicId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetSurcharge ¶
func (o *UpdateSplitConfigurationLogicRequest) GetSurcharge() string
GetSurcharge returns the Surcharge field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetSurchargeOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetSurchargeOk() (*string, bool)
GetSurchargeOk returns a tuple with the Surcharge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) GetTip ¶
func (o *UpdateSplitConfigurationLogicRequest) GetTip() string
GetTip returns the Tip field value if set, zero value otherwise.
func (*UpdateSplitConfigurationLogicRequest) GetTipOk ¶
func (o *UpdateSplitConfigurationLogicRequest) GetTipOk() (*string, bool)
GetTipOk returns a tuple with the Tip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationLogicRequest) HasAcquiringFees ¶
func (o *UpdateSplitConfigurationLogicRequest) HasAcquiringFees() bool
HasAcquiringFees returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasAdditionalCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) HasAdditionalCommission() bool
HasAdditionalCommission returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasAdyenCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) HasAdyenCommission() bool
HasAdyenCommission returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasAdyenFees ¶
func (o *UpdateSplitConfigurationLogicRequest) HasAdyenFees() bool
HasAdyenFees returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasAdyenMarkup ¶
func (o *UpdateSplitConfigurationLogicRequest) HasAdyenMarkup() bool
HasAdyenMarkup returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasChargeback ¶
func (o *UpdateSplitConfigurationLogicRequest) HasChargeback() bool
HasChargeback returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasChargebackCostAllocation ¶
func (o *UpdateSplitConfigurationLogicRequest) HasChargebackCostAllocation() bool
HasChargebackCostAllocation returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasInterchange ¶
func (o *UpdateSplitConfigurationLogicRequest) HasInterchange() bool
HasInterchange returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasPaymentFee ¶
func (o *UpdateSplitConfigurationLogicRequest) HasPaymentFee() bool
HasPaymentFee returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasRemainder ¶
func (o *UpdateSplitConfigurationLogicRequest) HasRemainder() bool
HasRemainder returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasSchemeFee ¶
func (o *UpdateSplitConfigurationLogicRequest) HasSchemeFee() bool
HasSchemeFee returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasSplitLogicId ¶
func (o *UpdateSplitConfigurationLogicRequest) HasSplitLogicId() bool
HasSplitLogicId returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasSurcharge ¶
func (o *UpdateSplitConfigurationLogicRequest) HasSurcharge() bool
HasSurcharge returns a boolean if a field has been set.
func (*UpdateSplitConfigurationLogicRequest) HasTip ¶
func (o *UpdateSplitConfigurationLogicRequest) HasTip() bool
HasTip returns a boolean if a field has been set.
func (UpdateSplitConfigurationLogicRequest) MarshalJSON ¶
func (o UpdateSplitConfigurationLogicRequest) MarshalJSON() ([]byte, error)
func (*UpdateSplitConfigurationLogicRequest) SetAcquiringFees ¶
func (o *UpdateSplitConfigurationLogicRequest) SetAcquiringFees(v string)
SetAcquiringFees gets a reference to the given string and assigns it to the AcquiringFees field.
func (*UpdateSplitConfigurationLogicRequest) SetAdditionalCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) SetAdditionalCommission(v AdditionalCommission)
SetAdditionalCommission gets a reference to the given AdditionalCommission and assigns it to the AdditionalCommission field.
func (*UpdateSplitConfigurationLogicRequest) SetAdyenCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) SetAdyenCommission(v string)
SetAdyenCommission gets a reference to the given string and assigns it to the AdyenCommission field.
func (*UpdateSplitConfigurationLogicRequest) SetAdyenFees ¶
func (o *UpdateSplitConfigurationLogicRequest) SetAdyenFees(v string)
SetAdyenFees gets a reference to the given string and assigns it to the AdyenFees field.
func (*UpdateSplitConfigurationLogicRequest) SetAdyenMarkup ¶
func (o *UpdateSplitConfigurationLogicRequest) SetAdyenMarkup(v string)
SetAdyenMarkup gets a reference to the given string and assigns it to the AdyenMarkup field.
func (*UpdateSplitConfigurationLogicRequest) SetChargeback ¶
func (o *UpdateSplitConfigurationLogicRequest) SetChargeback(v string)
SetChargeback gets a reference to the given string and assigns it to the Chargeback field.
func (*UpdateSplitConfigurationLogicRequest) SetChargebackCostAllocation ¶
func (o *UpdateSplitConfigurationLogicRequest) SetChargebackCostAllocation(v string)
SetChargebackCostAllocation gets a reference to the given string and assigns it to the ChargebackCostAllocation field.
func (*UpdateSplitConfigurationLogicRequest) SetCommission ¶
func (o *UpdateSplitConfigurationLogicRequest) SetCommission(v Commission)
SetCommission sets field value
func (*UpdateSplitConfigurationLogicRequest) SetInterchange ¶
func (o *UpdateSplitConfigurationLogicRequest) SetInterchange(v string)
SetInterchange gets a reference to the given string and assigns it to the Interchange field.
func (*UpdateSplitConfigurationLogicRequest) SetPaymentFee ¶
func (o *UpdateSplitConfigurationLogicRequest) SetPaymentFee(v string)
SetPaymentFee gets a reference to the given string and assigns it to the PaymentFee field.
func (*UpdateSplitConfigurationLogicRequest) SetRemainder ¶
func (o *UpdateSplitConfigurationLogicRequest) SetRemainder(v string)
SetRemainder gets a reference to the given string and assigns it to the Remainder field.
func (*UpdateSplitConfigurationLogicRequest) SetSchemeFee ¶
func (o *UpdateSplitConfigurationLogicRequest) SetSchemeFee(v string)
SetSchemeFee gets a reference to the given string and assigns it to the SchemeFee field.
func (*UpdateSplitConfigurationLogicRequest) SetSplitLogicId ¶
func (o *UpdateSplitConfigurationLogicRequest) SetSplitLogicId(v string)
SetSplitLogicId gets a reference to the given string and assigns it to the SplitLogicId field.
func (*UpdateSplitConfigurationLogicRequest) SetSurcharge ¶
func (o *UpdateSplitConfigurationLogicRequest) SetSurcharge(v string)
SetSurcharge gets a reference to the given string and assigns it to the Surcharge field.
func (*UpdateSplitConfigurationLogicRequest) SetTip ¶
func (o *UpdateSplitConfigurationLogicRequest) SetTip(v string)
SetTip gets a reference to the given string and assigns it to the Tip field.
func (UpdateSplitConfigurationLogicRequest) ToMap ¶
func (o UpdateSplitConfigurationLogicRequest) ToMap() (map[string]interface{}, error)
type UpdateSplitConfigurationRequest ¶
type UpdateSplitConfigurationRequest struct { // Your description for the split configuration. Description string `json:"description"` }
UpdateSplitConfigurationRequest struct for UpdateSplitConfigurationRequest
func NewUpdateSplitConfigurationRequest ¶
func NewUpdateSplitConfigurationRequest(description string) *UpdateSplitConfigurationRequest
NewUpdateSplitConfigurationRequest instantiates a new UpdateSplitConfigurationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSplitConfigurationRequestWithDefaults ¶
func NewUpdateSplitConfigurationRequestWithDefaults() *UpdateSplitConfigurationRequest
NewUpdateSplitConfigurationRequestWithDefaults instantiates a new UpdateSplitConfigurationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSplitConfigurationRequest) GetDescription ¶
func (o *UpdateSplitConfigurationRequest) GetDescription() string
GetDescription returns the Description field value
func (*UpdateSplitConfigurationRequest) GetDescriptionOk ¶
func (o *UpdateSplitConfigurationRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (UpdateSplitConfigurationRequest) MarshalJSON ¶
func (o UpdateSplitConfigurationRequest) MarshalJSON() ([]byte, error)
func (*UpdateSplitConfigurationRequest) SetDescription ¶
func (o *UpdateSplitConfigurationRequest) SetDescription(v string)
SetDescription sets field value
func (UpdateSplitConfigurationRequest) ToMap ¶
func (o UpdateSplitConfigurationRequest) ToMap() (map[string]interface{}, error)
type UpdateSplitConfigurationRuleRequest ¶
type UpdateSplitConfigurationRuleRequest struct { // The currency condition that defines whether the split logic applies. Its value must be a three-character [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217). Currency string `json:"currency"` // The funding source condition of the payment method (only for cards). Possible values: **credit**, **debit**, or **ANY**. FundingSource *string `json:"fundingSource,omitempty"` // The payment method condition that defines whether the split logic applies. Possible values: * [Payment method variant](https://docs.adyen.com/development-resources/paymentmethodvariant): Apply the split logic for a specific payment method. * **ANY**: Apply the split logic for all available payment methods. PaymentMethod string `json:"paymentMethod"` // The sales channel condition that defines whether the split logic applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on file and/or subscription transactions, where the cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where the customer is physically present to make a payment using a secure payment terminal. * **ANY**: All sales channels. ShopperInteraction string `json:"shopperInteraction"` }
UpdateSplitConfigurationRuleRequest struct for UpdateSplitConfigurationRuleRequest
func NewUpdateSplitConfigurationRuleRequest ¶
func NewUpdateSplitConfigurationRuleRequest(currency string, paymentMethod string, shopperInteraction string) *UpdateSplitConfigurationRuleRequest
NewUpdateSplitConfigurationRuleRequest instantiates a new UpdateSplitConfigurationRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSplitConfigurationRuleRequestWithDefaults ¶
func NewUpdateSplitConfigurationRuleRequestWithDefaults() *UpdateSplitConfigurationRuleRequest
NewUpdateSplitConfigurationRuleRequestWithDefaults instantiates a new UpdateSplitConfigurationRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSplitConfigurationRuleRequest) GetCurrency ¶
func (o *UpdateSplitConfigurationRuleRequest) GetCurrency() string
GetCurrency returns the Currency field value
func (*UpdateSplitConfigurationRuleRequest) GetCurrencyOk ¶
func (o *UpdateSplitConfigurationRuleRequest) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationRuleRequest) GetFundingSource ¶
func (o *UpdateSplitConfigurationRuleRequest) GetFundingSource() string
GetFundingSource returns the FundingSource field value if set, zero value otherwise.
func (*UpdateSplitConfigurationRuleRequest) GetFundingSourceOk ¶
func (o *UpdateSplitConfigurationRuleRequest) GetFundingSourceOk() (*string, bool)
GetFundingSourceOk returns a tuple with the FundingSource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationRuleRequest) GetPaymentMethod ¶
func (o *UpdateSplitConfigurationRuleRequest) GetPaymentMethod() string
GetPaymentMethod returns the PaymentMethod field value
func (*UpdateSplitConfigurationRuleRequest) GetPaymentMethodOk ¶
func (o *UpdateSplitConfigurationRuleRequest) GetPaymentMethodOk() (*string, bool)
GetPaymentMethodOk returns a tuple with the PaymentMethod field value and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationRuleRequest) GetShopperInteraction ¶
func (o *UpdateSplitConfigurationRuleRequest) GetShopperInteraction() string
GetShopperInteraction returns the ShopperInteraction field value
func (*UpdateSplitConfigurationRuleRequest) GetShopperInteractionOk ¶
func (o *UpdateSplitConfigurationRuleRequest) GetShopperInteractionOk() (*string, bool)
GetShopperInteractionOk returns a tuple with the ShopperInteraction field value and a boolean to check if the value has been set.
func (*UpdateSplitConfigurationRuleRequest) HasFundingSource ¶
func (o *UpdateSplitConfigurationRuleRequest) HasFundingSource() bool
HasFundingSource returns a boolean if a field has been set.
func (UpdateSplitConfigurationRuleRequest) MarshalJSON ¶
func (o UpdateSplitConfigurationRuleRequest) MarshalJSON() ([]byte, error)
func (*UpdateSplitConfigurationRuleRequest) SetCurrency ¶
func (o *UpdateSplitConfigurationRuleRequest) SetCurrency(v string)
SetCurrency sets field value
func (*UpdateSplitConfigurationRuleRequest) SetFundingSource ¶
func (o *UpdateSplitConfigurationRuleRequest) SetFundingSource(v string)
SetFundingSource gets a reference to the given string and assigns it to the FundingSource field.
func (*UpdateSplitConfigurationRuleRequest) SetPaymentMethod ¶
func (o *UpdateSplitConfigurationRuleRequest) SetPaymentMethod(v string)
SetPaymentMethod sets field value
func (*UpdateSplitConfigurationRuleRequest) SetShopperInteraction ¶
func (o *UpdateSplitConfigurationRuleRequest) SetShopperInteraction(v string)
SetShopperInteraction sets field value
func (UpdateSplitConfigurationRuleRequest) ToMap ¶
func (o UpdateSplitConfigurationRuleRequest) ToMap() (map[string]interface{}, error)
type UpdateStoreRequest ¶
type UpdateStoreRequest struct { Address *UpdatableAddress `json:"address,omitempty"` // The unique identifiers of the [business lines](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__resParam_id) that the store is associated with. BusinessLineIds []string `json:"businessLineIds,omitempty"` // The description of the store. Description *string `json:"description,omitempty"` // When using the Zip payment method: The location ID that Zip has assigned to your store. ExternalReferenceId *string `json:"externalReferenceId,omitempty"` SplitConfiguration *StoreSplitConfiguration `json:"splitConfiguration,omitempty"` // The status of the store. Possible values are: - **active**: This value is assigned automatically when a store is created. - **inactive**: The maximum [transaction limits and number of Store-and-Forward transactions](https://docs.adyen.com/point-of-sale/determine-account-structure/configure-features#payment-features) for the store are set to 0. This blocks new transactions, but captures are still possible. - **closed**: The terminals of the store are reassigned to the merchant inventory, so they can't process payments. You can change the status from **active** to **inactive**, and from **inactive** to **active** or **closed**. Once **closed**, a store can't be reopened. Status *string `json:"status,omitempty"` }
UpdateStoreRequest struct for UpdateStoreRequest
func NewUpdateStoreRequest ¶
func NewUpdateStoreRequest() *UpdateStoreRequest
NewUpdateStoreRequest instantiates a new UpdateStoreRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateStoreRequestWithDefaults ¶
func NewUpdateStoreRequestWithDefaults() *UpdateStoreRequest
NewUpdateStoreRequestWithDefaults instantiates a new UpdateStoreRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateStoreRequest) GetAddress ¶
func (o *UpdateStoreRequest) GetAddress() UpdatableAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*UpdateStoreRequest) GetAddressOk ¶
func (o *UpdateStoreRequest) GetAddressOk() (*UpdatableAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStoreRequest) GetBusinessLineIds ¶
func (o *UpdateStoreRequest) GetBusinessLineIds() []string
GetBusinessLineIds returns the BusinessLineIds field value if set, zero value otherwise.
func (*UpdateStoreRequest) GetBusinessLineIdsOk ¶
func (o *UpdateStoreRequest) GetBusinessLineIdsOk() ([]string, bool)
GetBusinessLineIdsOk returns a tuple with the BusinessLineIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStoreRequest) GetDescription ¶
func (o *UpdateStoreRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateStoreRequest) GetDescriptionOk ¶
func (o *UpdateStoreRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStoreRequest) GetExternalReferenceId ¶
func (o *UpdateStoreRequest) GetExternalReferenceId() string
GetExternalReferenceId returns the ExternalReferenceId field value if set, zero value otherwise.
func (*UpdateStoreRequest) GetExternalReferenceIdOk ¶
func (o *UpdateStoreRequest) GetExternalReferenceIdOk() (*string, bool)
GetExternalReferenceIdOk returns a tuple with the ExternalReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStoreRequest) GetSplitConfiguration ¶
func (o *UpdateStoreRequest) GetSplitConfiguration() StoreSplitConfiguration
GetSplitConfiguration returns the SplitConfiguration field value if set, zero value otherwise.
func (*UpdateStoreRequest) GetSplitConfigurationOk ¶
func (o *UpdateStoreRequest) GetSplitConfigurationOk() (*StoreSplitConfiguration, bool)
GetSplitConfigurationOk returns a tuple with the SplitConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStoreRequest) GetStatus ¶
func (o *UpdateStoreRequest) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UpdateStoreRequest) GetStatusOk ¶
func (o *UpdateStoreRequest) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStoreRequest) HasAddress ¶
func (o *UpdateStoreRequest) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*UpdateStoreRequest) HasBusinessLineIds ¶
func (o *UpdateStoreRequest) HasBusinessLineIds() bool
HasBusinessLineIds returns a boolean if a field has been set.
func (*UpdateStoreRequest) HasDescription ¶
func (o *UpdateStoreRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateStoreRequest) HasExternalReferenceId ¶
func (o *UpdateStoreRequest) HasExternalReferenceId() bool
HasExternalReferenceId returns a boolean if a field has been set.
func (*UpdateStoreRequest) HasSplitConfiguration ¶
func (o *UpdateStoreRequest) HasSplitConfiguration() bool
HasSplitConfiguration returns a boolean if a field has been set.
func (*UpdateStoreRequest) HasStatus ¶
func (o *UpdateStoreRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (UpdateStoreRequest) MarshalJSON ¶
func (o UpdateStoreRequest) MarshalJSON() ([]byte, error)
func (*UpdateStoreRequest) SetAddress ¶
func (o *UpdateStoreRequest) SetAddress(v UpdatableAddress)
SetAddress gets a reference to the given UpdatableAddress and assigns it to the Address field.
func (*UpdateStoreRequest) SetBusinessLineIds ¶
func (o *UpdateStoreRequest) SetBusinessLineIds(v []string)
SetBusinessLineIds gets a reference to the given []string and assigns it to the BusinessLineIds field.
func (*UpdateStoreRequest) SetDescription ¶
func (o *UpdateStoreRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateStoreRequest) SetExternalReferenceId ¶
func (o *UpdateStoreRequest) SetExternalReferenceId(v string)
SetExternalReferenceId gets a reference to the given string and assigns it to the ExternalReferenceId field.
func (*UpdateStoreRequest) SetSplitConfiguration ¶
func (o *UpdateStoreRequest) SetSplitConfiguration(v StoreSplitConfiguration)
SetSplitConfiguration gets a reference to the given StoreSplitConfiguration and assigns it to the SplitConfiguration field.
func (*UpdateStoreRequest) SetStatus ¶
func (o *UpdateStoreRequest) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (UpdateStoreRequest) ToMap ¶
func (o UpdateStoreRequest) ToMap() (map[string]interface{}, error)
type UploadAndroidAppResponse ¶
type UploadAndroidAppResponse struct { // The unique identifier of the uploaded Android app. Id *string `json:"id,omitempty"` }
UploadAndroidAppResponse struct for UploadAndroidAppResponse
func NewUploadAndroidAppResponse ¶
func NewUploadAndroidAppResponse() *UploadAndroidAppResponse
NewUploadAndroidAppResponse instantiates a new UploadAndroidAppResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUploadAndroidAppResponseWithDefaults ¶
func NewUploadAndroidAppResponseWithDefaults() *UploadAndroidAppResponse
NewUploadAndroidAppResponseWithDefaults instantiates a new UploadAndroidAppResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UploadAndroidAppResponse) GetId ¶
func (o *UploadAndroidAppResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UploadAndroidAppResponse) GetIdOk ¶
func (o *UploadAndroidAppResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadAndroidAppResponse) HasId ¶
func (o *UploadAndroidAppResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (UploadAndroidAppResponse) MarshalJSON ¶
func (o UploadAndroidAppResponse) MarshalJSON() ([]byte, error)
func (*UploadAndroidAppResponse) SetId ¶
func (o *UploadAndroidAppResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (UploadAndroidAppResponse) ToMap ¶
func (o UploadAndroidAppResponse) ToMap() (map[string]interface{}, error)
type Url ¶
type Url struct { // Indicates if the message sent to this URL should be encrypted. Encrypted *bool `json:"encrypted,omitempty"` // The password for authentication of the notifications. Password *string `json:"password,omitempty"` // The URL in the format: http(s)://domain.com. Url *string `json:"url,omitempty"` // The username for authentication of the notifications. Username *string `json:"username,omitempty"` }
Url struct for Url
func NewUrl ¶
func NewUrl() *Url
NewUrl instantiates a new Url object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUrlWithDefaults ¶
func NewUrlWithDefaults() *Url
NewUrlWithDefaults instantiates a new Url object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Url) GetEncrypted ¶
GetEncrypted returns the Encrypted field value if set, zero value otherwise.
func (*Url) GetEncryptedOk ¶
GetEncryptedOk returns a tuple with the Encrypted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Url) GetPassword ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*Url) GetPasswordOk ¶
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Url) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Url) GetUsername ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*Url) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Url) HasEncrypted ¶
HasEncrypted returns a boolean if a field has been set.
func (*Url) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (*Url) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (Url) MarshalJSON ¶
func (*Url) SetEncrypted ¶
SetEncrypted gets a reference to the given bool and assigns it to the Encrypted field.
func (*Url) SetPassword ¶
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*Url) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
type User ¶
type User struct { Links *Links `json:"_links,omitempty"` // The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user. AccountGroups []string `json:"accountGroups,omitempty"` // Indicates whether this user is active. Active *bool `json:"active,omitempty"` // Set of apps available to this user Apps []string `json:"apps,omitempty"` // The email address of the user. Email string `json:"email"` // The unique identifier of the user. Id string `json:"id"` Name *Name `json:"name,omitempty"` // The list of [roles](https://docs.adyen.com/account/user-roles) for this user. Roles []string `json:"roles"` // The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**. TimeZoneCode string `json:"timeZoneCode"` // The username for this user. Username string `json:"username"` }
User struct for User
func NewUser ¶
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetAccountGroups ¶
GetAccountGroups returns the AccountGroups field value if set, zero value otherwise.
func (*User) GetAccountGroupsOk ¶
GetAccountGroupsOk returns a tuple with the AccountGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetAppsOk ¶
GetAppsOk returns a tuple with the Apps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*User) GetLinksOk ¶
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetRolesOk ¶
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*User) GetTimeZoneCode ¶
GetTimeZoneCode returns the TimeZoneCode field value
func (*User) GetTimeZoneCodeOk ¶
GetTimeZoneCodeOk returns a tuple with the TimeZoneCode field value and a boolean to check if the value has been set.
func (*User) GetUsername ¶
GetUsername returns the Username field value
func (*User) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*User) HasAccountGroups ¶
HasAccountGroups returns a boolean if a field has been set.
func (User) MarshalJSON ¶
func (*User) SetAccountGroups ¶
SetAccountGroups gets a reference to the given []string and assigns it to the AccountGroups field.
func (*User) SetActive ¶
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*User) SetApps ¶
SetApps gets a reference to the given []string and assigns it to the Apps field.
func (*User) SetLinks ¶
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (*User) SetTimeZoneCode ¶
SetTimeZoneCode sets field value
type UsersCompanyLevelApi ¶
UsersCompanyLevelApi service
func (*UsersCompanyLevelApi) CreateNewUser ¶
func (a *UsersCompanyLevelApi) CreateNewUser(ctx context.Context, r UsersCompanyLevelApiCreateNewUserInput) (CreateCompanyUserResponse, *http.Response, error)
CreateNewUser Create a new user
Creates the user for the `companyId` identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersCompanyLevelApiCreateNewUserInput - Request parameters, see CreateNewUserInput @return CreateCompanyUserResponse, *http.Response, error
func (*UsersCompanyLevelApi) CreateNewUserInput ¶
func (a *UsersCompanyLevelApi) CreateNewUserInput(companyId string) UsersCompanyLevelApiCreateNewUserInput
Prepare a request for CreateNewUser @param companyId The unique identifier of the company account. @return UsersCompanyLevelApiCreateNewUserInput
func (*UsersCompanyLevelApi) GetUserDetails ¶
func (a *UsersCompanyLevelApi) GetUserDetails(ctx context.Context, r UsersCompanyLevelApiGetUserDetailsInput) (CompanyUser, *http.Response, error)
GetUserDetails Get user details
Returns user details for the `userId` and the `companyId` identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersCompanyLevelApiGetUserDetailsInput - Request parameters, see GetUserDetailsInput @return CompanyUser, *http.Response, error
func (*UsersCompanyLevelApi) GetUserDetailsInput ¶
func (a *UsersCompanyLevelApi) GetUserDetailsInput(companyId string, userId string) UsersCompanyLevelApiGetUserDetailsInput
Prepare a request for GetUserDetails @param companyId The unique identifier of the company account.@param userId The unique identifier of the user. @return UsersCompanyLevelApiGetUserDetailsInput
func (*UsersCompanyLevelApi) ListUsers ¶
func (a *UsersCompanyLevelApi) ListUsers(ctx context.Context, r UsersCompanyLevelApiListUsersInput) (ListCompanyUsersResponse, *http.Response, error)
ListUsers Get a list of users
Returns the list of users for the `companyId` identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersCompanyLevelApiListUsersInput - Request parameters, see ListUsersInput @return ListCompanyUsersResponse, *http.Response, error
func (*UsersCompanyLevelApi) ListUsersInput ¶
func (a *UsersCompanyLevelApi) ListUsersInput(companyId string) UsersCompanyLevelApiListUsersInput
Prepare a request for ListUsers @param companyId The unique identifier of the company account. @return UsersCompanyLevelApiListUsersInput
func (*UsersCompanyLevelApi) UpdateUserDetails ¶
func (a *UsersCompanyLevelApi) UpdateUserDetails(ctx context.Context, r UsersCompanyLevelApiUpdateUserDetailsInput) (CompanyUser, *http.Response, error)
UpdateUserDetails Update user details
Updates user details for the `userId` and the `companyId` identified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersCompanyLevelApiUpdateUserDetailsInput - Request parameters, see UpdateUserDetailsInput @return CompanyUser, *http.Response, error
func (*UsersCompanyLevelApi) UpdateUserDetailsInput ¶
func (a *UsersCompanyLevelApi) UpdateUserDetailsInput(companyId string, userId string) UsersCompanyLevelApiUpdateUserDetailsInput
Prepare a request for UpdateUserDetails @param companyId The unique identifier of the company account.@param userId The unique identifier of the user. @return UsersCompanyLevelApiUpdateUserDetailsInput
type UsersCompanyLevelApiCreateNewUserInput ¶
type UsersCompanyLevelApiCreateNewUserInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersCompanyLevelApi.CreateNewUser
func (UsersCompanyLevelApiCreateNewUserInput) CreateCompanyUserRequest ¶
func (r UsersCompanyLevelApiCreateNewUserInput) CreateCompanyUserRequest(createCompanyUserRequest CreateCompanyUserRequest) UsersCompanyLevelApiCreateNewUserInput
type UsersCompanyLevelApiGetUserDetailsInput ¶
type UsersCompanyLevelApiGetUserDetailsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersCompanyLevelApi.GetUserDetails
type UsersCompanyLevelApiListUsersInput ¶
type UsersCompanyLevelApiListUsersInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersCompanyLevelApi.ListUsers
func (UsersCompanyLevelApiListUsersInput) PageNumber ¶
func (r UsersCompanyLevelApiListUsersInput) PageNumber(pageNumber int32) UsersCompanyLevelApiListUsersInput
The number of the page to return.
func (UsersCompanyLevelApiListUsersInput) PageSize ¶
func (r UsersCompanyLevelApiListUsersInput) PageSize(pageSize int32) UsersCompanyLevelApiListUsersInput
The number of items to have on a page. Maximum value is **100**. The default is **10** items on a page.
func (UsersCompanyLevelApiListUsersInput) Username ¶
func (r UsersCompanyLevelApiListUsersInput) Username(username string) UsersCompanyLevelApiListUsersInput
The partial or complete username to select all users that match.
type UsersCompanyLevelApiUpdateUserDetailsInput ¶
type UsersCompanyLevelApiUpdateUserDetailsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersCompanyLevelApi.UpdateUserDetails
func (UsersCompanyLevelApiUpdateUserDetailsInput) UpdateCompanyUserRequest ¶
func (r UsersCompanyLevelApiUpdateUserDetailsInput) UpdateCompanyUserRequest(updateCompanyUserRequest UpdateCompanyUserRequest) UsersCompanyLevelApiUpdateUserDetailsInput
type UsersMerchantLevelApi ¶
UsersMerchantLevelApi service
func (*UsersMerchantLevelApi) CreateNewUser ¶
func (a *UsersMerchantLevelApi) CreateNewUser(ctx context.Context, r UsersMerchantLevelApiCreateNewUserInput) (CreateUserResponse, *http.Response, error)
CreateNewUser Create a new user
Creates a user for the `merchantId` specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersMerchantLevelApiCreateNewUserInput - Request parameters, see CreateNewUserInput @return CreateUserResponse, *http.Response, error
func (*UsersMerchantLevelApi) CreateNewUserInput ¶
func (a *UsersMerchantLevelApi) CreateNewUserInput(merchantId string) UsersMerchantLevelApiCreateNewUserInput
Prepare a request for CreateNewUser @param merchantId Unique identifier of the merchant. @return UsersMerchantLevelApiCreateNewUserInput
func (*UsersMerchantLevelApi) GetUserDetails ¶
func (a *UsersMerchantLevelApi) GetUserDetails(ctx context.Context, r UsersMerchantLevelApiGetUserDetailsInput) (User, *http.Response, error)
GetUserDetails Get user details
Returns user details for the `userId` and the `merchantId` specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersMerchantLevelApiGetUserDetailsInput - Request parameters, see GetUserDetailsInput @return User, *http.Response, error
func (*UsersMerchantLevelApi) GetUserDetailsInput ¶
func (a *UsersMerchantLevelApi) GetUserDetailsInput(merchantId string, userId string) UsersMerchantLevelApiGetUserDetailsInput
Prepare a request for GetUserDetails @param merchantId Unique identifier of the merchant.@param userId Unique identifier of the user. @return UsersMerchantLevelApiGetUserDetailsInput
func (*UsersMerchantLevelApi) ListUsers ¶
func (a *UsersMerchantLevelApi) ListUsers(ctx context.Context, r UsersMerchantLevelApiListUsersInput) (ListMerchantUsersResponse, *http.Response, error)
ListUsers Get a list of users
Returns a list of users associated with the `merchantId` specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersMerchantLevelApiListUsersInput - Request parameters, see ListUsersInput @return ListMerchantUsersResponse, *http.Response, error
func (*UsersMerchantLevelApi) ListUsersInput ¶
func (a *UsersMerchantLevelApi) ListUsersInput(merchantId string) UsersMerchantLevelApiListUsersInput
Prepare a request for ListUsers @param merchantId Unique identifier of the merchant. @return UsersMerchantLevelApiListUsersInput
func (*UsersMerchantLevelApi) UpdateUser ¶
func (a *UsersMerchantLevelApi) UpdateUser(ctx context.Context, r UsersMerchantLevelApiUpdateUserInput) (User, *http.Response, error)
UpdateUser Update a user
Updates user details for the `userId` and the `merchantId` specified in the path.
To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Users read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r UsersMerchantLevelApiUpdateUserInput - Request parameters, see UpdateUserInput @return User, *http.Response, error
func (*UsersMerchantLevelApi) UpdateUserInput ¶
func (a *UsersMerchantLevelApi) UpdateUserInput(merchantId string, userId string) UsersMerchantLevelApiUpdateUserInput
Prepare a request for UpdateUser @param merchantId Unique identifier of the merchant.@param userId Unique identifier of the user. @return UsersMerchantLevelApiUpdateUserInput
type UsersMerchantLevelApiCreateNewUserInput ¶
type UsersMerchantLevelApiCreateNewUserInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersMerchantLevelApi.CreateNewUser
func (UsersMerchantLevelApiCreateNewUserInput) CreateMerchantUserRequest ¶
func (r UsersMerchantLevelApiCreateNewUserInput) CreateMerchantUserRequest(createMerchantUserRequest CreateMerchantUserRequest) UsersMerchantLevelApiCreateNewUserInput
type UsersMerchantLevelApiGetUserDetailsInput ¶
type UsersMerchantLevelApiGetUserDetailsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersMerchantLevelApi.GetUserDetails
type UsersMerchantLevelApiListUsersInput ¶
type UsersMerchantLevelApiListUsersInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersMerchantLevelApi.ListUsers
func (UsersMerchantLevelApiListUsersInput) PageNumber ¶
func (r UsersMerchantLevelApiListUsersInput) PageNumber(pageNumber int32) UsersMerchantLevelApiListUsersInput
The number of the page to fetch.
func (UsersMerchantLevelApiListUsersInput) PageSize ¶
func (r UsersMerchantLevelApiListUsersInput) PageSize(pageSize int32) UsersMerchantLevelApiListUsersInput
The number of items to have on a page. Maximum value is **100**. The default is **10** items on a page.
func (UsersMerchantLevelApiListUsersInput) Username ¶
func (r UsersMerchantLevelApiListUsersInput) Username(username string) UsersMerchantLevelApiListUsersInput
The partial or complete username to select all users that match.
type UsersMerchantLevelApiUpdateUserInput ¶
type UsersMerchantLevelApiUpdateUserInput struct {
// contains filtered or unexported fields
}
All parameters accepted by UsersMerchantLevelApi.UpdateUser
func (UsersMerchantLevelApiUpdateUserInput) UpdateMerchantUserRequest ¶
func (r UsersMerchantLevelApiUpdateUserInput) UpdateMerchantUserRequest(updateMerchantUserRequest UpdateMerchantUserRequest) UsersMerchantLevelApiUpdateUserInput
type VippsInfo ¶
type VippsInfo struct { // Vipps logo. Format: Base64-encoded string. Logo string `json:"logo"` // Vipps subscription cancel url (required in case of [recurring payments](https://docs.adyen.com/online-payments/tokenization)) SubscriptionCancelUrl *string `json:"subscriptionCancelUrl,omitempty"` }
VippsInfo struct for VippsInfo
func NewVippsInfo ¶
NewVippsInfo instantiates a new VippsInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVippsInfoWithDefaults ¶
func NewVippsInfoWithDefaults() *VippsInfo
NewVippsInfoWithDefaults instantiates a new VippsInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VippsInfo) GetLogoOk ¶
GetLogoOk returns a tuple with the Logo field value and a boolean to check if the value has been set.
func (*VippsInfo) GetSubscriptionCancelUrl ¶
GetSubscriptionCancelUrl returns the SubscriptionCancelUrl field value if set, zero value otherwise.
func (*VippsInfo) GetSubscriptionCancelUrlOk ¶
GetSubscriptionCancelUrlOk returns a tuple with the SubscriptionCancelUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VippsInfo) HasSubscriptionCancelUrl ¶
HasSubscriptionCancelUrl returns a boolean if a field has been set.
func (VippsInfo) MarshalJSON ¶
func (*VippsInfo) SetSubscriptionCancelUrl ¶
SetSubscriptionCancelUrl gets a reference to the given string and assigns it to the SubscriptionCancelUrl field.
type Webhook ¶
type Webhook struct { Links *WebhookLinks `json:"_links,omitempty"` // Indicates if expired SSL certificates are accepted. Default value: **false**. AcceptsExpiredCertificate *bool `json:"acceptsExpiredCertificate,omitempty"` // Indicates if self-signed SSL certificates are accepted. Default value: **false**. AcceptsSelfSignedCertificate *bool `json:"acceptsSelfSignedCertificate,omitempty"` // Indicates if untrusted SSL certificates are accepted. Default value: **false**. AcceptsUntrustedRootCertificate *bool `json:"acceptsUntrustedRootCertificate,omitempty"` // Reference to the account the webook is set on. AccountReference *string `json:"accountReference,omitempty"` // Indicates if the webhook configuration is active. The field must be **true** for you to receive webhooks about events related an account. Active bool `json:"active"` AdditionalSettings *AdditionalSettingsResponse `json:"additionalSettings,omitempty"` // The alias of our SSL certificate. When you receive a notification from us, the alias from the HMAC signature will match this alias. CertificateAlias *string `json:"certificateAlias,omitempty"` // Format or protocol for receiving webhooks. Possible values: * **soap** * **http** * **json** CommunicationFormat string `json:"communicationFormat"` // Your description for this webhook configuration. Description *string `json:"description,omitempty"` // SSL version to access the public webhook URL specified in the `url` field. Possible values: * **TLSv1.3** * **TLSv1.2** * **HTTP** - Only allowed on Test environment. If not specified, the webhook will use `sslVersion`: **TLSv1.2**. EncryptionProtocol *string `json:"encryptionProtocol,omitempty"` // Shows how merchant accounts are included in company-level webhooks. Possible values: * **includeAccounts** * **excludeAccounts** * **allAccounts**: Includes all merchant accounts, and does not require specifying `filterMerchantAccounts`. FilterMerchantAccountType *string `json:"filterMerchantAccountType,omitempty"` // A list of merchant account names that are included or excluded from receiving the webhook. Inclusion or exclusion is based on the value defined for `filterMerchantAccountType`. Required if `filterMerchantAccountType` is either: * **includeAccounts** * **excludeAccounts** Not needed for `filterMerchantAccountType`: **allAccounts**. FilterMerchantAccounts []string `json:"filterMerchantAccounts,omitempty"` // Indicates if the webhook configuration has errors that need troubleshooting. If the value is **true**, troubleshoot the configuration using the [testing endpoint](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/companies/{companyId}/webhooks/{webhookid}/test). HasError *bool `json:"hasError,omitempty"` // Indicates if the webhook is password protected. HasPassword *bool `json:"hasPassword,omitempty"` // The [checksum](https://en.wikipedia.org/wiki/Key_checksum_value) of the HMAC key generated for this webhook. You can use this value to uniquely identify the HMAC key configured for this webhook. HmacKeyCheckValue *string `json:"hmacKeyCheckValue,omitempty"` // Unique identifier for this webhook. Id *string `json:"id,omitempty"` // Network type for Terminal API details webhooks. NetworkType *string `json:"networkType,omitempty"` // Indicates if the SOAP action header needs to be populated. Default value: **false**. Only applies if `communicationFormat`: **soap**. PopulateSoapActionHeader *bool `json:"populateSoapActionHeader,omitempty"` // The type of webhook. Possible values are: - **standard** - **account-settings-notification** - **banktransfer-notification** - **boletobancario-notification** - **directdebit-notification** - **ach-notification-of-change-notification** - **pending-notification** - **ideal-notification** - **ideal-pending-notification** - **report-notification** - **terminal-api-notification** Find out more about [standard notification webhooks](https://docs.adyen.com/development-resources/webhooks/understand-notifications#event-codes) and [other types of notifications](https://docs.adyen.com/development-resources/webhooks/understand-notifications#other-notifications). Type string `json:"type"` // Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**. Url string `json:"url"` // Username to access the webhook URL. Username *string `json:"username,omitempty"` }
Webhook struct for Webhook
func NewWebhook ¶
NewWebhook instantiates a new Webhook object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookWithDefaults ¶
func NewWebhookWithDefaults() *Webhook
NewWebhookWithDefaults instantiates a new Webhook object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Webhook) GetAcceptsExpiredCertificate ¶
GetAcceptsExpiredCertificate returns the AcceptsExpiredCertificate field value if set, zero value otherwise.
func (*Webhook) GetAcceptsExpiredCertificateOk ¶
GetAcceptsExpiredCertificateOk returns a tuple with the AcceptsExpiredCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetAcceptsSelfSignedCertificate ¶
GetAcceptsSelfSignedCertificate returns the AcceptsSelfSignedCertificate field value if set, zero value otherwise.
func (*Webhook) GetAcceptsSelfSignedCertificateOk ¶
GetAcceptsSelfSignedCertificateOk returns a tuple with the AcceptsSelfSignedCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetAcceptsUntrustedRootCertificate ¶
GetAcceptsUntrustedRootCertificate returns the AcceptsUntrustedRootCertificate field value if set, zero value otherwise.
func (*Webhook) GetAcceptsUntrustedRootCertificateOk ¶
GetAcceptsUntrustedRootCertificateOk returns a tuple with the AcceptsUntrustedRootCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetAccountReference ¶
GetAccountReference returns the AccountReference field value if set, zero value otherwise.
func (*Webhook) GetAccountReferenceOk ¶
GetAccountReferenceOk returns a tuple with the AccountReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*Webhook) GetAdditionalSettings ¶
func (o *Webhook) GetAdditionalSettings() AdditionalSettingsResponse
GetAdditionalSettings returns the AdditionalSettings field value if set, zero value otherwise.
func (*Webhook) GetAdditionalSettingsOk ¶
func (o *Webhook) GetAdditionalSettingsOk() (*AdditionalSettingsResponse, bool)
GetAdditionalSettingsOk returns a tuple with the AdditionalSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetCertificateAlias ¶
GetCertificateAlias returns the CertificateAlias field value if set, zero value otherwise.
func (*Webhook) GetCertificateAliasOk ¶
GetCertificateAliasOk returns a tuple with the CertificateAlias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetCommunicationFormat ¶
GetCommunicationFormat returns the CommunicationFormat field value
func (*Webhook) GetCommunicationFormatOk ¶
GetCommunicationFormatOk returns a tuple with the CommunicationFormat field value and a boolean to check if the value has been set.
func (*Webhook) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Webhook) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetEncryptionProtocol ¶
GetEncryptionProtocol returns the EncryptionProtocol field value if set, zero value otherwise.
func (*Webhook) GetEncryptionProtocolOk ¶
GetEncryptionProtocolOk returns a tuple with the EncryptionProtocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetFilterMerchantAccountType ¶
GetFilterMerchantAccountType returns the FilterMerchantAccountType field value if set, zero value otherwise.
func (*Webhook) GetFilterMerchantAccountTypeOk ¶
GetFilterMerchantAccountTypeOk returns a tuple with the FilterMerchantAccountType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetFilterMerchantAccounts ¶
GetFilterMerchantAccounts returns the FilterMerchantAccounts field value if set, zero value otherwise.
func (*Webhook) GetFilterMerchantAccountsOk ¶
GetFilterMerchantAccountsOk returns a tuple with the FilterMerchantAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetHasError ¶
GetHasError returns the HasError field value if set, zero value otherwise.
func (*Webhook) GetHasErrorOk ¶
GetHasErrorOk returns a tuple with the HasError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetHasPassword ¶
GetHasPassword returns the HasPassword field value if set, zero value otherwise.
func (*Webhook) GetHasPasswordOk ¶
GetHasPasswordOk returns a tuple with the HasPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetHmacKeyCheckValue ¶
GetHmacKeyCheckValue returns the HmacKeyCheckValue field value if set, zero value otherwise.
func (*Webhook) GetHmacKeyCheckValueOk ¶
GetHmacKeyCheckValueOk returns a tuple with the HmacKeyCheckValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetLinks ¶
func (o *Webhook) GetLinks() WebhookLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*Webhook) GetLinksOk ¶
func (o *Webhook) GetLinksOk() (*WebhookLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetNetworkType ¶
GetNetworkType returns the NetworkType field value if set, zero value otherwise.
func (*Webhook) GetNetworkTypeOk ¶
GetNetworkTypeOk returns a tuple with the NetworkType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetPopulateSoapActionHeader ¶
GetPopulateSoapActionHeader returns the PopulateSoapActionHeader field value if set, zero value otherwise.
func (*Webhook) GetPopulateSoapActionHeaderOk ¶
GetPopulateSoapActionHeaderOk returns a tuple with the PopulateSoapActionHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Webhook) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*Webhook) GetUsername ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*Webhook) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) HasAcceptsExpiredCertificate ¶
HasAcceptsExpiredCertificate returns a boolean if a field has been set.
func (*Webhook) HasAcceptsSelfSignedCertificate ¶
HasAcceptsSelfSignedCertificate returns a boolean if a field has been set.
func (*Webhook) HasAcceptsUntrustedRootCertificate ¶
HasAcceptsUntrustedRootCertificate returns a boolean if a field has been set.
func (*Webhook) HasAccountReference ¶
HasAccountReference returns a boolean if a field has been set.
func (*Webhook) HasAdditionalSettings ¶
HasAdditionalSettings returns a boolean if a field has been set.
func (*Webhook) HasCertificateAlias ¶
HasCertificateAlias returns a boolean if a field has been set.
func (*Webhook) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Webhook) HasEncryptionProtocol ¶
HasEncryptionProtocol returns a boolean if a field has been set.
func (*Webhook) HasFilterMerchantAccountType ¶
HasFilterMerchantAccountType returns a boolean if a field has been set.
func (*Webhook) HasFilterMerchantAccounts ¶
HasFilterMerchantAccounts returns a boolean if a field has been set.
func (*Webhook) HasHasError ¶
HasHasError returns a boolean if a field has been set.
func (*Webhook) HasHasPassword ¶
HasHasPassword returns a boolean if a field has been set.
func (*Webhook) HasHmacKeyCheckValue ¶
HasHmacKeyCheckValue returns a boolean if a field has been set.
func (*Webhook) HasNetworkType ¶
HasNetworkType returns a boolean if a field has been set.
func (*Webhook) HasPopulateSoapActionHeader ¶
HasPopulateSoapActionHeader returns a boolean if a field has been set.
func (*Webhook) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (Webhook) MarshalJSON ¶
func (*Webhook) SetAcceptsExpiredCertificate ¶
SetAcceptsExpiredCertificate gets a reference to the given bool and assigns it to the AcceptsExpiredCertificate field.
func (*Webhook) SetAcceptsSelfSignedCertificate ¶
SetAcceptsSelfSignedCertificate gets a reference to the given bool and assigns it to the AcceptsSelfSignedCertificate field.
func (*Webhook) SetAcceptsUntrustedRootCertificate ¶
SetAcceptsUntrustedRootCertificate gets a reference to the given bool and assigns it to the AcceptsUntrustedRootCertificate field.
func (*Webhook) SetAccountReference ¶
SetAccountReference gets a reference to the given string and assigns it to the AccountReference field.
func (*Webhook) SetAdditionalSettings ¶
func (o *Webhook) SetAdditionalSettings(v AdditionalSettingsResponse)
SetAdditionalSettings gets a reference to the given AdditionalSettingsResponse and assigns it to the AdditionalSettings field.
func (*Webhook) SetCertificateAlias ¶
SetCertificateAlias gets a reference to the given string and assigns it to the CertificateAlias field.
func (*Webhook) SetCommunicationFormat ¶
SetCommunicationFormat sets field value
func (*Webhook) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Webhook) SetEncryptionProtocol ¶
SetEncryptionProtocol gets a reference to the given string and assigns it to the EncryptionProtocol field.
func (*Webhook) SetFilterMerchantAccountType ¶
SetFilterMerchantAccountType gets a reference to the given string and assigns it to the FilterMerchantAccountType field.
func (*Webhook) SetFilterMerchantAccounts ¶
SetFilterMerchantAccounts gets a reference to the given []string and assigns it to the FilterMerchantAccounts field.
func (*Webhook) SetHasError ¶
SetHasError gets a reference to the given bool and assigns it to the HasError field.
func (*Webhook) SetHasPassword ¶
SetHasPassword gets a reference to the given bool and assigns it to the HasPassword field.
func (*Webhook) SetHmacKeyCheckValue ¶
SetHmacKeyCheckValue gets a reference to the given string and assigns it to the HmacKeyCheckValue field.
func (*Webhook) SetLinks ¶
func (o *Webhook) SetLinks(v WebhookLinks)
SetLinks gets a reference to the given WebhookLinks and assigns it to the Links field.
func (*Webhook) SetNetworkType ¶
SetNetworkType gets a reference to the given string and assigns it to the NetworkType field.
func (*Webhook) SetPopulateSoapActionHeader ¶
SetPopulateSoapActionHeader gets a reference to the given bool and assigns it to the PopulateSoapActionHeader field.
func (*Webhook) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
type WebhookLinks ¶
type WebhookLinks struct { Company *LinksElement `json:"company,omitempty"` GenerateHmac LinksElement `json:"generateHmac"` Merchant *LinksElement `json:"merchant,omitempty"` Self LinksElement `json:"self"` TestWebhook LinksElement `json:"testWebhook"` }
WebhookLinks struct for WebhookLinks
func NewWebhookLinks ¶
func NewWebhookLinks(generateHmac LinksElement, self LinksElement, testWebhook LinksElement) *WebhookLinks
NewWebhookLinks instantiates a new WebhookLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookLinksWithDefaults ¶
func NewWebhookLinksWithDefaults() *WebhookLinks
NewWebhookLinksWithDefaults instantiates a new WebhookLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookLinks) GetCompany ¶
func (o *WebhookLinks) GetCompany() LinksElement
GetCompany returns the Company field value if set, zero value otherwise.
func (*WebhookLinks) GetCompanyOk ¶
func (o *WebhookLinks) GetCompanyOk() (*LinksElement, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookLinks) GetGenerateHmac ¶
func (o *WebhookLinks) GetGenerateHmac() LinksElement
GetGenerateHmac returns the GenerateHmac field value
func (*WebhookLinks) GetGenerateHmacOk ¶
func (o *WebhookLinks) GetGenerateHmacOk() (*LinksElement, bool)
GetGenerateHmacOk returns a tuple with the GenerateHmac field value and a boolean to check if the value has been set.
func (*WebhookLinks) GetMerchant ¶
func (o *WebhookLinks) GetMerchant() LinksElement
GetMerchant returns the Merchant field value if set, zero value otherwise.
func (*WebhookLinks) GetMerchantOk ¶
func (o *WebhookLinks) GetMerchantOk() (*LinksElement, bool)
GetMerchantOk returns a tuple with the Merchant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookLinks) GetSelf ¶
func (o *WebhookLinks) GetSelf() LinksElement
GetSelf returns the Self field value
func (*WebhookLinks) GetSelfOk ¶
func (o *WebhookLinks) GetSelfOk() (*LinksElement, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*WebhookLinks) GetTestWebhook ¶
func (o *WebhookLinks) GetTestWebhook() LinksElement
GetTestWebhook returns the TestWebhook field value
func (*WebhookLinks) GetTestWebhookOk ¶
func (o *WebhookLinks) GetTestWebhookOk() (*LinksElement, bool)
GetTestWebhookOk returns a tuple with the TestWebhook field value and a boolean to check if the value has been set.
func (*WebhookLinks) HasCompany ¶
func (o *WebhookLinks) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*WebhookLinks) HasMerchant ¶
func (o *WebhookLinks) HasMerchant() bool
HasMerchant returns a boolean if a field has been set.
func (WebhookLinks) MarshalJSON ¶
func (o WebhookLinks) MarshalJSON() ([]byte, error)
func (*WebhookLinks) SetCompany ¶
func (o *WebhookLinks) SetCompany(v LinksElement)
SetCompany gets a reference to the given LinksElement and assigns it to the Company field.
func (*WebhookLinks) SetGenerateHmac ¶
func (o *WebhookLinks) SetGenerateHmac(v LinksElement)
SetGenerateHmac sets field value
func (*WebhookLinks) SetMerchant ¶
func (o *WebhookLinks) SetMerchant(v LinksElement)
SetMerchant gets a reference to the given LinksElement and assigns it to the Merchant field.
func (*WebhookLinks) SetSelf ¶
func (o *WebhookLinks) SetSelf(v LinksElement)
SetSelf sets field value
func (*WebhookLinks) SetTestWebhook ¶
func (o *WebhookLinks) SetTestWebhook(v LinksElement)
SetTestWebhook sets field value
func (WebhookLinks) ToMap ¶
func (o WebhookLinks) ToMap() (map[string]interface{}, error)
type WebhooksCompanyLevelApi ¶
WebhooksCompanyLevelApi service
func (*WebhooksCompanyLevelApi) GenerateHmacKey ¶
func (a *WebhooksCompanyLevelApi) GenerateHmacKey(ctx context.Context, r WebhooksCompanyLevelApiGenerateHmacKeyInput) (GenerateHmacKeyResponse, *http.Response, error)
GenerateHmacKey Generate an HMAC key
Returns an [HMAC key](https://en.wikipedia.org/wiki/HMAC) for the webhook identified in the path. This key allows you to check the integrity and the origin of the notifications you receive.By creating an HMAC key, you start receiving [HMAC-signed notifications](https://docs.adyen.com/development-resources/webhooks/verify-hmac-signatures#enable-hmac-signatures) from Adyen. Find out more about how to [verify HMAC signatures](https://docs.adyen.com/development-resources/webhooks/verify-hmac-signatures).
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksCompanyLevelApiGenerateHmacKeyInput - Request parameters, see GenerateHmacKeyInput @return GenerateHmacKeyResponse, *http.Response, error
func (*WebhooksCompanyLevelApi) GenerateHmacKeyInput ¶
func (a *WebhooksCompanyLevelApi) GenerateHmacKeyInput(companyId string, webhookId string) WebhooksCompanyLevelApiGenerateHmacKeyInput
Prepare a request for GenerateHmacKey @param companyId The unique identifier of the company account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksCompanyLevelApiGenerateHmacKeyInput
func (*WebhooksCompanyLevelApi) GetWebhook ¶
func (a *WebhooksCompanyLevelApi) GetWebhook(ctx context.Context, r WebhooksCompanyLevelApiGetWebhookInput) (Webhook, *http.Response, error)
GetWebhook Get a webhook
Returns the configuration for the webhook identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksCompanyLevelApiGetWebhookInput - Request parameters, see GetWebhookInput @return Webhook, *http.Response, error
func (*WebhooksCompanyLevelApi) GetWebhookInput ¶
func (a *WebhooksCompanyLevelApi) GetWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiGetWebhookInput
Prepare a request for GetWebhook @param companyId Unique identifier of the [company account](https://docs.adyen.com/account/account-structure#company-account).@param webhookId Unique identifier of the webhook configuration. @return WebhooksCompanyLevelApiGetWebhookInput
func (*WebhooksCompanyLevelApi) ListAllWebhooks ¶
func (a *WebhooksCompanyLevelApi) ListAllWebhooks(ctx context.Context, r WebhooksCompanyLevelApiListAllWebhooksInput) (ListWebhooksResponse, *http.Response, error)
ListAllWebhooks List all webhooks
Lists all webhook configurations for the company account.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksCompanyLevelApiListAllWebhooksInput - Request parameters, see ListAllWebhooksInput @return ListWebhooksResponse, *http.Response, error
func (*WebhooksCompanyLevelApi) ListAllWebhooksInput ¶
func (a *WebhooksCompanyLevelApi) ListAllWebhooksInput(companyId string) WebhooksCompanyLevelApiListAllWebhooksInput
Prepare a request for ListAllWebhooks @param companyId Unique identifier of the [company account](https://docs.adyen.com/account/account-structure#company-account). @return WebhooksCompanyLevelApiListAllWebhooksInput
func (*WebhooksCompanyLevelApi) RemoveWebhook ¶
func (a *WebhooksCompanyLevelApi) RemoveWebhook(ctx context.Context, r WebhooksCompanyLevelApiRemoveWebhookInput) (*http.Response, error)
RemoveWebhook Remove a webhook
Remove the configuration for the webhook identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksCompanyLevelApiRemoveWebhookInput - Request parameters, see RemoveWebhookInput @return *http.Response, error
func (*WebhooksCompanyLevelApi) RemoveWebhookInput ¶
func (a *WebhooksCompanyLevelApi) RemoveWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiRemoveWebhookInput
Prepare a request for RemoveWebhook @param companyId The unique identifier of the company account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksCompanyLevelApiRemoveWebhookInput
func (*WebhooksCompanyLevelApi) SetUpWebhook ¶
func (a *WebhooksCompanyLevelApi) SetUpWebhook(ctx context.Context, r WebhooksCompanyLevelApiSetUpWebhookInput) (Webhook, *http.Response, error)
SetUpWebhook Set up a webhook
Subscribe to receive webhook notifications about events related to your company account. You can add basic authentication to make sure the data is secure.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksCompanyLevelApiSetUpWebhookInput - Request parameters, see SetUpWebhookInput @return Webhook, *http.Response, error
func (*WebhooksCompanyLevelApi) SetUpWebhookInput ¶
func (a *WebhooksCompanyLevelApi) SetUpWebhookInput(companyId string) WebhooksCompanyLevelApiSetUpWebhookInput
Prepare a request for SetUpWebhook @param companyId Unique identifier of the [company account](https://docs.adyen.com/account/account-structure#company-account). @return WebhooksCompanyLevelApiSetUpWebhookInput
func (*WebhooksCompanyLevelApi) TestWebhook ¶
func (a *WebhooksCompanyLevelApi) TestWebhook(ctx context.Context, r WebhooksCompanyLevelApiTestWebhookInput) (TestWebhookResponse, *http.Response, error)
TestWebhook Test a webhook
Sends sample notifications to test if the webhook is set up correctly.
We send sample notifications for maximum 20 of the merchant accounts that the webhook is configured for. If the webhook is configured for more than 20 merchant accounts, use the `merchantIds` array to specify a subset of the merchant accounts for which to send test notifications.
We send four test notifications for each event code you choose. They cover success and failure scenarios for the hard-coded currencies EUR and GBP, regardless of the currencies configured in the merchant accounts. For custom notifications, we only send the specified custom notification.
The response describes the result of the test. The `status` field tells you if the test was successful or not. You can use the other response fields to troubleshoot unsuccessful tests.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksCompanyLevelApiTestWebhookInput - Request parameters, see TestWebhookInput @return TestWebhookResponse, *http.Response, error
func (*WebhooksCompanyLevelApi) TestWebhookInput ¶
func (a *WebhooksCompanyLevelApi) TestWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiTestWebhookInput
Prepare a request for TestWebhook @param companyId The unique identifier of the company account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksCompanyLevelApiTestWebhookInput
func (*WebhooksCompanyLevelApi) UpdateWebhook ¶
func (a *WebhooksCompanyLevelApi) UpdateWebhook(ctx context.Context, r WebhooksCompanyLevelApiUpdateWebhookInput) (Webhook, *http.Response, error)
UpdateWebhook Update a webhook
Make changes to the configuration of the webhook identified in the path. The request contains the new values you want to have in the webhook configuration. The response contains the full configuration for the webhook, which includes the new values from the request.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksCompanyLevelApiUpdateWebhookInput - Request parameters, see UpdateWebhookInput @return Webhook, *http.Response, error
func (*WebhooksCompanyLevelApi) UpdateWebhookInput ¶
func (a *WebhooksCompanyLevelApi) UpdateWebhookInput(companyId string, webhookId string) WebhooksCompanyLevelApiUpdateWebhookInput
Prepare a request for UpdateWebhook @param companyId The unique identifier of the company account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksCompanyLevelApiUpdateWebhookInput
type WebhooksCompanyLevelApiGenerateHmacKeyInput ¶
type WebhooksCompanyLevelApiGenerateHmacKeyInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksCompanyLevelApi.GenerateHmacKey
type WebhooksCompanyLevelApiGetWebhookInput ¶
type WebhooksCompanyLevelApiGetWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksCompanyLevelApi.GetWebhook
type WebhooksCompanyLevelApiListAllWebhooksInput ¶
type WebhooksCompanyLevelApiListAllWebhooksInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksCompanyLevelApi.ListAllWebhooks
func (WebhooksCompanyLevelApiListAllWebhooksInput) PageNumber ¶
func (r WebhooksCompanyLevelApiListAllWebhooksInput) PageNumber(pageNumber int32) WebhooksCompanyLevelApiListAllWebhooksInput
The number of the page to fetch.
func (WebhooksCompanyLevelApiListAllWebhooksInput) PageSize ¶
func (r WebhooksCompanyLevelApiListAllWebhooksInput) PageSize(pageSize int32) WebhooksCompanyLevelApiListAllWebhooksInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
type WebhooksCompanyLevelApiRemoveWebhookInput ¶
type WebhooksCompanyLevelApiRemoveWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksCompanyLevelApi.RemoveWebhook
type WebhooksCompanyLevelApiSetUpWebhookInput ¶
type WebhooksCompanyLevelApiSetUpWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksCompanyLevelApi.SetUpWebhook
func (WebhooksCompanyLevelApiSetUpWebhookInput) CreateCompanyWebhookRequest ¶
func (r WebhooksCompanyLevelApiSetUpWebhookInput) CreateCompanyWebhookRequest(createCompanyWebhookRequest CreateCompanyWebhookRequest) WebhooksCompanyLevelApiSetUpWebhookInput
type WebhooksCompanyLevelApiTestWebhookInput ¶
type WebhooksCompanyLevelApiTestWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksCompanyLevelApi.TestWebhook
func (WebhooksCompanyLevelApiTestWebhookInput) TestCompanyWebhookRequest ¶
func (r WebhooksCompanyLevelApiTestWebhookInput) TestCompanyWebhookRequest(testCompanyWebhookRequest TestCompanyWebhookRequest) WebhooksCompanyLevelApiTestWebhookInput
type WebhooksCompanyLevelApiUpdateWebhookInput ¶
type WebhooksCompanyLevelApiUpdateWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksCompanyLevelApi.UpdateWebhook
func (WebhooksCompanyLevelApiUpdateWebhookInput) UpdateCompanyWebhookRequest ¶
func (r WebhooksCompanyLevelApiUpdateWebhookInput) UpdateCompanyWebhookRequest(updateCompanyWebhookRequest UpdateCompanyWebhookRequest) WebhooksCompanyLevelApiUpdateWebhookInput
type WebhooksMerchantLevelApi ¶
WebhooksMerchantLevelApi service
func (*WebhooksMerchantLevelApi) GenerateHmacKey ¶
func (a *WebhooksMerchantLevelApi) GenerateHmacKey(ctx context.Context, r WebhooksMerchantLevelApiGenerateHmacKeyInput) (GenerateHmacKeyResponse, *http.Response, error)
GenerateHmacKey Generate an HMAC key
Returns an [HMAC key](https://en.wikipedia.org/wiki/HMAC) for the webhook identified in the path. This key allows you to check the integrity and the origin of the notifications you receive.By creating an HMAC key, you start receiving [HMAC-signed notifications](https://docs.adyen.com/development-resources/webhooks/verify-hmac-signatures#enable-hmac-signatures) from Adyen. Find out more about how to [verify HMAC signatures](https://docs.adyen.com/development-resources/webhooks/verify-hmac-signatures).
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksMerchantLevelApiGenerateHmacKeyInput - Request parameters, see GenerateHmacKeyInput @return GenerateHmacKeyResponse, *http.Response, error
func (*WebhooksMerchantLevelApi) GenerateHmacKeyInput ¶
func (a *WebhooksMerchantLevelApi) GenerateHmacKeyInput(merchantId string, webhookId string) WebhooksMerchantLevelApiGenerateHmacKeyInput
Prepare a request for GenerateHmacKey @param merchantId The unique identifier of the merchant account.@param webhookId @return WebhooksMerchantLevelApiGenerateHmacKeyInput
func (*WebhooksMerchantLevelApi) GetWebhook ¶
func (a *WebhooksMerchantLevelApi) GetWebhook(ctx context.Context, r WebhooksMerchantLevelApiGetWebhookInput) (Webhook, *http.Response, error)
GetWebhook Get a webhook
Returns the configuration for the webhook identified in the path.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksMerchantLevelApiGetWebhookInput - Request parameters, see GetWebhookInput @return Webhook, *http.Response, error
func (*WebhooksMerchantLevelApi) GetWebhookInput ¶
func (a *WebhooksMerchantLevelApi) GetWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiGetWebhookInput
Prepare a request for GetWebhook @param merchantId The unique identifier of the merchant account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksMerchantLevelApiGetWebhookInput
func (*WebhooksMerchantLevelApi) ListAllWebhooks ¶
func (a *WebhooksMerchantLevelApi) ListAllWebhooks(ctx context.Context, r WebhooksMerchantLevelApiListAllWebhooksInput) (ListWebhooksResponse, *http.Response, error)
ListAllWebhooks List all webhooks
Lists all webhook configurations for the merchant account.
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksMerchantLevelApiListAllWebhooksInput - Request parameters, see ListAllWebhooksInput @return ListWebhooksResponse, *http.Response, error
func (*WebhooksMerchantLevelApi) ListAllWebhooksInput ¶
func (a *WebhooksMerchantLevelApi) ListAllWebhooksInput(merchantId string) WebhooksMerchantLevelApiListAllWebhooksInput
Prepare a request for ListAllWebhooks @param merchantId The unique identifier of the merchant account. @return WebhooksMerchantLevelApiListAllWebhooksInput
func (*WebhooksMerchantLevelApi) RemoveWebhook ¶
func (a *WebhooksMerchantLevelApi) RemoveWebhook(ctx context.Context, r WebhooksMerchantLevelApiRemoveWebhookInput) (*http.Response, error)
RemoveWebhook Remove a webhook
Remove the configuration for the webhook identified in the path.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksMerchantLevelApiRemoveWebhookInput - Request parameters, see RemoveWebhookInput @return *http.Response, error
func (*WebhooksMerchantLevelApi) RemoveWebhookInput ¶
func (a *WebhooksMerchantLevelApi) RemoveWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiRemoveWebhookInput
Prepare a request for RemoveWebhook @param merchantId The unique identifier of the merchant account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksMerchantLevelApiRemoveWebhookInput
func (*WebhooksMerchantLevelApi) SetUpWebhook ¶
func (a *WebhooksMerchantLevelApi) SetUpWebhook(ctx context.Context, r WebhooksMerchantLevelApiSetUpWebhookInput) (Webhook, *http.Response, error)
SetUpWebhook Set up a webhook
Subscribe to receive webhook notifications about events related to your merchant account. You can add basic authentication to make sure the data is secure.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksMerchantLevelApiSetUpWebhookInput - Request parameters, see SetUpWebhookInput @return Webhook, *http.Response, error
func (*WebhooksMerchantLevelApi) SetUpWebhookInput ¶
func (a *WebhooksMerchantLevelApi) SetUpWebhookInput(merchantId string) WebhooksMerchantLevelApiSetUpWebhookInput
Prepare a request for SetUpWebhook @param merchantId The unique identifier of the merchant account. @return WebhooksMerchantLevelApiSetUpWebhookInput
func (*WebhooksMerchantLevelApi) TestWebhook ¶
func (a *WebhooksMerchantLevelApi) TestWebhook(ctx context.Context, r WebhooksMerchantLevelApiTestWebhookInput) (TestWebhookResponse, *http.Response, error)
TestWebhook Test a webhook
Sends sample notifications to test if the webhook is set up correctly.
We send four test notifications for each event code you choose. They cover success and failure scenarios for the hard-coded currencies EUR and GBP, regardless of the currencies configured in the merchant accounts. For custom notifications, we only send the specified custom notification.
The response describes the result of the test. The `status` field tells you if the test was successful or not. You can use the other fields to troubleshoot unsuccessful tests.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksMerchantLevelApiTestWebhookInput - Request parameters, see TestWebhookInput @return TestWebhookResponse, *http.Response, error
func (*WebhooksMerchantLevelApi) TestWebhookInput ¶
func (a *WebhooksMerchantLevelApi) TestWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiTestWebhookInput
Prepare a request for TestWebhook @param merchantId The unique identifier of the merchant account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksMerchantLevelApiTestWebhookInput
func (*WebhooksMerchantLevelApi) UpdateWebhook ¶
func (a *WebhooksMerchantLevelApi) UpdateWebhook(ctx context.Context, r WebhooksMerchantLevelApiUpdateWebhookInput) (Webhook, *http.Response, error)
UpdateWebhook Update a webhook
Make changes to the configuration of the webhook identified in the path. The request contains the new values you want to have in the webhook configuration. The response contains the full configuration for the webhook, which includes the new values from the request.
To make this request, your API credential must have the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Webhooks read and write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r WebhooksMerchantLevelApiUpdateWebhookInput - Request parameters, see UpdateWebhookInput @return Webhook, *http.Response, error
func (*WebhooksMerchantLevelApi) UpdateWebhookInput ¶
func (a *WebhooksMerchantLevelApi) UpdateWebhookInput(merchantId string, webhookId string) WebhooksMerchantLevelApiUpdateWebhookInput
Prepare a request for UpdateWebhook @param merchantId The unique identifier of the merchant account.@param webhookId Unique identifier of the webhook configuration. @return WebhooksMerchantLevelApiUpdateWebhookInput
type WebhooksMerchantLevelApiGenerateHmacKeyInput ¶
type WebhooksMerchantLevelApiGenerateHmacKeyInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksMerchantLevelApi.GenerateHmacKey
type WebhooksMerchantLevelApiGetWebhookInput ¶
type WebhooksMerchantLevelApiGetWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksMerchantLevelApi.GetWebhook
type WebhooksMerchantLevelApiListAllWebhooksInput ¶
type WebhooksMerchantLevelApiListAllWebhooksInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksMerchantLevelApi.ListAllWebhooks
func (WebhooksMerchantLevelApiListAllWebhooksInput) PageNumber ¶
func (r WebhooksMerchantLevelApiListAllWebhooksInput) PageNumber(pageNumber int32) WebhooksMerchantLevelApiListAllWebhooksInput
The number of the page to fetch.
func (WebhooksMerchantLevelApiListAllWebhooksInput) PageSize ¶
func (r WebhooksMerchantLevelApiListAllWebhooksInput) PageSize(pageSize int32) WebhooksMerchantLevelApiListAllWebhooksInput
The number of items to have on a page, maximum 100. The default is 10 items on a page.
type WebhooksMerchantLevelApiRemoveWebhookInput ¶
type WebhooksMerchantLevelApiRemoveWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksMerchantLevelApi.RemoveWebhook
type WebhooksMerchantLevelApiSetUpWebhookInput ¶
type WebhooksMerchantLevelApiSetUpWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksMerchantLevelApi.SetUpWebhook
func (WebhooksMerchantLevelApiSetUpWebhookInput) CreateMerchantWebhookRequest ¶
func (r WebhooksMerchantLevelApiSetUpWebhookInput) CreateMerchantWebhookRequest(createMerchantWebhookRequest CreateMerchantWebhookRequest) WebhooksMerchantLevelApiSetUpWebhookInput
type WebhooksMerchantLevelApiTestWebhookInput ¶
type WebhooksMerchantLevelApiTestWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksMerchantLevelApi.TestWebhook
func (WebhooksMerchantLevelApiTestWebhookInput) TestWebhookRequest ¶
func (r WebhooksMerchantLevelApiTestWebhookInput) TestWebhookRequest(testWebhookRequest TestWebhookRequest) WebhooksMerchantLevelApiTestWebhookInput
type WebhooksMerchantLevelApiUpdateWebhookInput ¶
type WebhooksMerchantLevelApiUpdateWebhookInput struct {
// contains filtered or unexported fields
}
All parameters accepted by WebhooksMerchantLevelApi.UpdateWebhook
func (WebhooksMerchantLevelApiUpdateWebhookInput) UpdateMerchantWebhookRequest ¶
func (r WebhooksMerchantLevelApiUpdateWebhookInput) UpdateMerchantWebhookRequest(updateMerchantWebhookRequest UpdateMerchantWebhookRequest) WebhooksMerchantLevelApiUpdateWebhookInput
type WifiProfiles ¶
type WifiProfiles struct { // List of remote Wi-Fi profiles. Profiles []Profile `json:"profiles,omitempty"` Settings *Settings `json:"settings,omitempty"` }
WifiProfiles struct for WifiProfiles
func NewWifiProfiles ¶
func NewWifiProfiles() *WifiProfiles
NewWifiProfiles instantiates a new WifiProfiles object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWifiProfilesWithDefaults ¶
func NewWifiProfilesWithDefaults() *WifiProfiles
NewWifiProfilesWithDefaults instantiates a new WifiProfiles object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WifiProfiles) GetProfiles ¶
func (o *WifiProfiles) GetProfiles() []Profile
GetProfiles returns the Profiles field value if set, zero value otherwise.
func (*WifiProfiles) GetProfilesOk ¶
func (o *WifiProfiles) GetProfilesOk() ([]Profile, bool)
GetProfilesOk returns a tuple with the Profiles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WifiProfiles) GetSettings ¶
func (o *WifiProfiles) GetSettings() Settings
GetSettings returns the Settings field value if set, zero value otherwise.
func (*WifiProfiles) GetSettingsOk ¶
func (o *WifiProfiles) GetSettingsOk() (*Settings, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WifiProfiles) HasProfiles ¶
func (o *WifiProfiles) HasProfiles() bool
HasProfiles returns a boolean if a field has been set.
func (*WifiProfiles) HasSettings ¶
func (o *WifiProfiles) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (WifiProfiles) MarshalJSON ¶
func (o WifiProfiles) MarshalJSON() ([]byte, error)
func (*WifiProfiles) SetProfiles ¶
func (o *WifiProfiles) SetProfiles(v []Profile)
SetProfiles gets a reference to the given []Profile and assigns it to the Profiles field.
func (*WifiProfiles) SetSettings ¶
func (o *WifiProfiles) SetSettings(v Settings)
SetSettings gets a reference to the given Settings and assigns it to the Settings field.
func (WifiProfiles) ToMap ¶
func (o WifiProfiles) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_account_company_level.go
- api_account_merchant_level.go
- api_account_store_level.go
- api_allowed_origins_company_level.go
- api_allowed_origins_merchant_level.go
- api_android_files_company_level.go
- api_api_credentials_company_level.go
- api_api_credentials_merchant_level.go
- api_api_key_company_level.go
- api_api_key_merchant_level.go
- api_client_key_company_level.go
- api_client_key_merchant_level.go
- api_my_api_credential.go
- api_payment_methods_merchant_level.go
- api_payout_settings_merchant_level.go
- api_split_configuration_merchant_level.go
- api_terminal_actions_company_level.go
- api_terminal_actions_terminal_level.go
- api_terminal_orders_company_level.go
- api_terminal_orders_merchant_level.go
- api_terminal_settings_company_level.go
- api_terminal_settings_merchant_level.go
- api_terminal_settings_store_level.go
- api_terminal_settings_terminal_level.go
- api_terminals_terminal_level.go
- api_users_company_level.go
- api_users_merchant_level.go
- api_webhooks_company_level.go
- api_webhooks_merchant_level.go
- client.go
- model_additional_commission.go
- model_additional_settings.go
- model_additional_settings_response.go
- model_address.go
- model_afterpay_touch_info.go
- model_allowed_origin.go
- model_allowed_origins_response.go
- model_amount.go
- model_android_app.go
- model_android_apps_response.go
- model_android_certificate.go
- model_android_certificates_response.go
- model_api_credential.go
- model_api_credential_links.go
- model_apple_pay_info.go
- model_bcmc_info.go
- model_billing_entities_response.go
- model_billing_entity.go
- model_cardholder_receipt.go
- model_cartes_bancaires_info.go
- model_clearpay_info.go
- model_commission.go
- model_company.go
- model_company_api_credential.go
- model_company_links.go
- model_company_user.go
- model_configuration.go
- model_connectivity.go
- model_contact.go
- model_create_allowed_origin_request.go
- model_create_api_credential_response.go
- model_create_company_api_credential_request.go
- model_create_company_api_credential_response.go
- model_create_company_user_request.go
- model_create_company_user_response.go
- model_create_company_webhook_request.go
- model_create_merchant_api_credential_request.go
- model_create_merchant_request.go
- model_create_merchant_response.go
- model_create_merchant_user_request.go
- model_create_merchant_webhook_request.go
- model_create_user_response.go
- model_currency.go
- model_custom_notification.go
- model_data_center.go
- model_event_url.go
- model_external_terminal_action.go
- model_file.go
- model_generate_api_key_response.go
- model_generate_client_key_response.go
- model_generate_hmac_key_response.go
- model_generic_pm_with_tdi_info.go
- model_giro_pay_info.go
- model_google_pay_info.go
- model_gratuity.go
- model_hardware.go
- model_id_name.go
- model_install_android_app_details.go
- model_install_android_certificate_details.go
- model_invalid_field.go
- model_json_object.go
- model_json_path.go
- model_key.go
- model_klarna_info.go
- model_links.go
- model_links_element.go
- model_list_company_api_credentials_response.go
- model_list_company_response.go
- model_list_company_users_response.go
- model_list_external_terminal_actions_response.go
- model_list_merchant_api_credentials_response.go
- model_list_merchant_response.go
- model_list_merchant_users_response.go
- model_list_stores_response.go
- model_list_terminals_response.go
- model_list_webhooks_response.go
- model_localization.go
- model_logo.go
- model_me_api_credential.go
- model_meal_voucher_fr_info.go
- model_merchant.go
- model_merchant_links.go
- model_minor_units_monetary_value.go
- model_name.go
- model_name2.go
- model_nexo.go
- model_notification.go
- model_notification_url.go
- model_offline_processing.go
- model_opi.go
- model_order_item.go
- model_pagination_links.go
- model_passcodes.go
- model_pay_at_table.go
- model_pay_pal_info.go
- model_payment.go
- model_payment_method.go
- model_payment_method_response.go
- model_payment_method_setup_info.go
- model_payout_settings.go
- model_payout_settings_request.go
- model_payout_settings_response.go
- model_profile.go
- model_receipt_options.go
- model_receipt_printing.go
- model_release_update_details.go
- model_request_activation_response.go
- model_rest_service_error.go
- model_schedule_terminal_actions_request.go
- model_schedule_terminal_actions_request_action_details.go
- model_schedule_terminal_actions_response.go
- model_settings.go
- model_shipping_location.go
- model_shipping_locations_response.go
- model_signature.go
- model_sofort_info.go
- model_split_configuration.go
- model_split_configuration_list.go
- model_split_configuration_logic.go
- model_split_configuration_rule.go
- model_standalone.go
- model_store.go
- model_store_creation_request.go
- model_store_creation_with_merchant_code_request.go
- model_store_location.go
- model_store_split_configuration.go
- model_surcharge.go
- model_swish_info.go
- model_terminal.go
- model_terminal_action_schedule_detail.go
- model_terminal_assignment.go
- model_terminal_connectivity.go
- model_terminal_connectivity_bluetooth.go
- model_terminal_connectivity_cellular.go
- model_terminal_connectivity_ethernet.go
- model_terminal_connectivity_wifi.go
- model_terminal_models_response.go
- model_terminal_order.go
- model_terminal_order_request.go
- model_terminal_orders_response.go
- model_terminal_product.go
- model_terminal_product_price.go
- model_terminal_products_response.go
- model_terminal_reassignment_request.go
- model_terminal_reassignment_target.go
- model_terminal_settings.go
- model_test_company_webhook_request.go
- model_test_output.go
- model_test_webhook_request.go
- model_test_webhook_response.go
- model_timeouts.go
- model_transaction_description_info.go
- model_twint_info.go
- model_uninstall_android_app_details.go
- model_uninstall_android_certificate_details.go
- model_updatable_address.go
- model_update_company_api_credential_request.go
- model_update_company_user_request.go
- model_update_company_webhook_request.go
- model_update_merchant_api_credential_request.go
- model_update_merchant_user_request.go
- model_update_merchant_webhook_request.go
- model_update_payment_method_info.go
- model_update_payout_settings_request.go
- model_update_split_configuration_logic_request.go
- model_update_split_configuration_request.go
- model_update_split_configuration_rule_request.go
- model_update_store_request.go
- model_upload_android_app_response.go
- model_url.go
- model_user.go
- model_vipps_info.go
- model_webhook.go
- model_webhook_links.go
- model_wifi_profiles.go