Versions in this module Expand all Collapse all v19 v19.0.0 Feb 26, 2025 Changes in this version + type Address struct + City string + Country string + HouseNumberOrName string + PostalCode string + StateOrProvince *string + Street string + func NewAddress(city string, country string, houseNumberOrName string, postalCode string, ...) *Address + func NewAddressWithDefaults() *Address + func (o *Address) GetCity() string + func (o *Address) GetCityOk() (*string, bool) + func (o *Address) GetCountry() string + func (o *Address) GetCountryOk() (*string, bool) + func (o *Address) GetHouseNumberOrName() string + func (o *Address) GetHouseNumberOrNameOk() (*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) GetStreet() string + func (o *Address) GetStreetOk() (*string, bool) + func (o *Address) HasStateOrProvince() bool + func (o *Address) SetCity(v string) + func (o *Address) SetCountry(v string) + func (o *Address) SetHouseNumberOrName(v string) + func (o *Address) SetPostalCode(v string) + func (o *Address) SetStateOrProvince(v string) + func (o *Address) SetStreet(v string) + func (o Address) MarshalJSON() ([]byte, error) + func (o Address) ToMap() (map[string]interface{}, error) + type Amount struct + Currency string + Value int64 + func NewAmount(currency string, value int64) *Amount + func NewAmountWithDefaults() *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) SetCurrency(v string) + func (o *Amount) SetValue(v int64) + func (o Amount) MarshalJSON() ([]byte, error) + func (o Amount) ToMap() (map[string]interface{}, error) + type BankAccount struct + BankAccountNumber *string + BankCity *string + BankLocationId *string + BankName *string + Bic *string + CountryCode *string + Iban *string + OwnerName *string + TaxId *string + func NewBankAccount() *BankAccount + func NewBankAccountWithDefaults() *BankAccount + func (o *BankAccount) GetBankAccountNumber() string + func (o *BankAccount) GetBankAccountNumberOk() (*string, bool) + func (o *BankAccount) GetBankCity() string + func (o *BankAccount) GetBankCityOk() (*string, bool) + func (o *BankAccount) GetBankLocationId() string + func (o *BankAccount) GetBankLocationIdOk() (*string, bool) + func (o *BankAccount) GetBankName() string + func (o *BankAccount) GetBankNameOk() (*string, bool) + func (o *BankAccount) GetBic() string + func (o *BankAccount) GetBicOk() (*string, bool) + func (o *BankAccount) GetCountryCode() string + func (o *BankAccount) GetCountryCodeOk() (*string, bool) + func (o *BankAccount) GetIban() string + func (o *BankAccount) GetIbanOk() (*string, bool) + func (o *BankAccount) GetOwnerName() string + func (o *BankAccount) GetOwnerNameOk() (*string, bool) + func (o *BankAccount) GetTaxId() string + func (o *BankAccount) GetTaxIdOk() (*string, bool) + func (o *BankAccount) HasBankAccountNumber() bool + func (o *BankAccount) HasBankCity() bool + func (o *BankAccount) HasBankLocationId() bool + func (o *BankAccount) HasBankName() bool + func (o *BankAccount) HasBic() bool + func (o *BankAccount) HasCountryCode() bool + func (o *BankAccount) HasIban() bool + func (o *BankAccount) HasOwnerName() bool + func (o *BankAccount) HasTaxId() bool + func (o *BankAccount) SetBankAccountNumber(v string) + func (o *BankAccount) SetBankCity(v string) + func (o *BankAccount) SetBankLocationId(v string) + func (o *BankAccount) SetBankName(v string) + func (o *BankAccount) SetBic(v string) + func (o *BankAccount) SetCountryCode(v string) + func (o *BankAccount) SetIban(v string) + func (o *BankAccount) SetOwnerName(v string) + func (o *BankAccount) SetTaxId(v string) + func (o BankAccount) MarshalJSON() ([]byte, error) + func (o BankAccount) ToMap() (map[string]interface{}, error) + type Card struct + Cvc *string + ExpiryMonth *string + ExpiryYear *string + HolderName *string + IssueNumber *string + Number *string + StartMonth *string + StartYear *string + func NewCard() *Card + func NewCardWithDefaults() *Card + func (o *Card) GetCvc() string + func (o *Card) GetCvcOk() (*string, bool) + func (o *Card) GetExpiryMonth() string + func (o *Card) GetExpiryMonthOk() (*string, bool) + func (o *Card) GetExpiryYear() string + func (o *Card) GetExpiryYearOk() (*string, bool) + func (o *Card) GetHolderName() string + func (o *Card) GetHolderNameOk() (*string, bool) + func (o *Card) GetIssueNumber() string + func (o *Card) GetIssueNumberOk() (*string, bool) + func (o *Card) GetNumber() string + func (o *Card) GetNumberOk() (*string, bool) + func (o *Card) GetStartMonth() string + func (o *Card) GetStartMonthOk() (*string, bool) + func (o *Card) GetStartYear() string + func (o *Card) GetStartYearOk() (*string, bool) + func (o *Card) HasCvc() bool + func (o *Card) HasExpiryMonth() bool + func (o *Card) HasExpiryYear() bool + func (o *Card) HasHolderName() bool + func (o *Card) HasIssueNumber() bool + func (o *Card) HasNumber() bool + func (o *Card) HasStartMonth() bool + func (o *Card) HasStartYear() bool + func (o *Card) SetCvc(v string) + func (o *Card) SetExpiryMonth(v string) + func (o *Card) SetExpiryYear(v string) + func (o *Card) SetHolderName(v string) + func (o *Card) SetIssueNumber(v string) + func (o *Card) SetNumber(v string) + func (o *Card) SetStartMonth(v string) + func (o *Card) SetStartYear(v string) + func (o Card) MarshalJSON() ([]byte, error) + func (o Card) ToMap() (map[string]interface{}, error) + type CreatePermitRequest struct + MerchantAccount string + Permits []Permit + RecurringDetailReference string + ShopperReference string + func NewCreatePermitRequest(merchantAccount string, permits []Permit, recurringDetailReference string, ...) *CreatePermitRequest + func NewCreatePermitRequestWithDefaults() *CreatePermitRequest + func (o *CreatePermitRequest) GetMerchantAccount() string + func (o *CreatePermitRequest) GetMerchantAccountOk() (*string, bool) + func (o *CreatePermitRequest) GetPermits() []Permit + func (o *CreatePermitRequest) GetPermitsOk() ([]Permit, bool) + func (o *CreatePermitRequest) GetRecurringDetailReference() string + func (o *CreatePermitRequest) GetRecurringDetailReferenceOk() (*string, bool) + func (o *CreatePermitRequest) GetShopperReference() string + func (o *CreatePermitRequest) GetShopperReferenceOk() (*string, bool) + func (o *CreatePermitRequest) SetMerchantAccount(v string) + func (o *CreatePermitRequest) SetPermits(v []Permit) + func (o *CreatePermitRequest) SetRecurringDetailReference(v string) + func (o *CreatePermitRequest) SetShopperReference(v string) + func (o CreatePermitRequest) MarshalJSON() ([]byte, error) + func (o CreatePermitRequest) ToMap() (map[string]interface{}, error) + type CreatePermitResult struct + PermitResultList []PermitResult + PspReference *string + func NewCreatePermitResult() *CreatePermitResult + func NewCreatePermitResultWithDefaults() *CreatePermitResult + func (o *CreatePermitResult) GetPermitResultList() []PermitResult + func (o *CreatePermitResult) GetPermitResultListOk() ([]PermitResult, bool) + func (o *CreatePermitResult) GetPspReference() string + func (o *CreatePermitResult) GetPspReferenceOk() (*string, bool) + func (o *CreatePermitResult) HasPermitResultList() bool + func (o *CreatePermitResult) HasPspReference() bool + func (o *CreatePermitResult) SetPermitResultList(v []PermitResult) + func (o *CreatePermitResult) SetPspReference(v string) + func (o CreatePermitResult) MarshalJSON() ([]byte, error) + func (o CreatePermitResult) ToMap() (map[string]interface{}, error) + type DisablePermitRequest struct + MerchantAccount string + Token string + func NewDisablePermitRequest(merchantAccount string, token string) *DisablePermitRequest + func NewDisablePermitRequestWithDefaults() *DisablePermitRequest + func (o *DisablePermitRequest) GetMerchantAccount() string + func (o *DisablePermitRequest) GetMerchantAccountOk() (*string, bool) + func (o *DisablePermitRequest) GetToken() string + func (o *DisablePermitRequest) GetTokenOk() (*string, bool) + func (o *DisablePermitRequest) SetMerchantAccount(v string) + func (o *DisablePermitRequest) SetToken(v string) + func (o DisablePermitRequest) MarshalJSON() ([]byte, error) + func (o DisablePermitRequest) ToMap() (map[string]interface{}, error) + type DisablePermitResult struct + PspReference *string + Status *string + func NewDisablePermitResult() *DisablePermitResult + func NewDisablePermitResultWithDefaults() *DisablePermitResult + func (o *DisablePermitResult) GetPspReference() string + func (o *DisablePermitResult) GetPspReferenceOk() (*string, bool) + func (o *DisablePermitResult) GetStatus() string + func (o *DisablePermitResult) GetStatusOk() (*string, bool) + func (o *DisablePermitResult) HasPspReference() bool + func (o *DisablePermitResult) HasStatus() bool + func (o *DisablePermitResult) SetPspReference(v string) + func (o *DisablePermitResult) SetStatus(v string) + func (o DisablePermitResult) MarshalJSON() ([]byte, error) + func (o DisablePermitResult) ToMap() (map[string]interface{}, error) + type DisableRequest struct + Contract *string + MerchantAccount string + RecurringDetailReference *string + ShopperReference string + func NewDisableRequest(merchantAccount string, shopperReference string) *DisableRequest + func NewDisableRequestWithDefaults() *DisableRequest + func (o *DisableRequest) GetContract() string + func (o *DisableRequest) GetContractOk() (*string, bool) + func (o *DisableRequest) GetMerchantAccount() string + func (o *DisableRequest) GetMerchantAccountOk() (*string, bool) + func (o *DisableRequest) GetRecurringDetailReference() string + func (o *DisableRequest) GetRecurringDetailReferenceOk() (*string, bool) + func (o *DisableRequest) GetShopperReference() string + func (o *DisableRequest) GetShopperReferenceOk() (*string, bool) + func (o *DisableRequest) HasContract() bool + func (o *DisableRequest) HasRecurringDetailReference() bool + func (o *DisableRequest) SetContract(v string) + func (o *DisableRequest) SetMerchantAccount(v string) + func (o *DisableRequest) SetRecurringDetailReference(v string) + func (o *DisableRequest) SetShopperReference(v string) + func (o DisableRequest) MarshalJSON() ([]byte, error) + func (o DisableRequest) ToMap() (map[string]interface{}, error) + type DisableResult struct + Response *string + func NewDisableResult() *DisableResult + func NewDisableResultWithDefaults() *DisableResult + func (o *DisableResult) GetResponse() string + func (o *DisableResult) GetResponseOk() (*string, bool) + func (o *DisableResult) HasResponse() bool + func (o *DisableResult) SetResponse(v string) + func (o DisableResult) MarshalJSON() ([]byte, error) + func (o DisableResult) ToMap() (map[string]interface{}, error) + type GeneralApi common.Service + func (a *GeneralApi) CreatePermit(ctx context.Context, r GeneralApiCreatePermitInput) (CreatePermitResult, *http.Response, error) + func (a *GeneralApi) CreatePermitInput() GeneralApiCreatePermitInput + func (a *GeneralApi) Disable(ctx context.Context, r GeneralApiDisableInput) (DisableResult, *http.Response, error) + func (a *GeneralApi) DisableInput() GeneralApiDisableInput + func (a *GeneralApi) DisablePermit(ctx context.Context, r GeneralApiDisablePermitInput) (DisablePermitResult, *http.Response, error) + func (a *GeneralApi) DisablePermitInput() GeneralApiDisablePermitInput + func (a *GeneralApi) ListRecurringDetails(ctx context.Context, r GeneralApiListRecurringDetailsInput) (RecurringDetailsResult, *http.Response, error) + func (a *GeneralApi) ListRecurringDetailsInput() GeneralApiListRecurringDetailsInput + func (a *GeneralApi) NotifyShopper(ctx context.Context, r GeneralApiNotifyShopperInput) (NotifyShopperResult, *http.Response, error) + func (a *GeneralApi) NotifyShopperInput() GeneralApiNotifyShopperInput + func (a *GeneralApi) ScheduleAccountUpdater(ctx context.Context, r GeneralApiScheduleAccountUpdaterInput) (ScheduleAccountUpdaterResult, *http.Response, error) + func (a *GeneralApi) ScheduleAccountUpdaterInput() GeneralApiScheduleAccountUpdaterInput + type GeneralApiCreatePermitInput struct + func (r GeneralApiCreatePermitInput) CreatePermitRequest(createPermitRequest CreatePermitRequest) GeneralApiCreatePermitInput + type GeneralApiDisableInput struct + func (r GeneralApiDisableInput) DisableRequest(disableRequest DisableRequest) GeneralApiDisableInput + type GeneralApiDisablePermitInput struct + func (r GeneralApiDisablePermitInput) DisablePermitRequest(disablePermitRequest DisablePermitRequest) GeneralApiDisablePermitInput + type GeneralApiListRecurringDetailsInput struct + func (r GeneralApiListRecurringDetailsInput) RecurringDetailsRequest(recurringDetailsRequest RecurringDetailsRequest) GeneralApiListRecurringDetailsInput + type GeneralApiNotifyShopperInput struct + func (r GeneralApiNotifyShopperInput) NotifyShopperRequest(notifyShopperRequest NotifyShopperRequest) GeneralApiNotifyShopperInput + type GeneralApiScheduleAccountUpdaterInput struct + func (r GeneralApiScheduleAccountUpdaterInput) ScheduleAccountUpdaterRequest(scheduleAccountUpdaterRequest ScheduleAccountUpdaterRequest) GeneralApiScheduleAccountUpdaterInput + type Name struct + FirstName string + LastName string + func NewName(firstName string, lastName string) *Name + func NewNameWithDefaults() *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) SetFirstName(v string) + func (o *Name) SetLastName(v string) + func (o Name) MarshalJSON() ([]byte, error) + func (o Name) ToMap() (map[string]interface{}, error) + type NotifyShopperRequest struct + Amount Amount + BillingDate *string + BillingSequenceNumber *string + DisplayedReference *string + MerchantAccount string + RecurringDetailReference *string + Reference string + ShopperReference string + StoredPaymentMethodId *string + func NewNotifyShopperRequest(amount Amount, merchantAccount string, reference string, ...) *NotifyShopperRequest + func NewNotifyShopperRequestWithDefaults() *NotifyShopperRequest + func (o *NotifyShopperRequest) GetAmount() Amount + func (o *NotifyShopperRequest) GetAmountOk() (*Amount, bool) + func (o *NotifyShopperRequest) GetBillingDate() string + func (o *NotifyShopperRequest) GetBillingDateOk() (*string, bool) + func (o *NotifyShopperRequest) GetBillingSequenceNumber() string + func (o *NotifyShopperRequest) GetBillingSequenceNumberOk() (*string, bool) + func (o *NotifyShopperRequest) GetDisplayedReference() string + func (o *NotifyShopperRequest) GetDisplayedReferenceOk() (*string, bool) + func (o *NotifyShopperRequest) GetMerchantAccount() string + func (o *NotifyShopperRequest) GetMerchantAccountOk() (*string, bool) + func (o *NotifyShopperRequest) GetRecurringDetailReference() string + func (o *NotifyShopperRequest) GetRecurringDetailReferenceOk() (*string, bool) + func (o *NotifyShopperRequest) GetReference() string + func (o *NotifyShopperRequest) GetReferenceOk() (*string, bool) + func (o *NotifyShopperRequest) GetShopperReference() string + func (o *NotifyShopperRequest) GetShopperReferenceOk() (*string, bool) + func (o *NotifyShopperRequest) GetStoredPaymentMethodId() string + func (o *NotifyShopperRequest) GetStoredPaymentMethodIdOk() (*string, bool) + func (o *NotifyShopperRequest) HasBillingDate() bool + func (o *NotifyShopperRequest) HasBillingSequenceNumber() bool + func (o *NotifyShopperRequest) HasDisplayedReference() bool + func (o *NotifyShopperRequest) HasRecurringDetailReference() bool + func (o *NotifyShopperRequest) HasStoredPaymentMethodId() bool + func (o *NotifyShopperRequest) SetAmount(v Amount) + func (o *NotifyShopperRequest) SetBillingDate(v string) + func (o *NotifyShopperRequest) SetBillingSequenceNumber(v string) + func (o *NotifyShopperRequest) SetDisplayedReference(v string) + func (o *NotifyShopperRequest) SetMerchantAccount(v string) + func (o *NotifyShopperRequest) SetRecurringDetailReference(v string) + func (o *NotifyShopperRequest) SetReference(v string) + func (o *NotifyShopperRequest) SetShopperReference(v string) + func (o *NotifyShopperRequest) SetStoredPaymentMethodId(v string) + func (o NotifyShopperRequest) MarshalJSON() ([]byte, error) + func (o NotifyShopperRequest) ToMap() (map[string]interface{}, error) + type NotifyShopperResult struct + DisplayedReference *string + Message *string + PspReference *string + Reference *string + ResultCode *string + ShopperNotificationReference *string + StoredPaymentMethodId *string + func NewNotifyShopperResult() *NotifyShopperResult + func NewNotifyShopperResultWithDefaults() *NotifyShopperResult + func (o *NotifyShopperResult) GetDisplayedReference() string + func (o *NotifyShopperResult) GetDisplayedReferenceOk() (*string, bool) + func (o *NotifyShopperResult) GetMessage() string + func (o *NotifyShopperResult) GetMessageOk() (*string, bool) + func (o *NotifyShopperResult) GetPspReference() string + func (o *NotifyShopperResult) GetPspReferenceOk() (*string, bool) + func (o *NotifyShopperResult) GetReference() string + func (o *NotifyShopperResult) GetReferenceOk() (*string, bool) + func (o *NotifyShopperResult) GetResultCode() string + func (o *NotifyShopperResult) GetResultCodeOk() (*string, bool) + func (o *NotifyShopperResult) GetShopperNotificationReference() string + func (o *NotifyShopperResult) GetShopperNotificationReferenceOk() (*string, bool) + func (o *NotifyShopperResult) GetStoredPaymentMethodId() string + func (o *NotifyShopperResult) GetStoredPaymentMethodIdOk() (*string, bool) + func (o *NotifyShopperResult) HasDisplayedReference() bool + func (o *NotifyShopperResult) HasMessage() bool + func (o *NotifyShopperResult) HasPspReference() bool + func (o *NotifyShopperResult) HasReference() bool + func (o *NotifyShopperResult) HasResultCode() bool + func (o *NotifyShopperResult) HasShopperNotificationReference() bool + func (o *NotifyShopperResult) HasStoredPaymentMethodId() bool + func (o *NotifyShopperResult) SetDisplayedReference(v string) + func (o *NotifyShopperResult) SetMessage(v string) + func (o *NotifyShopperResult) SetPspReference(v string) + func (o *NotifyShopperResult) SetReference(v string) + func (o *NotifyShopperResult) SetResultCode(v string) + func (o *NotifyShopperResult) SetShopperNotificationReference(v string) + func (o *NotifyShopperResult) SetStoredPaymentMethodId(v string) + func (o NotifyShopperResult) MarshalJSON() ([]byte, error) + func (o NotifyShopperResult) ToMap() (map[string]interface{}, error) + type NullableAddress struct + func NewNullableAddress(val *Address) *NullableAddress + func (v *NullableAddress) Set(val *Address) + func (v *NullableAddress) UnmarshalJSON(src []byte) error + func (v *NullableAddress) Unset() + func (v NullableAddress) Get() *Address + func (v NullableAddress) IsSet() bool + func (v NullableAddress) MarshalJSON() ([]byte, error) + type NullableAmount struct + func NewNullableAmount(val *Amount) *NullableAmount + func (v *NullableAmount) Set(val *Amount) + func (v *NullableAmount) UnmarshalJSON(src []byte) error + func (v *NullableAmount) Unset() + func (v NullableAmount) Get() *Amount + func (v NullableAmount) IsSet() bool + func (v NullableAmount) MarshalJSON() ([]byte, error) + type NullableBankAccount struct + func NewNullableBankAccount(val *BankAccount) *NullableBankAccount + func (v *NullableBankAccount) Set(val *BankAccount) + func (v *NullableBankAccount) UnmarshalJSON(src []byte) error + func (v *NullableBankAccount) Unset() + func (v NullableBankAccount) Get() *BankAccount + func (v NullableBankAccount) IsSet() bool + func (v NullableBankAccount) MarshalJSON() ([]byte, error) + type NullableCard struct + func NewNullableCard(val *Card) *NullableCard + func (v *NullableCard) Set(val *Card) + func (v *NullableCard) UnmarshalJSON(src []byte) error + func (v *NullableCard) Unset() + func (v NullableCard) Get() *Card + func (v NullableCard) IsSet() bool + func (v NullableCard) MarshalJSON() ([]byte, error) + type NullableCreatePermitRequest struct + func NewNullableCreatePermitRequest(val *CreatePermitRequest) *NullableCreatePermitRequest + func (v *NullableCreatePermitRequest) Set(val *CreatePermitRequest) + func (v *NullableCreatePermitRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreatePermitRequest) Unset() + func (v NullableCreatePermitRequest) Get() *CreatePermitRequest + func (v NullableCreatePermitRequest) IsSet() bool + func (v NullableCreatePermitRequest) MarshalJSON() ([]byte, error) + type NullableCreatePermitResult struct + func NewNullableCreatePermitResult(val *CreatePermitResult) *NullableCreatePermitResult + func (v *NullableCreatePermitResult) Set(val *CreatePermitResult) + func (v *NullableCreatePermitResult) UnmarshalJSON(src []byte) error + func (v *NullableCreatePermitResult) Unset() + func (v NullableCreatePermitResult) Get() *CreatePermitResult + func (v NullableCreatePermitResult) IsSet() bool + func (v NullableCreatePermitResult) MarshalJSON() ([]byte, error) + type NullableDisablePermitRequest struct + func NewNullableDisablePermitRequest(val *DisablePermitRequest) *NullableDisablePermitRequest + func (v *NullableDisablePermitRequest) Set(val *DisablePermitRequest) + func (v *NullableDisablePermitRequest) UnmarshalJSON(src []byte) error + func (v *NullableDisablePermitRequest) Unset() + func (v NullableDisablePermitRequest) Get() *DisablePermitRequest + func (v NullableDisablePermitRequest) IsSet() bool + func (v NullableDisablePermitRequest) MarshalJSON() ([]byte, error) + type NullableDisablePermitResult struct + func NewNullableDisablePermitResult(val *DisablePermitResult) *NullableDisablePermitResult + func (v *NullableDisablePermitResult) Set(val *DisablePermitResult) + func (v *NullableDisablePermitResult) UnmarshalJSON(src []byte) error + func (v *NullableDisablePermitResult) Unset() + func (v NullableDisablePermitResult) Get() *DisablePermitResult + func (v NullableDisablePermitResult) IsSet() bool + func (v NullableDisablePermitResult) MarshalJSON() ([]byte, error) + type NullableDisableRequest struct + func NewNullableDisableRequest(val *DisableRequest) *NullableDisableRequest + func (v *NullableDisableRequest) Set(val *DisableRequest) + func (v *NullableDisableRequest) UnmarshalJSON(src []byte) error + func (v *NullableDisableRequest) Unset() + func (v NullableDisableRequest) Get() *DisableRequest + func (v NullableDisableRequest) IsSet() bool + func (v NullableDisableRequest) MarshalJSON() ([]byte, error) + type NullableDisableResult struct + func NewNullableDisableResult(val *DisableResult) *NullableDisableResult + func (v *NullableDisableResult) Set(val *DisableResult) + func (v *NullableDisableResult) UnmarshalJSON(src []byte) error + func (v *NullableDisableResult) Unset() + func (v NullableDisableResult) Get() *DisableResult + func (v NullableDisableResult) IsSet() bool + func (v NullableDisableResult) MarshalJSON() ([]byte, error) + type NullableName struct + func NewNullableName(val *Name) *NullableName + func (v *NullableName) Set(val *Name) + func (v *NullableName) UnmarshalJSON(src []byte) error + func (v *NullableName) Unset() + func (v NullableName) Get() *Name + func (v NullableName) IsSet() bool + func (v NullableName) MarshalJSON() ([]byte, error) + type NullableNotifyShopperRequest struct + func NewNullableNotifyShopperRequest(val *NotifyShopperRequest) *NullableNotifyShopperRequest + func (v *NullableNotifyShopperRequest) Set(val *NotifyShopperRequest) + func (v *NullableNotifyShopperRequest) UnmarshalJSON(src []byte) error + func (v *NullableNotifyShopperRequest) Unset() + func (v NullableNotifyShopperRequest) Get() *NotifyShopperRequest + func (v NullableNotifyShopperRequest) IsSet() bool + func (v NullableNotifyShopperRequest) MarshalJSON() ([]byte, error) + type NullableNotifyShopperResult struct + func NewNullableNotifyShopperResult(val *NotifyShopperResult) *NullableNotifyShopperResult + func (v *NullableNotifyShopperResult) Set(val *NotifyShopperResult) + func (v *NullableNotifyShopperResult) UnmarshalJSON(src []byte) error + func (v *NullableNotifyShopperResult) Unset() + func (v NullableNotifyShopperResult) Get() *NotifyShopperResult + func (v NullableNotifyShopperResult) IsSet() bool + func (v NullableNotifyShopperResult) MarshalJSON() ([]byte, error) + type NullablePermit struct + func NewNullablePermit(val *Permit) *NullablePermit + func (v *NullablePermit) Set(val *Permit) + func (v *NullablePermit) UnmarshalJSON(src []byte) error + func (v *NullablePermit) Unset() + func (v NullablePermit) Get() *Permit + func (v NullablePermit) IsSet() bool + func (v NullablePermit) MarshalJSON() ([]byte, error) + type NullablePermitRestriction struct + func NewNullablePermitRestriction(val *PermitRestriction) *NullablePermitRestriction + func (v *NullablePermitRestriction) Set(val *PermitRestriction) + func (v *NullablePermitRestriction) UnmarshalJSON(src []byte) error + func (v *NullablePermitRestriction) Unset() + func (v NullablePermitRestriction) Get() *PermitRestriction + func (v NullablePermitRestriction) IsSet() bool + func (v NullablePermitRestriction) MarshalJSON() ([]byte, error) + type NullablePermitResult struct + func NewNullablePermitResult(val *PermitResult) *NullablePermitResult + func (v *NullablePermitResult) Set(val *PermitResult) + func (v *NullablePermitResult) UnmarshalJSON(src []byte) error + func (v *NullablePermitResult) Unset() + func (v NullablePermitResult) Get() *PermitResult + func (v NullablePermitResult) IsSet() bool + func (v NullablePermitResult) MarshalJSON() ([]byte, error) + type NullableRecurring struct + func NewNullableRecurring(val *Recurring) *NullableRecurring + func (v *NullableRecurring) Set(val *Recurring) + func (v *NullableRecurring) UnmarshalJSON(src []byte) error + func (v *NullableRecurring) Unset() + func (v NullableRecurring) Get() *Recurring + func (v NullableRecurring) IsSet() bool + func (v NullableRecurring) MarshalJSON() ([]byte, error) + type NullableRecurringDetail struct + func NewNullableRecurringDetail(val *RecurringDetail) *NullableRecurringDetail + func (v *NullableRecurringDetail) Set(val *RecurringDetail) + func (v *NullableRecurringDetail) UnmarshalJSON(src []byte) error + func (v *NullableRecurringDetail) Unset() + func (v NullableRecurringDetail) Get() *RecurringDetail + func (v NullableRecurringDetail) IsSet() bool + func (v NullableRecurringDetail) MarshalJSON() ([]byte, error) + type NullableRecurringDetailWrapper struct + func NewNullableRecurringDetailWrapper(val *RecurringDetailWrapper) *NullableRecurringDetailWrapper + func (v *NullableRecurringDetailWrapper) Set(val *RecurringDetailWrapper) + func (v *NullableRecurringDetailWrapper) UnmarshalJSON(src []byte) error + func (v *NullableRecurringDetailWrapper) Unset() + func (v NullableRecurringDetailWrapper) Get() *RecurringDetailWrapper + func (v NullableRecurringDetailWrapper) IsSet() bool + func (v NullableRecurringDetailWrapper) MarshalJSON() ([]byte, error) + type NullableRecurringDetailsRequest struct + func NewNullableRecurringDetailsRequest(val *RecurringDetailsRequest) *NullableRecurringDetailsRequest + func (v *NullableRecurringDetailsRequest) Set(val *RecurringDetailsRequest) + func (v *NullableRecurringDetailsRequest) UnmarshalJSON(src []byte) error + func (v *NullableRecurringDetailsRequest) Unset() + func (v NullableRecurringDetailsRequest) Get() *RecurringDetailsRequest + func (v NullableRecurringDetailsRequest) IsSet() bool + func (v NullableRecurringDetailsRequest) MarshalJSON() ([]byte, error) + type NullableRecurringDetailsResult struct + func NewNullableRecurringDetailsResult(val *RecurringDetailsResult) *NullableRecurringDetailsResult + func (v *NullableRecurringDetailsResult) Set(val *RecurringDetailsResult) + func (v *NullableRecurringDetailsResult) UnmarshalJSON(src []byte) error + func (v *NullableRecurringDetailsResult) Unset() + func (v NullableRecurringDetailsResult) Get() *RecurringDetailsResult + func (v NullableRecurringDetailsResult) IsSet() bool + func (v NullableRecurringDetailsResult) MarshalJSON() ([]byte, error) + type NullableScheduleAccountUpdaterRequest struct + func NewNullableScheduleAccountUpdaterRequest(val *ScheduleAccountUpdaterRequest) *NullableScheduleAccountUpdaterRequest + func (v *NullableScheduleAccountUpdaterRequest) Set(val *ScheduleAccountUpdaterRequest) + func (v *NullableScheduleAccountUpdaterRequest) UnmarshalJSON(src []byte) error + func (v *NullableScheduleAccountUpdaterRequest) Unset() + func (v NullableScheduleAccountUpdaterRequest) Get() *ScheduleAccountUpdaterRequest + func (v NullableScheduleAccountUpdaterRequest) IsSet() bool + func (v NullableScheduleAccountUpdaterRequest) MarshalJSON() ([]byte, error) + type NullableScheduleAccountUpdaterResult struct + func NewNullableScheduleAccountUpdaterResult(val *ScheduleAccountUpdaterResult) *NullableScheduleAccountUpdaterResult + func (v *NullableScheduleAccountUpdaterResult) Set(val *ScheduleAccountUpdaterResult) + func (v *NullableScheduleAccountUpdaterResult) UnmarshalJSON(src []byte) error + func (v *NullableScheduleAccountUpdaterResult) Unset() + func (v NullableScheduleAccountUpdaterResult) Get() *ScheduleAccountUpdaterResult + func (v NullableScheduleAccountUpdaterResult) IsSet() bool + func (v NullableScheduleAccountUpdaterResult) MarshalJSON() ([]byte, error) + type NullableServiceError struct + func NewNullableServiceError(val *ServiceError) *NullableServiceError + func (v *NullableServiceError) Set(val *ServiceError) + func (v *NullableServiceError) UnmarshalJSON(src []byte) error + func (v *NullableServiceError) Unset() + func (v NullableServiceError) Get() *ServiceError + func (v NullableServiceError) IsSet() bool + func (v NullableServiceError) MarshalJSON() ([]byte, error) + type NullableTokenDetails struct + func NewNullableTokenDetails(val *TokenDetails) *NullableTokenDetails + func (v *NullableTokenDetails) Set(val *TokenDetails) + func (v *NullableTokenDetails) UnmarshalJSON(src []byte) error + func (v *NullableTokenDetails) Unset() + func (v NullableTokenDetails) Get() *TokenDetails + func (v NullableTokenDetails) IsSet() bool + func (v NullableTokenDetails) MarshalJSON() ([]byte, error) + type Permit struct + PartnerId *string + ProfileReference *string + Restriction *PermitRestriction + ResultKey *string + ValidTillDate *time.Time + func NewPermit() *Permit + func NewPermitWithDefaults() *Permit + func (o *Permit) GetPartnerId() string + func (o *Permit) GetPartnerIdOk() (*string, bool) + func (o *Permit) GetProfileReference() string + func (o *Permit) GetProfileReferenceOk() (*string, bool) + func (o *Permit) GetRestriction() PermitRestriction + func (o *Permit) GetRestrictionOk() (*PermitRestriction, bool) + func (o *Permit) GetResultKey() string + func (o *Permit) GetResultKeyOk() (*string, bool) + func (o *Permit) GetValidTillDate() time.Time + func (o *Permit) GetValidTillDateOk() (*time.Time, bool) + func (o *Permit) HasPartnerId() bool + func (o *Permit) HasProfileReference() bool + func (o *Permit) HasRestriction() bool + func (o *Permit) HasResultKey() bool + func (o *Permit) HasValidTillDate() bool + func (o *Permit) SetPartnerId(v string) + func (o *Permit) SetProfileReference(v string) + func (o *Permit) SetRestriction(v PermitRestriction) + func (o *Permit) SetResultKey(v string) + func (o *Permit) SetValidTillDate(v time.Time) + func (o Permit) MarshalJSON() ([]byte, error) + func (o Permit) ToMap() (map[string]interface{}, error) + type PermitRestriction struct + MaxAmount *Amount + SingleTransactionLimit *Amount + SingleUse *bool + func NewPermitRestriction() *PermitRestriction + func NewPermitRestrictionWithDefaults() *PermitRestriction + func (o *PermitRestriction) GetMaxAmount() Amount + func (o *PermitRestriction) GetMaxAmountOk() (*Amount, bool) + func (o *PermitRestriction) GetSingleTransactionLimit() Amount + func (o *PermitRestriction) GetSingleTransactionLimitOk() (*Amount, bool) + func (o *PermitRestriction) GetSingleUse() bool + func (o *PermitRestriction) GetSingleUseOk() (*bool, bool) + func (o *PermitRestriction) HasMaxAmount() bool + func (o *PermitRestriction) HasSingleTransactionLimit() bool + func (o *PermitRestriction) HasSingleUse() bool + func (o *PermitRestriction) SetMaxAmount(v Amount) + func (o *PermitRestriction) SetSingleTransactionLimit(v Amount) + func (o *PermitRestriction) SetSingleUse(v bool) + func (o PermitRestriction) MarshalJSON() ([]byte, error) + func (o PermitRestriction) ToMap() (map[string]interface{}, error) + type PermitResult struct + ResultKey *string + Token *string + func NewPermitResult() *PermitResult + func NewPermitResultWithDefaults() *PermitResult + func (o *PermitResult) GetResultKey() string + func (o *PermitResult) GetResultKeyOk() (*string, bool) + func (o *PermitResult) GetToken() string + func (o *PermitResult) GetTokenOk() (*string, bool) + func (o *PermitResult) HasResultKey() bool + func (o *PermitResult) HasToken() bool + func (o *PermitResult) SetResultKey(v string) + func (o *PermitResult) SetToken(v string) + func (o PermitResult) MarshalJSON() ([]byte, error) + func (o PermitResult) ToMap() (map[string]interface{}, error) + type Recurring struct + Contract *string + RecurringDetailName *string + RecurringExpiry *time.Time + RecurringFrequency *string + TokenService *string + func NewRecurring() *Recurring + func NewRecurringWithDefaults() *Recurring + func (o *Recurring) GetContract() string + func (o *Recurring) GetContractOk() (*string, bool) + func (o *Recurring) GetRecurringDetailName() string + func (o *Recurring) GetRecurringDetailNameOk() (*string, bool) + func (o *Recurring) GetRecurringExpiry() time.Time + func (o *Recurring) GetRecurringExpiryOk() (*time.Time, bool) + func (o *Recurring) GetRecurringFrequency() string + func (o *Recurring) GetRecurringFrequencyOk() (*string, bool) + func (o *Recurring) GetTokenService() string + func (o *Recurring) GetTokenServiceOk() (*string, bool) + func (o *Recurring) HasContract() bool + func (o *Recurring) HasRecurringDetailName() bool + func (o *Recurring) HasRecurringExpiry() bool + func (o *Recurring) HasRecurringFrequency() bool + func (o *Recurring) HasTokenService() bool + func (o *Recurring) SetContract(v string) + func (o *Recurring) SetRecurringDetailName(v string) + func (o *Recurring) SetRecurringExpiry(v time.Time) + func (o *Recurring) SetRecurringFrequency(v string) + func (o *Recurring) SetTokenService(v string) + func (o Recurring) MarshalJSON() ([]byte, error) + func (o Recurring) ToMap() (map[string]interface{}, error) + type RecurringDetail struct + AdditionalData *map[string]string + Alias *string + AliasType *string + Bank *BankAccount + BillingAddress *Address + Card *Card + ContractTypes []string + CreationDate *time.Time + FirstPspReference *string + Name *string + NetworkTxReference *string + PaymentMethodVariant *string + RecurringDetailReference string + ShopperName *Name + SocialSecurityNumber *string + TokenDetails *TokenDetails + Variant string + func NewRecurringDetail(recurringDetailReference string, variant string) *RecurringDetail + func NewRecurringDetailWithDefaults() *RecurringDetail + func (o *RecurringDetail) GetAdditionalData() map[string]string + func (o *RecurringDetail) GetAdditionalDataOk() (*map[string]string, bool) + func (o *RecurringDetail) GetAlias() string + func (o *RecurringDetail) GetAliasOk() (*string, bool) + func (o *RecurringDetail) GetAliasType() string + func (o *RecurringDetail) GetAliasTypeOk() (*string, bool) + func (o *RecurringDetail) GetBank() BankAccount + func (o *RecurringDetail) GetBankOk() (*BankAccount, bool) + func (o *RecurringDetail) GetBillingAddress() Address + func (o *RecurringDetail) GetBillingAddressOk() (*Address, bool) + func (o *RecurringDetail) GetCard() Card + func (o *RecurringDetail) GetCardOk() (*Card, bool) + func (o *RecurringDetail) GetContractTypes() []string + func (o *RecurringDetail) GetContractTypesOk() ([]string, bool) + func (o *RecurringDetail) GetCreationDate() time.Time + func (o *RecurringDetail) GetCreationDateOk() (*time.Time, bool) + func (o *RecurringDetail) GetFirstPspReference() string + func (o *RecurringDetail) GetFirstPspReferenceOk() (*string, bool) + func (o *RecurringDetail) GetName() string + func (o *RecurringDetail) GetNameOk() (*string, bool) + func (o *RecurringDetail) GetNetworkTxReference() string + func (o *RecurringDetail) GetNetworkTxReferenceOk() (*string, bool) + func (o *RecurringDetail) GetPaymentMethodVariant() string + func (o *RecurringDetail) GetPaymentMethodVariantOk() (*string, bool) + func (o *RecurringDetail) GetRecurringDetailReference() string + func (o *RecurringDetail) GetRecurringDetailReferenceOk() (*string, bool) + func (o *RecurringDetail) GetShopperName() Name + func (o *RecurringDetail) GetShopperNameOk() (*Name, bool) + func (o *RecurringDetail) GetSocialSecurityNumber() string + func (o *RecurringDetail) GetSocialSecurityNumberOk() (*string, bool) + func (o *RecurringDetail) GetTokenDetails() TokenDetails + func (o *RecurringDetail) GetTokenDetailsOk() (*TokenDetails, bool) + func (o *RecurringDetail) GetVariant() string + func (o *RecurringDetail) GetVariantOk() (*string, bool) + func (o *RecurringDetail) HasAdditionalData() bool + func (o *RecurringDetail) HasAlias() bool + func (o *RecurringDetail) HasAliasType() bool + func (o *RecurringDetail) HasBank() bool + func (o *RecurringDetail) HasBillingAddress() bool + func (o *RecurringDetail) HasCard() bool + func (o *RecurringDetail) HasContractTypes() bool + func (o *RecurringDetail) HasCreationDate() bool + func (o *RecurringDetail) HasFirstPspReference() bool + func (o *RecurringDetail) HasName() bool + func (o *RecurringDetail) HasNetworkTxReference() bool + func (o *RecurringDetail) HasPaymentMethodVariant() bool + func (o *RecurringDetail) HasShopperName() bool + func (o *RecurringDetail) HasSocialSecurityNumber() bool + func (o *RecurringDetail) HasTokenDetails() bool + func (o *RecurringDetail) SetAdditionalData(v map[string]string) + func (o *RecurringDetail) SetAlias(v string) + func (o *RecurringDetail) SetAliasType(v string) + func (o *RecurringDetail) SetBank(v BankAccount) + func (o *RecurringDetail) SetBillingAddress(v Address) + func (o *RecurringDetail) SetCard(v Card) + func (o *RecurringDetail) SetContractTypes(v []string) + func (o *RecurringDetail) SetCreationDate(v time.Time) + func (o *RecurringDetail) SetFirstPspReference(v string) + func (o *RecurringDetail) SetName(v string) + func (o *RecurringDetail) SetNetworkTxReference(v string) + func (o *RecurringDetail) SetPaymentMethodVariant(v string) + func (o *RecurringDetail) SetRecurringDetailReference(v string) + func (o *RecurringDetail) SetShopperName(v Name) + func (o *RecurringDetail) SetSocialSecurityNumber(v string) + func (o *RecurringDetail) SetTokenDetails(v TokenDetails) + func (o *RecurringDetail) SetVariant(v string) + func (o RecurringDetail) MarshalJSON() ([]byte, error) + func (o RecurringDetail) ToMap() (map[string]interface{}, error) + type RecurringDetailWrapper struct + RecurringDetail *RecurringDetail + func NewRecurringDetailWrapper() *RecurringDetailWrapper + func NewRecurringDetailWrapperWithDefaults() *RecurringDetailWrapper + func (o *RecurringDetailWrapper) GetRecurringDetail() RecurringDetail + func (o *RecurringDetailWrapper) GetRecurringDetailOk() (*RecurringDetail, bool) + func (o *RecurringDetailWrapper) HasRecurringDetail() bool + func (o *RecurringDetailWrapper) SetRecurringDetail(v RecurringDetail) + func (o RecurringDetailWrapper) MarshalJSON() ([]byte, error) + func (o RecurringDetailWrapper) ToMap() (map[string]interface{}, error) + type RecurringDetailsRequest struct + MerchantAccount string + Recurring *Recurring + ShopperReference string + func NewRecurringDetailsRequest(merchantAccount string, shopperReference string) *RecurringDetailsRequest + func NewRecurringDetailsRequestWithDefaults() *RecurringDetailsRequest + func (o *RecurringDetailsRequest) GetMerchantAccount() string + func (o *RecurringDetailsRequest) GetMerchantAccountOk() (*string, bool) + func (o *RecurringDetailsRequest) GetRecurring() Recurring + func (o *RecurringDetailsRequest) GetRecurringOk() (*Recurring, bool) + func (o *RecurringDetailsRequest) GetShopperReference() string + func (o *RecurringDetailsRequest) GetShopperReferenceOk() (*string, bool) + func (o *RecurringDetailsRequest) HasRecurring() bool + func (o *RecurringDetailsRequest) SetMerchantAccount(v string) + func (o *RecurringDetailsRequest) SetRecurring(v Recurring) + func (o *RecurringDetailsRequest) SetShopperReference(v string) + func (o RecurringDetailsRequest) MarshalJSON() ([]byte, error) + func (o RecurringDetailsRequest) ToMap() (map[string]interface{}, error) + type RecurringDetailsResult struct + CreationDate *time.Time + Details []RecurringDetailWrapper + LastKnownShopperEmail *string + ShopperReference *string + func NewRecurringDetailsResult() *RecurringDetailsResult + func NewRecurringDetailsResultWithDefaults() *RecurringDetailsResult + func (o *RecurringDetailsResult) GetCreationDate() time.Time + func (o *RecurringDetailsResult) GetCreationDateOk() (*time.Time, bool) + func (o *RecurringDetailsResult) GetDetails() []RecurringDetailWrapper + func (o *RecurringDetailsResult) GetDetailsOk() ([]RecurringDetailWrapper, bool) + func (o *RecurringDetailsResult) GetLastKnownShopperEmail() string + func (o *RecurringDetailsResult) GetLastKnownShopperEmailOk() (*string, bool) + func (o *RecurringDetailsResult) GetShopperReference() string + func (o *RecurringDetailsResult) GetShopperReferenceOk() (*string, bool) + func (o *RecurringDetailsResult) HasCreationDate() bool + func (o *RecurringDetailsResult) HasDetails() bool + func (o *RecurringDetailsResult) HasLastKnownShopperEmail() bool + func (o *RecurringDetailsResult) HasShopperReference() bool + func (o *RecurringDetailsResult) SetCreationDate(v time.Time) + func (o *RecurringDetailsResult) SetDetails(v []RecurringDetailWrapper) + func (o *RecurringDetailsResult) SetLastKnownShopperEmail(v string) + func (o *RecurringDetailsResult) SetShopperReference(v string) + func (o RecurringDetailsResult) MarshalJSON() ([]byte, error) + func (o RecurringDetailsResult) ToMap() (map[string]interface{}, error) + type ScheduleAccountUpdaterRequest struct + AdditionalData *map[string]string + Card *Card + MerchantAccount string + Reference string + SelectedRecurringDetailReference *string + ShopperReference *string + func NewScheduleAccountUpdaterRequest(merchantAccount string, reference string) *ScheduleAccountUpdaterRequest + func NewScheduleAccountUpdaterRequestWithDefaults() *ScheduleAccountUpdaterRequest + func (o *ScheduleAccountUpdaterRequest) GetAdditionalData() map[string]string + func (o *ScheduleAccountUpdaterRequest) GetAdditionalDataOk() (*map[string]string, bool) + func (o *ScheduleAccountUpdaterRequest) GetCard() Card + func (o *ScheduleAccountUpdaterRequest) GetCardOk() (*Card, bool) + func (o *ScheduleAccountUpdaterRequest) GetMerchantAccount() string + func (o *ScheduleAccountUpdaterRequest) GetMerchantAccountOk() (*string, bool) + func (o *ScheduleAccountUpdaterRequest) GetReference() string + func (o *ScheduleAccountUpdaterRequest) GetReferenceOk() (*string, bool) + func (o *ScheduleAccountUpdaterRequest) GetSelectedRecurringDetailReference() string + func (o *ScheduleAccountUpdaterRequest) GetSelectedRecurringDetailReferenceOk() (*string, bool) + func (o *ScheduleAccountUpdaterRequest) GetShopperReference() string + func (o *ScheduleAccountUpdaterRequest) GetShopperReferenceOk() (*string, bool) + func (o *ScheduleAccountUpdaterRequest) HasAdditionalData() bool + func (o *ScheduleAccountUpdaterRequest) HasCard() bool + func (o *ScheduleAccountUpdaterRequest) HasSelectedRecurringDetailReference() bool + func (o *ScheduleAccountUpdaterRequest) HasShopperReference() bool + func (o *ScheduleAccountUpdaterRequest) SetAdditionalData(v map[string]string) + func (o *ScheduleAccountUpdaterRequest) SetCard(v Card) + func (o *ScheduleAccountUpdaterRequest) SetMerchantAccount(v string) + func (o *ScheduleAccountUpdaterRequest) SetReference(v string) + func (o *ScheduleAccountUpdaterRequest) SetSelectedRecurringDetailReference(v string) + func (o *ScheduleAccountUpdaterRequest) SetShopperReference(v string) + func (o ScheduleAccountUpdaterRequest) MarshalJSON() ([]byte, error) + func (o ScheduleAccountUpdaterRequest) ToMap() (map[string]interface{}, error) + type ScheduleAccountUpdaterResult struct + PspReference string + Result string + func NewScheduleAccountUpdaterResult(pspReference string, result string) *ScheduleAccountUpdaterResult + func NewScheduleAccountUpdaterResultWithDefaults() *ScheduleAccountUpdaterResult + func (o *ScheduleAccountUpdaterResult) GetPspReference() string + func (o *ScheduleAccountUpdaterResult) GetPspReferenceOk() (*string, bool) + func (o *ScheduleAccountUpdaterResult) GetResult() string + func (o *ScheduleAccountUpdaterResult) GetResultOk() (*string, bool) + func (o *ScheduleAccountUpdaterResult) SetPspReference(v string) + func (o *ScheduleAccountUpdaterResult) SetResult(v string) + func (o ScheduleAccountUpdaterResult) MarshalJSON() ([]byte, error) + func (o ScheduleAccountUpdaterResult) ToMap() (map[string]interface{}, error) + type ServiceError struct + AdditionalData *map[string]string + ErrorCode *string + ErrorType *string + Message *string + PspReference *string + Status *int32 + func NewServiceError() *ServiceError + func NewServiceErrorWithDefaults() *ServiceError + func (o *ServiceError) GetAdditionalData() map[string]string + func (o *ServiceError) GetAdditionalDataOk() (*map[string]string, bool) + func (o *ServiceError) GetErrorCode() string + func (o *ServiceError) GetErrorCodeOk() (*string, bool) + func (o *ServiceError) GetErrorType() string + func (o *ServiceError) GetErrorTypeOk() (*string, bool) + func (o *ServiceError) GetMessage() string + func (o *ServiceError) GetMessageOk() (*string, bool) + func (o *ServiceError) GetPspReference() string + func (o *ServiceError) GetPspReferenceOk() (*string, bool) + func (o *ServiceError) GetStatus() int32 + func (o *ServiceError) GetStatusOk() (*int32, bool) + func (o *ServiceError) HasAdditionalData() bool + func (o *ServiceError) HasErrorCode() bool + func (o *ServiceError) HasErrorType() bool + func (o *ServiceError) HasMessage() bool + func (o *ServiceError) HasPspReference() bool + func (o *ServiceError) HasStatus() bool + func (o *ServiceError) SetAdditionalData(v map[string]string) + func (o *ServiceError) SetErrorCode(v string) + func (o *ServiceError) SetErrorType(v string) + func (o *ServiceError) SetMessage(v string) + func (o *ServiceError) SetPspReference(v string) + func (o *ServiceError) SetStatus(v int32) + func (o ServiceError) MarshalJSON() ([]byte, error) + func (o ServiceError) ToMap() (map[string]interface{}, error) + type TokenDetails struct + TokenData *map[string]string + TokenDataType *string + func NewTokenDetails() *TokenDetails + func NewTokenDetailsWithDefaults() *TokenDetails + func (o *TokenDetails) GetTokenData() map[string]string + func (o *TokenDetails) GetTokenDataOk() (*map[string]string, bool) + func (o *TokenDetails) GetTokenDataType() string + func (o *TokenDetails) GetTokenDataTypeOk() (*string, bool) + func (o *TokenDetails) HasTokenData() bool + func (o *TokenDetails) HasTokenDataType() bool + func (o *TokenDetails) SetTokenData(v map[string]string) + func (o *TokenDetails) SetTokenDataType(v string) + func (o TokenDetails) MarshalJSON() ([]byte, error) + func (o TokenDetails) ToMap() (map[string]interface{}, error) Other modules containing this package github.com/adyen/adyen-go-api-library github.com/adyen/adyen-go-api-library/v10 github.com/adyen/adyen-go-api-library/v11 github.com/adyen/adyen-go-api-library/v12 github.com/adyen/adyen-go-api-library/v13 github.com/adyen/adyen-go-api-library/v14 github.com/adyen/adyen-go-api-library/v15 github.com/adyen/adyen-go-api-library/v16 github.com/adyen/adyen-go-api-library/v17 github.com/adyen/adyen-go-api-library/v18 github.com/adyen/adyen-go-api-library/v2 github.com/adyen/adyen-go-api-library/v3 github.com/adyen/adyen-go-api-library/v4 github.com/adyen/adyen-go-api-library/v5 github.com/adyen/adyen-go-api-library/v6 github.com/adyen/adyen-go-api-library/v7 github.com/adyen/adyen-go-api-library/v8 github.com/adyen/adyen-go-api-library/v9