Documentation ¶
Index ¶
- type APIClient
- type AULocalAccountIdentification
- func (o *AULocalAccountIdentification) GetAccountNumber() string
- func (o *AULocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *AULocalAccountIdentification) GetBsbCode() string
- func (o *AULocalAccountIdentification) GetBsbCodeOk() (*string, bool)
- func (o *AULocalAccountIdentification) GetType() string
- func (o *AULocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o AULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *AULocalAccountIdentification) SetAccountNumber(v string)
- func (o *AULocalAccountIdentification) SetBsbCode(v string)
- func (o *AULocalAccountIdentification) SetType(v string)
- func (o AULocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type AdditionalBankIdentification
- func (o *AdditionalBankIdentification) GetCode() string
- func (o *AdditionalBankIdentification) GetCodeOk() (*string, bool)
- func (o *AdditionalBankIdentification) GetType() string
- func (o *AdditionalBankIdentification) GetTypeOk() (*string, bool)
- func (o *AdditionalBankIdentification) HasCode() bool
- func (o *AdditionalBankIdentification) HasType() bool
- func (o AdditionalBankIdentification) MarshalJSON() ([]byte, error)
- func (o *AdditionalBankIdentification) SetCode(v string)
- func (o *AdditionalBankIdentification) SetType(v string)
- func (o AdditionalBankIdentification) ToMap() (map[string]interface{}, error)
- type 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) GetLine1() string
- func (o *Address) GetLine1Ok() (*string, bool)
- func (o *Address) GetLine2() string
- func (o *Address) GetLine2Ok() (*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) HasCity() bool
- func (o *Address) HasLine1() bool
- func (o *Address) HasLine2() bool
- func (o *Address) HasPostalCode() bool
- func (o *Address) HasStateOrProvince() bool
- func (o Address) MarshalJSON() ([]byte, error)
- func (o *Address) SetCity(v string)
- func (o *Address) SetCountry(v string)
- func (o *Address) SetLine1(v string)
- func (o *Address) SetLine2(v string)
- func (o *Address) SetPostalCode(v string)
- func (o *Address) SetStateOrProvince(v string)
- func (o Address) 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 AmountAdjustment
- func (o *AmountAdjustment) GetAmount() Amount
- func (o *AmountAdjustment) GetAmountAdjustmentType() string
- func (o *AmountAdjustment) GetAmountAdjustmentTypeOk() (*string, bool)
- func (o *AmountAdjustment) GetAmountOk() (*Amount, bool)
- func (o *AmountAdjustment) GetBasepoints() int32
- func (o *AmountAdjustment) GetBasepointsOk() (*int32, bool)
- func (o *AmountAdjustment) HasAmount() bool
- func (o *AmountAdjustment) HasAmountAdjustmentType() bool
- func (o *AmountAdjustment) HasBasepoints() bool
- func (o AmountAdjustment) MarshalJSON() ([]byte, error)
- func (o *AmountAdjustment) SetAmount(v Amount)
- func (o *AmountAdjustment) SetAmountAdjustmentType(v string)
- func (o *AmountAdjustment) SetBasepoints(v int32)
- func (o AmountAdjustment) ToMap() (map[string]interface{}, error)
- type BRLocalAccountIdentification
- func (o *BRLocalAccountIdentification) GetAccountNumber() string
- func (o *BRLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *BRLocalAccountIdentification) GetBankCode() string
- func (o *BRLocalAccountIdentification) GetBankCodeOk() (*string, bool)
- func (o *BRLocalAccountIdentification) GetBranchNumber() string
- func (o *BRLocalAccountIdentification) GetBranchNumberOk() (*string, bool)
- func (o *BRLocalAccountIdentification) GetIspb() string
- func (o *BRLocalAccountIdentification) GetIspbOk() (*string, bool)
- func (o *BRLocalAccountIdentification) GetType() string
- func (o *BRLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o *BRLocalAccountIdentification) HasIspb() bool
- func (o BRLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *BRLocalAccountIdentification) SetAccountNumber(v string)
- func (o *BRLocalAccountIdentification) SetBankCode(v string)
- func (o *BRLocalAccountIdentification) SetBranchNumber(v string)
- func (o *BRLocalAccountIdentification) SetIspb(v string)
- func (o *BRLocalAccountIdentification) SetType(v string)
- func (o BRLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type BalanceMutation
- func (o *BalanceMutation) GetBalance() int64
- func (o *BalanceMutation) GetBalanceOk() (*int64, bool)
- func (o *BalanceMutation) GetCurrency() string
- func (o *BalanceMutation) GetCurrencyOk() (*string, bool)
- func (o *BalanceMutation) GetReceived() int64
- func (o *BalanceMutation) GetReceivedOk() (*int64, bool)
- func (o *BalanceMutation) GetReserved() int64
- func (o *BalanceMutation) GetReservedOk() (*int64, bool)
- func (o *BalanceMutation) HasBalance() bool
- func (o *BalanceMutation) HasCurrency() bool
- func (o *BalanceMutation) HasReceived() bool
- func (o *BalanceMutation) HasReserved() bool
- func (o BalanceMutation) MarshalJSON() ([]byte, error)
- func (o *BalanceMutation) SetBalance(v int64)
- func (o *BalanceMutation) SetCurrency(v string)
- func (o *BalanceMutation) SetReceived(v int64)
- func (o *BalanceMutation) SetReserved(v int64)
- func (o BalanceMutation) ToMap() (map[string]interface{}, error)
- type BalancePlatformNotificationResponse
- func (o *BalancePlatformNotificationResponse) GetNotificationResponse() string
- func (o *BalancePlatformNotificationResponse) GetNotificationResponseOk() (*string, bool)
- func (o *BalancePlatformNotificationResponse) HasNotificationResponse() bool
- func (o BalancePlatformNotificationResponse) MarshalJSON() ([]byte, error)
- func (o *BalancePlatformNotificationResponse) SetNotificationResponse(v string)
- func (o BalancePlatformNotificationResponse) ToMap() (map[string]interface{}, error)
- type BankAccountV3
- func (o *BankAccountV3) GetAccountHolder() PartyIdentification
- func (o *BankAccountV3) GetAccountHolderOk() (*PartyIdentification, bool)
- func (o *BankAccountV3) GetAccountIdentification() BankAccountV3AccountIdentification
- func (o *BankAccountV3) GetAccountIdentificationOk() (*BankAccountV3AccountIdentification, bool)
- func (o BankAccountV3) MarshalJSON() ([]byte, error)
- func (o *BankAccountV3) SetAccountHolder(v PartyIdentification)
- func (o *BankAccountV3) SetAccountIdentification(v BankAccountV3AccountIdentification)
- func (o BankAccountV3) ToMap() (map[string]interface{}, error)
- type BankAccountV3AccountIdentification
- func AULocalAccountIdentificationAsBankAccountV3AccountIdentification(v *AULocalAccountIdentification) BankAccountV3AccountIdentification
- func BRLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *BRLocalAccountIdentification) BankAccountV3AccountIdentification
- func CALocalAccountIdentificationAsBankAccountV3AccountIdentification(v *CALocalAccountIdentification) BankAccountV3AccountIdentification
- func CZLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *CZLocalAccountIdentification) BankAccountV3AccountIdentification
- func DKLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *DKLocalAccountIdentification) BankAccountV3AccountIdentification
- func HKLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *HKLocalAccountIdentification) BankAccountV3AccountIdentification
- func HULocalAccountIdentificationAsBankAccountV3AccountIdentification(v *HULocalAccountIdentification) BankAccountV3AccountIdentification
- func IbanAccountIdentificationAsBankAccountV3AccountIdentification(v *IbanAccountIdentification) BankAccountV3AccountIdentification
- func NOLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *NOLocalAccountIdentification) BankAccountV3AccountIdentification
- func NZLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *NZLocalAccountIdentification) BankAccountV3AccountIdentification
- func NumberAndBicAccountIdentificationAsBankAccountV3AccountIdentification(v *NumberAndBicAccountIdentification) BankAccountV3AccountIdentification
- func PLLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *PLLocalAccountIdentification) BankAccountV3AccountIdentification
- func SELocalAccountIdentificationAsBankAccountV3AccountIdentification(v *SELocalAccountIdentification) BankAccountV3AccountIdentification
- func SGLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *SGLocalAccountIdentification) BankAccountV3AccountIdentification
- func UKLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *UKLocalAccountIdentification) BankAccountV3AccountIdentification
- func USLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *USLocalAccountIdentification) BankAccountV3AccountIdentification
- type BankCategoryData
- func (o *BankCategoryData) GetPriority() string
- func (o *BankCategoryData) GetPriorityOk() (*string, bool)
- func (o *BankCategoryData) GetType() string
- func (o *BankCategoryData) GetTypeOk() (*string, bool)
- func (o *BankCategoryData) HasPriority() bool
- func (o *BankCategoryData) HasType() bool
- func (o BankCategoryData) MarshalJSON() ([]byte, error)
- func (o *BankCategoryData) SetPriority(v string)
- func (o *BankCategoryData) SetType(v string)
- func (o BankCategoryData) ToMap() (map[string]interface{}, error)
- type CALocalAccountIdentification
- func (o *CALocalAccountIdentification) GetAccountNumber() string
- func (o *CALocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetAccountType() string
- func (o *CALocalAccountIdentification) GetAccountTypeOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetInstitutionNumber() string
- func (o *CALocalAccountIdentification) GetInstitutionNumberOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetTransitNumber() string
- func (o *CALocalAccountIdentification) GetTransitNumberOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetType() string
- func (o *CALocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o *CALocalAccountIdentification) HasAccountType() bool
- func (o CALocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *CALocalAccountIdentification) SetAccountNumber(v string)
- func (o *CALocalAccountIdentification) SetAccountType(v string)
- func (o *CALocalAccountIdentification) SetInstitutionNumber(v string)
- func (o *CALocalAccountIdentification) SetTransitNumber(v string)
- func (o *CALocalAccountIdentification) SetType(v string)
- func (o CALocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type CZLocalAccountIdentification
- func (o *CZLocalAccountIdentification) GetAccountNumber() string
- func (o *CZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *CZLocalAccountIdentification) GetBankCode() string
- func (o *CZLocalAccountIdentification) GetBankCodeOk() (*string, bool)
- func (o *CZLocalAccountIdentification) GetType() string
- func (o *CZLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o CZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *CZLocalAccountIdentification) SetAccountNumber(v string)
- func (o *CZLocalAccountIdentification) SetBankCode(v string)
- func (o *CZLocalAccountIdentification) SetType(v string)
- func (o CZLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type Card
- func (o *Card) GetCardHolder() PartyIdentification
- func (o *Card) GetCardHolderOk() (*PartyIdentification, bool)
- func (o *Card) GetCardIdentification() CardIdentification
- func (o *Card) GetCardIdentificationOk() (*CardIdentification, bool)
- func (o Card) MarshalJSON() ([]byte, error)
- func (o *Card) SetCardHolder(v PartyIdentification)
- func (o *Card) SetCardIdentification(v CardIdentification)
- func (o Card) ToMap() (map[string]interface{}, error)
- type CardIdentification
- func (o *CardIdentification) GetExpiryMonth() string
- func (o *CardIdentification) GetExpiryMonthOk() (*string, bool)
- func (o *CardIdentification) GetExpiryYear() string
- func (o *CardIdentification) GetExpiryYearOk() (*string, bool)
- func (o *CardIdentification) GetIssueNumber() string
- func (o *CardIdentification) GetIssueNumberOk() (*string, bool)
- func (o *CardIdentification) GetNumber() string
- func (o *CardIdentification) GetNumberOk() (*string, bool)
- func (o *CardIdentification) GetStartMonth() string
- func (o *CardIdentification) GetStartMonthOk() (*string, bool)
- func (o *CardIdentification) GetStartYear() string
- func (o *CardIdentification) GetStartYearOk() (*string, bool)
- func (o *CardIdentification) GetStoredPaymentMethodId() string
- func (o *CardIdentification) GetStoredPaymentMethodIdOk() (*string, bool)
- func (o *CardIdentification) HasExpiryMonth() bool
- func (o *CardIdentification) HasExpiryYear() bool
- func (o *CardIdentification) HasIssueNumber() bool
- func (o *CardIdentification) HasNumber() bool
- func (o *CardIdentification) HasStartMonth() bool
- func (o *CardIdentification) HasStartYear() bool
- func (o *CardIdentification) HasStoredPaymentMethodId() bool
- func (o CardIdentification) MarshalJSON() ([]byte, error)
- func (o *CardIdentification) SetExpiryMonth(v string)
- func (o *CardIdentification) SetExpiryYear(v string)
- func (o *CardIdentification) SetIssueNumber(v string)
- func (o *CardIdentification) SetNumber(v string)
- func (o *CardIdentification) SetStartMonth(v string)
- func (o *CardIdentification) SetStartYear(v string)
- func (o *CardIdentification) SetStoredPaymentMethodId(v string)
- func (o CardIdentification) ToMap() (map[string]interface{}, error)
- type ConfirmationTrackingData
- func (o *ConfirmationTrackingData) GetStatus() string
- func (o *ConfirmationTrackingData) GetStatusOk() (*string, bool)
- func (o *ConfirmationTrackingData) GetType() string
- func (o *ConfirmationTrackingData) GetTypeOk() (*string, bool)
- func (o ConfirmationTrackingData) MarshalJSON() ([]byte, error)
- func (o *ConfirmationTrackingData) SetStatus(v string)
- func (o *ConfirmationTrackingData) SetType(v string)
- func (o ConfirmationTrackingData) ToMap() (map[string]interface{}, error)
- type CounterpartyV3
- func (o *CounterpartyV3) GetBalanceAccountId() string
- func (o *CounterpartyV3) GetBalanceAccountIdOk() (*string, bool)
- func (o *CounterpartyV3) GetBankAccount() BankAccountV3
- func (o *CounterpartyV3) GetBankAccountOk() (*BankAccountV3, bool)
- func (o *CounterpartyV3) GetCard() Card
- func (o *CounterpartyV3) GetCardOk() (*Card, bool)
- func (o *CounterpartyV3) GetMerchant() MerchantData
- func (o *CounterpartyV3) GetMerchantOk() (*MerchantData, bool)
- func (o *CounterpartyV3) GetTransferInstrumentId() string
- func (o *CounterpartyV3) GetTransferInstrumentIdOk() (*string, bool)
- func (o *CounterpartyV3) HasBalanceAccountId() bool
- func (o *CounterpartyV3) HasBankAccount() bool
- func (o *CounterpartyV3) HasCard() bool
- func (o *CounterpartyV3) HasMerchant() bool
- func (o *CounterpartyV3) HasTransferInstrumentId() bool
- func (o CounterpartyV3) MarshalJSON() ([]byte, error)
- func (o *CounterpartyV3) SetBalanceAccountId(v string)
- func (o *CounterpartyV3) SetBankAccount(v BankAccountV3)
- func (o *CounterpartyV3) SetCard(v Card)
- func (o *CounterpartyV3) SetMerchant(v MerchantData)
- func (o *CounterpartyV3) SetTransferInstrumentId(v string)
- func (o CounterpartyV3) ToMap() (map[string]interface{}, error)
- type DKLocalAccountIdentification
- func (o *DKLocalAccountIdentification) GetAccountNumber() string
- func (o *DKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *DKLocalAccountIdentification) GetBankCode() string
- func (o *DKLocalAccountIdentification) GetBankCodeOk() (*string, bool)
- func (o *DKLocalAccountIdentification) GetType() string
- func (o *DKLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o DKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *DKLocalAccountIdentification) SetAccountNumber(v string)
- func (o *DKLocalAccountIdentification) SetBankCode(v string)
- func (o *DKLocalAccountIdentification) SetType(v string)
- func (o DKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type EstimationTrackingData
- func (o *EstimationTrackingData) GetEstimatedArrivalTime() time.Time
- func (o *EstimationTrackingData) GetEstimatedArrivalTimeOk() (*time.Time, bool)
- func (o *EstimationTrackingData) GetType() string
- func (o *EstimationTrackingData) GetTypeOk() (*string, bool)
- func (o EstimationTrackingData) MarshalJSON() ([]byte, error)
- func (o *EstimationTrackingData) SetEstimatedArrivalTime(v time.Time)
- func (o *EstimationTrackingData) SetType(v string)
- func (o EstimationTrackingData) ToMap() (map[string]interface{}, error)
- type ExternalReason
- func (o *ExternalReason) GetCode() string
- func (o *ExternalReason) GetCodeOk() (*string, bool)
- func (o *ExternalReason) GetDescription() string
- func (o *ExternalReason) GetDescriptionOk() (*string, bool)
- func (o *ExternalReason) GetNamespace() string
- func (o *ExternalReason) GetNamespaceOk() (*string, bool)
- func (o *ExternalReason) HasCode() bool
- func (o *ExternalReason) HasDescription() bool
- func (o *ExternalReason) HasNamespace() bool
- func (o ExternalReason) MarshalJSON() ([]byte, error)
- func (o *ExternalReason) SetCode(v string)
- func (o *ExternalReason) SetDescription(v string)
- func (o *ExternalReason) SetNamespace(v string)
- func (o ExternalReason) ToMap() (map[string]interface{}, error)
- type HKLocalAccountIdentification
- func (o *HKLocalAccountIdentification) GetAccountNumber() string
- func (o *HKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *HKLocalAccountIdentification) GetClearingCode() string
- func (o *HKLocalAccountIdentification) GetClearingCodeOk() (*string, bool)
- func (o *HKLocalAccountIdentification) GetType() string
- func (o *HKLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o HKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *HKLocalAccountIdentification) SetAccountNumber(v string)
- func (o *HKLocalAccountIdentification) SetClearingCode(v string)
- func (o *HKLocalAccountIdentification) SetType(v string)
- func (o HKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type HULocalAccountIdentification
- func (o *HULocalAccountIdentification) GetAccountNumber() string
- func (o *HULocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *HULocalAccountIdentification) GetType() string
- func (o *HULocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o HULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *HULocalAccountIdentification) SetAccountNumber(v string)
- func (o *HULocalAccountIdentification) SetType(v string)
- func (o HULocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type IbanAccountIdentification
- func (o *IbanAccountIdentification) GetIban() string
- func (o *IbanAccountIdentification) GetIbanOk() (*string, bool)
- func (o *IbanAccountIdentification) GetType() string
- func (o *IbanAccountIdentification) GetTypeOk() (*string, bool)
- func (o IbanAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *IbanAccountIdentification) SetIban(v string)
- func (o *IbanAccountIdentification) SetType(v string)
- func (o IbanAccountIdentification) ToMap() (map[string]interface{}, error)
- type InternalCategoryData
- func (o *InternalCategoryData) GetModificationMerchantReference() string
- func (o *InternalCategoryData) GetModificationMerchantReferenceOk() (*string, bool)
- func (o *InternalCategoryData) GetModificationPspReference() string
- func (o *InternalCategoryData) GetModificationPspReferenceOk() (*string, bool)
- func (o *InternalCategoryData) GetType() string
- func (o *InternalCategoryData) GetTypeOk() (*string, bool)
- func (o *InternalCategoryData) HasModificationMerchantReference() bool
- func (o *InternalCategoryData) HasModificationPspReference() bool
- func (o *InternalCategoryData) HasType() bool
- func (o InternalCategoryData) MarshalJSON() ([]byte, error)
- func (o *InternalCategoryData) SetModificationMerchantReference(v string)
- func (o *InternalCategoryData) SetModificationPspReference(v string)
- func (o *InternalCategoryData) SetType(v string)
- func (o InternalCategoryData) ToMap() (map[string]interface{}, error)
- type InternalReviewTrackingData
- func (o *InternalReviewTrackingData) GetReason() string
- func (o *InternalReviewTrackingData) GetReasonOk() (*string, bool)
- func (o *InternalReviewTrackingData) GetStatus() string
- func (o *InternalReviewTrackingData) GetStatusOk() (*string, bool)
- func (o *InternalReviewTrackingData) GetType() string
- func (o *InternalReviewTrackingData) GetTypeOk() (*string, bool)
- func (o *InternalReviewTrackingData) HasReason() bool
- func (o InternalReviewTrackingData) MarshalJSON() ([]byte, error)
- func (o *InternalReviewTrackingData) SetReason(v string)
- func (o *InternalReviewTrackingData) SetStatus(v string)
- func (o *InternalReviewTrackingData) SetType(v string)
- func (o InternalReviewTrackingData) ToMap() (map[string]interface{}, error)
- type IssuedCard
- func (o *IssuedCard) GetAuthorisationType() string
- func (o *IssuedCard) GetAuthorisationTypeOk() (*string, bool)
- func (o *IssuedCard) GetPanEntryMode() string
- func (o *IssuedCard) GetPanEntryModeOk() (*string, bool)
- func (o *IssuedCard) GetProcessingType() string
- func (o *IssuedCard) GetProcessingTypeOk() (*string, bool)
- func (o *IssuedCard) GetRelayedAuthorisationData() RelayedAuthorisationData
- func (o *IssuedCard) GetRelayedAuthorisationDataOk() (*RelayedAuthorisationData, bool)
- func (o *IssuedCard) GetSchemeTraceId() string
- func (o *IssuedCard) GetSchemeTraceIdOk() (*string, bool)
- func (o *IssuedCard) GetSchemeUniqueTransactionId() string
- func (o *IssuedCard) GetSchemeUniqueTransactionIdOk() (*string, bool)
- func (o *IssuedCard) GetType() string
- func (o *IssuedCard) GetTypeOk() (*string, bool)
- func (o *IssuedCard) GetValidationFacts() []TransferNotificationValidationFact
- func (o *IssuedCard) GetValidationFactsOk() ([]TransferNotificationValidationFact, bool)
- func (o *IssuedCard) HasAuthorisationType() bool
- func (o *IssuedCard) HasPanEntryMode() bool
- func (o *IssuedCard) HasProcessingType() bool
- func (o *IssuedCard) HasRelayedAuthorisationData() bool
- func (o *IssuedCard) HasSchemeTraceId() bool
- func (o *IssuedCard) HasSchemeUniqueTransactionId() bool
- func (o *IssuedCard) HasType() bool
- func (o *IssuedCard) HasValidationFacts() bool
- func (o IssuedCard) MarshalJSON() ([]byte, error)
- func (o *IssuedCard) SetAuthorisationType(v string)
- func (o *IssuedCard) SetPanEntryMode(v string)
- func (o *IssuedCard) SetProcessingType(v string)
- func (o *IssuedCard) SetRelayedAuthorisationData(v RelayedAuthorisationData)
- func (o *IssuedCard) SetSchemeTraceId(v string)
- func (o *IssuedCard) SetSchemeUniqueTransactionId(v string)
- func (o *IssuedCard) SetType(v string)
- func (o *IssuedCard) SetValidationFacts(v []TransferNotificationValidationFact)
- func (o IssuedCard) ToMap() (map[string]interface{}, error)
- type MerchantData
- func (o *MerchantData) GetAcquirerId() string
- func (o *MerchantData) GetAcquirerIdOk() (*string, bool)
- func (o *MerchantData) GetMcc() string
- func (o *MerchantData) GetMccOk() (*string, bool)
- func (o *MerchantData) GetMerchantId() string
- func (o *MerchantData) GetMerchantIdOk() (*string, bool)
- func (o *MerchantData) GetNameLocation() NameLocation
- func (o *MerchantData) GetNameLocationOk() (*NameLocation, bool)
- func (o *MerchantData) GetPostalCode() string
- func (o *MerchantData) GetPostalCodeOk() (*string, bool)
- func (o *MerchantData) HasAcquirerId() bool
- func (o *MerchantData) HasMcc() bool
- func (o *MerchantData) HasMerchantId() bool
- func (o *MerchantData) HasNameLocation() bool
- func (o *MerchantData) HasPostalCode() bool
- func (o MerchantData) MarshalJSON() ([]byte, error)
- func (o *MerchantData) SetAcquirerId(v string)
- func (o *MerchantData) SetMcc(v string)
- func (o *MerchantData) SetMerchantId(v string)
- func (o *MerchantData) SetNameLocation(v NameLocation)
- func (o *MerchantData) SetPostalCode(v string)
- func (o MerchantData) ToMap() (map[string]interface{}, error)
- type Modification
- func (o *Modification) GetDirection() string
- func (o *Modification) GetDirectionOk() (*string, bool)
- func (o *Modification) GetId() string
- func (o *Modification) GetIdOk() (*string, bool)
- func (o *Modification) GetReference() string
- func (o *Modification) GetReferenceOk() (*string, bool)
- func (o *Modification) GetStatus() string
- func (o *Modification) GetStatusOk() (*string, bool)
- func (o *Modification) GetType() string
- func (o *Modification) GetTypeOk() (*string, bool)
- func (o *Modification) HasDirection() bool
- func (o *Modification) HasId() bool
- func (o *Modification) HasReference() bool
- func (o *Modification) HasStatus() bool
- func (o *Modification) HasType() bool
- func (o Modification) MarshalJSON() ([]byte, error)
- func (o *Modification) SetDirection(v string)
- func (o *Modification) SetId(v string)
- func (o *Modification) SetReference(v string)
- func (o *Modification) SetStatus(v string)
- func (o *Modification) SetType(v string)
- func (o Modification) ToMap() (map[string]interface{}, error)
- type NOLocalAccountIdentification
- func (o *NOLocalAccountIdentification) GetAccountNumber() string
- func (o *NOLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *NOLocalAccountIdentification) GetType() string
- func (o *NOLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o NOLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *NOLocalAccountIdentification) SetAccountNumber(v string)
- func (o *NOLocalAccountIdentification) SetType(v string)
- func (o NOLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type NZLocalAccountIdentification
- func (o *NZLocalAccountIdentification) GetAccountNumber() string
- func (o *NZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *NZLocalAccountIdentification) GetType() string
- func (o *NZLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o NZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *NZLocalAccountIdentification) SetAccountNumber(v string)
- func (o *NZLocalAccountIdentification) SetType(v string)
- func (o NZLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type NameLocation
- func (o *NameLocation) GetCity() string
- func (o *NameLocation) GetCityOk() (*string, bool)
- func (o *NameLocation) GetCountry() string
- func (o *NameLocation) GetCountryOfOrigin() string
- func (o *NameLocation) GetCountryOfOriginOk() (*string, bool)
- func (o *NameLocation) GetCountryOk() (*string, bool)
- func (o *NameLocation) GetName() string
- func (o *NameLocation) GetNameOk() (*string, bool)
- func (o *NameLocation) GetRawData() string
- func (o *NameLocation) GetRawDataOk() (*string, bool)
- func (o *NameLocation) GetState() string
- func (o *NameLocation) GetStateOk() (*string, bool)
- func (o *NameLocation) HasCity() bool
- func (o *NameLocation) HasCountry() bool
- func (o *NameLocation) HasCountryOfOrigin() bool
- func (o *NameLocation) HasName() bool
- func (o *NameLocation) HasRawData() bool
- func (o *NameLocation) HasState() bool
- func (o NameLocation) MarshalJSON() ([]byte, error)
- func (o *NameLocation) SetCity(v string)
- func (o *NameLocation) SetCountry(v string)
- func (o *NameLocation) SetCountryOfOrigin(v string)
- func (o *NameLocation) SetName(v string)
- func (o *NameLocation) SetRawData(v string)
- func (o *NameLocation) SetState(v string)
- func (o NameLocation) ToMap() (map[string]interface{}, error)
- type NullableAULocalAccountIdentification
- func (v NullableAULocalAccountIdentification) Get() *AULocalAccountIdentification
- func (v NullableAULocalAccountIdentification) IsSet() bool
- func (v NullableAULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableAULocalAccountIdentification) Set(val *AULocalAccountIdentification)
- func (v *NullableAULocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableAULocalAccountIdentification) Unset()
- type NullableAdditionalBankIdentification
- func (v NullableAdditionalBankIdentification) Get() *AdditionalBankIdentification
- func (v NullableAdditionalBankIdentification) IsSet() bool
- func (v NullableAdditionalBankIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalBankIdentification) Set(val *AdditionalBankIdentification)
- func (v *NullableAdditionalBankIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalBankIdentification) Unset()
- type NullableAddress
- type NullableAmount
- type NullableAmountAdjustment
- func (v NullableAmountAdjustment) Get() *AmountAdjustment
- func (v NullableAmountAdjustment) IsSet() bool
- func (v NullableAmountAdjustment) MarshalJSON() ([]byte, error)
- func (v *NullableAmountAdjustment) Set(val *AmountAdjustment)
- func (v *NullableAmountAdjustment) UnmarshalJSON(src []byte) error
- func (v *NullableAmountAdjustment) Unset()
- type NullableBRLocalAccountIdentification
- func (v NullableBRLocalAccountIdentification) Get() *BRLocalAccountIdentification
- func (v NullableBRLocalAccountIdentification) IsSet() bool
- func (v NullableBRLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableBRLocalAccountIdentification) Set(val *BRLocalAccountIdentification)
- func (v *NullableBRLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableBRLocalAccountIdentification) Unset()
- type NullableBalanceMutation
- func (v NullableBalanceMutation) Get() *BalanceMutation
- func (v NullableBalanceMutation) IsSet() bool
- func (v NullableBalanceMutation) MarshalJSON() ([]byte, error)
- func (v *NullableBalanceMutation) Set(val *BalanceMutation)
- func (v *NullableBalanceMutation) UnmarshalJSON(src []byte) error
- func (v *NullableBalanceMutation) Unset()
- type NullableBalancePlatformNotificationResponse
- func (v NullableBalancePlatformNotificationResponse) Get() *BalancePlatformNotificationResponse
- func (v NullableBalancePlatformNotificationResponse) IsSet() bool
- func (v NullableBalancePlatformNotificationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBalancePlatformNotificationResponse) Set(val *BalancePlatformNotificationResponse)
- func (v *NullableBalancePlatformNotificationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBalancePlatformNotificationResponse) Unset()
- type NullableBankAccountV3
- func (v NullableBankAccountV3) Get() *BankAccountV3
- func (v NullableBankAccountV3) IsSet() bool
- func (v NullableBankAccountV3) MarshalJSON() ([]byte, error)
- func (v *NullableBankAccountV3) Set(val *BankAccountV3)
- func (v *NullableBankAccountV3) UnmarshalJSON(src []byte) error
- func (v *NullableBankAccountV3) Unset()
- type NullableBankAccountV3AccountIdentification
- func (v NullableBankAccountV3AccountIdentification) Get() *BankAccountV3AccountIdentification
- func (v NullableBankAccountV3AccountIdentification) IsSet() bool
- func (v NullableBankAccountV3AccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableBankAccountV3AccountIdentification) Set(val *BankAccountV3AccountIdentification)
- func (v *NullableBankAccountV3AccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableBankAccountV3AccountIdentification) Unset()
- type NullableBankCategoryData
- func (v NullableBankCategoryData) Get() *BankCategoryData
- func (v NullableBankCategoryData) IsSet() bool
- func (v NullableBankCategoryData) MarshalJSON() ([]byte, error)
- func (v *NullableBankCategoryData) Set(val *BankCategoryData)
- func (v *NullableBankCategoryData) UnmarshalJSON(src []byte) error
- func (v *NullableBankCategoryData) Unset()
- type NullableCALocalAccountIdentification
- func (v NullableCALocalAccountIdentification) Get() *CALocalAccountIdentification
- func (v NullableCALocalAccountIdentification) IsSet() bool
- func (v NullableCALocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableCALocalAccountIdentification) Set(val *CALocalAccountIdentification)
- func (v *NullableCALocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableCALocalAccountIdentification) Unset()
- type NullableCZLocalAccountIdentification
- func (v NullableCZLocalAccountIdentification) Get() *CZLocalAccountIdentification
- func (v NullableCZLocalAccountIdentification) IsSet() bool
- func (v NullableCZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableCZLocalAccountIdentification) Set(val *CZLocalAccountIdentification)
- func (v *NullableCZLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableCZLocalAccountIdentification) Unset()
- type NullableCard
- type NullableCardIdentification
- func (v NullableCardIdentification) Get() *CardIdentification
- func (v NullableCardIdentification) IsSet() bool
- func (v NullableCardIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableCardIdentification) Set(val *CardIdentification)
- func (v *NullableCardIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableCardIdentification) Unset()
- type NullableConfirmationTrackingData
- func (v NullableConfirmationTrackingData) Get() *ConfirmationTrackingData
- func (v NullableConfirmationTrackingData) IsSet() bool
- func (v NullableConfirmationTrackingData) MarshalJSON() ([]byte, error)
- func (v *NullableConfirmationTrackingData) Set(val *ConfirmationTrackingData)
- func (v *NullableConfirmationTrackingData) UnmarshalJSON(src []byte) error
- func (v *NullableConfirmationTrackingData) Unset()
- type NullableCounterpartyV3
- func (v NullableCounterpartyV3) Get() *CounterpartyV3
- func (v NullableCounterpartyV3) IsSet() bool
- func (v NullableCounterpartyV3) MarshalJSON() ([]byte, error)
- func (v *NullableCounterpartyV3) Set(val *CounterpartyV3)
- func (v *NullableCounterpartyV3) UnmarshalJSON(src []byte) error
- func (v *NullableCounterpartyV3) Unset()
- type NullableDKLocalAccountIdentification
- func (v NullableDKLocalAccountIdentification) Get() *DKLocalAccountIdentification
- func (v NullableDKLocalAccountIdentification) IsSet() bool
- func (v NullableDKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableDKLocalAccountIdentification) Set(val *DKLocalAccountIdentification)
- func (v *NullableDKLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableDKLocalAccountIdentification) Unset()
- type NullableEstimationTrackingData
- func (v NullableEstimationTrackingData) Get() *EstimationTrackingData
- func (v NullableEstimationTrackingData) IsSet() bool
- func (v NullableEstimationTrackingData) MarshalJSON() ([]byte, error)
- func (v *NullableEstimationTrackingData) Set(val *EstimationTrackingData)
- func (v *NullableEstimationTrackingData) UnmarshalJSON(src []byte) error
- func (v *NullableEstimationTrackingData) Unset()
- type NullableExternalReason
- func (v NullableExternalReason) Get() *ExternalReason
- func (v NullableExternalReason) IsSet() bool
- func (v NullableExternalReason) MarshalJSON() ([]byte, error)
- func (v *NullableExternalReason) Set(val *ExternalReason)
- func (v *NullableExternalReason) UnmarshalJSON(src []byte) error
- func (v *NullableExternalReason) Unset()
- type NullableHKLocalAccountIdentification
- func (v NullableHKLocalAccountIdentification) Get() *HKLocalAccountIdentification
- func (v NullableHKLocalAccountIdentification) IsSet() bool
- func (v NullableHKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableHKLocalAccountIdentification) Set(val *HKLocalAccountIdentification)
- func (v *NullableHKLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableHKLocalAccountIdentification) Unset()
- type NullableHULocalAccountIdentification
- func (v NullableHULocalAccountIdentification) Get() *HULocalAccountIdentification
- func (v NullableHULocalAccountIdentification) IsSet() bool
- func (v NullableHULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableHULocalAccountIdentification) Set(val *HULocalAccountIdentification)
- func (v *NullableHULocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableHULocalAccountIdentification) Unset()
- type NullableIbanAccountIdentification
- func (v NullableIbanAccountIdentification) Get() *IbanAccountIdentification
- func (v NullableIbanAccountIdentification) IsSet() bool
- func (v NullableIbanAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableIbanAccountIdentification) Set(val *IbanAccountIdentification)
- func (v *NullableIbanAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableIbanAccountIdentification) Unset()
- type NullableInternalCategoryData
- func (v NullableInternalCategoryData) Get() *InternalCategoryData
- func (v NullableInternalCategoryData) IsSet() bool
- func (v NullableInternalCategoryData) MarshalJSON() ([]byte, error)
- func (v *NullableInternalCategoryData) Set(val *InternalCategoryData)
- func (v *NullableInternalCategoryData) UnmarshalJSON(src []byte) error
- func (v *NullableInternalCategoryData) Unset()
- type NullableInternalReviewTrackingData
- func (v NullableInternalReviewTrackingData) Get() *InternalReviewTrackingData
- func (v NullableInternalReviewTrackingData) IsSet() bool
- func (v NullableInternalReviewTrackingData) MarshalJSON() ([]byte, error)
- func (v *NullableInternalReviewTrackingData) Set(val *InternalReviewTrackingData)
- func (v *NullableInternalReviewTrackingData) UnmarshalJSON(src []byte) error
- func (v *NullableInternalReviewTrackingData) Unset()
- type NullableIssuedCard
- type NullableMerchantData
- func (v NullableMerchantData) Get() *MerchantData
- func (v NullableMerchantData) IsSet() bool
- func (v NullableMerchantData) MarshalJSON() ([]byte, error)
- func (v *NullableMerchantData) Set(val *MerchantData)
- func (v *NullableMerchantData) UnmarshalJSON(src []byte) error
- func (v *NullableMerchantData) Unset()
- type NullableModification
- func (v NullableModification) Get() *Modification
- func (v NullableModification) IsSet() bool
- func (v NullableModification) MarshalJSON() ([]byte, error)
- func (v *NullableModification) Set(val *Modification)
- func (v *NullableModification) UnmarshalJSON(src []byte) error
- func (v *NullableModification) Unset()
- type NullableNOLocalAccountIdentification
- func (v NullableNOLocalAccountIdentification) Get() *NOLocalAccountIdentification
- func (v NullableNOLocalAccountIdentification) IsSet() bool
- func (v NullableNOLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableNOLocalAccountIdentification) Set(val *NOLocalAccountIdentification)
- func (v *NullableNOLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableNOLocalAccountIdentification) Unset()
- type NullableNZLocalAccountIdentification
- func (v NullableNZLocalAccountIdentification) Get() *NZLocalAccountIdentification
- func (v NullableNZLocalAccountIdentification) IsSet() bool
- func (v NullableNZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableNZLocalAccountIdentification) Set(val *NZLocalAccountIdentification)
- func (v *NullableNZLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableNZLocalAccountIdentification) Unset()
- type NullableNameLocation
- func (v NullableNameLocation) Get() *NameLocation
- func (v NullableNameLocation) IsSet() bool
- func (v NullableNameLocation) MarshalJSON() ([]byte, error)
- func (v *NullableNameLocation) Set(val *NameLocation)
- func (v *NullableNameLocation) UnmarshalJSON(src []byte) error
- func (v *NullableNameLocation) Unset()
- type NullableNumberAndBicAccountIdentification
- func (v NullableNumberAndBicAccountIdentification) Get() *NumberAndBicAccountIdentification
- func (v NullableNumberAndBicAccountIdentification) IsSet() bool
- func (v NullableNumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableNumberAndBicAccountIdentification) Set(val *NumberAndBicAccountIdentification)
- func (v *NullableNumberAndBicAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableNumberAndBicAccountIdentification) Unset()
- type NullablePLLocalAccountIdentification
- func (v NullablePLLocalAccountIdentification) Get() *PLLocalAccountIdentification
- func (v NullablePLLocalAccountIdentification) IsSet() bool
- func (v NullablePLLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullablePLLocalAccountIdentification) Set(val *PLLocalAccountIdentification)
- func (v *NullablePLLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullablePLLocalAccountIdentification) Unset()
- type NullablePartyIdentification
- func (v NullablePartyIdentification) Get() *PartyIdentification
- func (v NullablePartyIdentification) IsSet() bool
- func (v NullablePartyIdentification) MarshalJSON() ([]byte, error)
- func (v *NullablePartyIdentification) Set(val *PartyIdentification)
- func (v *NullablePartyIdentification) UnmarshalJSON(src []byte) error
- func (v *NullablePartyIdentification) Unset()
- type NullablePaymentInstrument
- func (v NullablePaymentInstrument) Get() *PaymentInstrument
- func (v NullablePaymentInstrument) IsSet() bool
- func (v NullablePaymentInstrument) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentInstrument) Set(val *PaymentInstrument)
- func (v *NullablePaymentInstrument) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentInstrument) Unset()
- type NullablePlatformPayment
- func (v NullablePlatformPayment) Get() *PlatformPayment
- func (v NullablePlatformPayment) IsSet() bool
- func (v NullablePlatformPayment) MarshalJSON() ([]byte, error)
- func (v *NullablePlatformPayment) Set(val *PlatformPayment)
- func (v *NullablePlatformPayment) UnmarshalJSON(src []byte) error
- func (v *NullablePlatformPayment) Unset()
- type NullableRelayedAuthorisationData
- func (v NullableRelayedAuthorisationData) Get() *RelayedAuthorisationData
- func (v NullableRelayedAuthorisationData) IsSet() bool
- func (v NullableRelayedAuthorisationData) MarshalJSON() ([]byte, error)
- func (v *NullableRelayedAuthorisationData) Set(val *RelayedAuthorisationData)
- func (v *NullableRelayedAuthorisationData) UnmarshalJSON(src []byte) error
- func (v *NullableRelayedAuthorisationData) Unset()
- type NullableResource
- type NullableResourceReference
- func (v NullableResourceReference) Get() *ResourceReference
- func (v NullableResourceReference) IsSet() bool
- func (v NullableResourceReference) MarshalJSON() ([]byte, error)
- func (v *NullableResourceReference) Set(val *ResourceReference)
- func (v *NullableResourceReference) UnmarshalJSON(src []byte) error
- func (v *NullableResourceReference) Unset()
- type NullableSELocalAccountIdentification
- func (v NullableSELocalAccountIdentification) Get() *SELocalAccountIdentification
- func (v NullableSELocalAccountIdentification) IsSet() bool
- func (v NullableSELocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableSELocalAccountIdentification) Set(val *SELocalAccountIdentification)
- func (v *NullableSELocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableSELocalAccountIdentification) Unset()
- type NullableSGLocalAccountIdentification
- func (v NullableSGLocalAccountIdentification) Get() *SGLocalAccountIdentification
- func (v NullableSGLocalAccountIdentification) IsSet() bool
- func (v NullableSGLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableSGLocalAccountIdentification) Set(val *SGLocalAccountIdentification)
- func (v *NullableSGLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableSGLocalAccountIdentification) Unset()
- type NullableTransactionEventViolation
- func (v NullableTransactionEventViolation) Get() *TransactionEventViolation
- func (v NullableTransactionEventViolation) IsSet() bool
- func (v NullableTransactionEventViolation) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionEventViolation) Set(val *TransactionEventViolation)
- func (v *NullableTransactionEventViolation) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionEventViolation) Unset()
- type NullableTransactionRuleReference
- func (v NullableTransactionRuleReference) Get() *TransactionRuleReference
- func (v NullableTransactionRuleReference) IsSet() bool
- func (v NullableTransactionRuleReference) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionRuleReference) Set(val *TransactionRuleReference)
- func (v *NullableTransactionRuleReference) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionRuleReference) Unset()
- type NullableTransactionRuleSource
- func (v NullableTransactionRuleSource) Get() *TransactionRuleSource
- func (v NullableTransactionRuleSource) IsSet() bool
- func (v NullableTransactionRuleSource) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionRuleSource) Set(val *TransactionRuleSource)
- func (v *NullableTransactionRuleSource) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionRuleSource) Unset()
- type NullableTransactionRulesResult
- func (v NullableTransactionRulesResult) Get() *TransactionRulesResult
- func (v NullableTransactionRulesResult) IsSet() bool
- func (v NullableTransactionRulesResult) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionRulesResult) Set(val *TransactionRulesResult)
- func (v *NullableTransactionRulesResult) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionRulesResult) Unset()
- type NullableTransferData
- func (v NullableTransferData) Get() *TransferData
- func (v NullableTransferData) IsSet() bool
- func (v NullableTransferData) MarshalJSON() ([]byte, error)
- func (v *NullableTransferData) Set(val *TransferData)
- func (v *NullableTransferData) UnmarshalJSON(src []byte) error
- func (v *NullableTransferData) Unset()
- type NullableTransferDataCategoryData
- func (v NullableTransferDataCategoryData) Get() *TransferDataCategoryData
- func (v NullableTransferDataCategoryData) IsSet() bool
- func (v NullableTransferDataCategoryData) MarshalJSON() ([]byte, error)
- func (v *NullableTransferDataCategoryData) Set(val *TransferDataCategoryData)
- func (v *NullableTransferDataCategoryData) UnmarshalJSON(src []byte) error
- func (v *NullableTransferDataCategoryData) Unset()
- type NullableTransferDataTracking
- func (v NullableTransferDataTracking) Get() *TransferDataTracking
- func (v NullableTransferDataTracking) IsSet() bool
- func (v NullableTransferDataTracking) MarshalJSON() ([]byte, error)
- func (v *NullableTransferDataTracking) Set(val *TransferDataTracking)
- func (v *NullableTransferDataTracking) UnmarshalJSON(src []byte) error
- func (v *NullableTransferDataTracking) Unset()
- type NullableTransferEvent
- func (v NullableTransferEvent) Get() *TransferEvent
- func (v NullableTransferEvent) IsSet() bool
- func (v NullableTransferEvent) MarshalJSON() ([]byte, error)
- func (v *NullableTransferEvent) Set(val *TransferEvent)
- func (v *NullableTransferEvent) UnmarshalJSON(src []byte) error
- func (v *NullableTransferEvent) Unset()
- type NullableTransferEventTrackingData
- func (v NullableTransferEventTrackingData) Get() *TransferEventTrackingData
- func (v NullableTransferEventTrackingData) IsSet() bool
- func (v NullableTransferEventTrackingData) MarshalJSON() ([]byte, error)
- func (v *NullableTransferEventTrackingData) Set(val *TransferEventTrackingData)
- func (v *NullableTransferEventTrackingData) UnmarshalJSON(src []byte) error
- func (v *NullableTransferEventTrackingData) Unset()
- type NullableTransferNotificationCounterParty
- func (v NullableTransferNotificationCounterParty) Get() *TransferNotificationCounterParty
- func (v NullableTransferNotificationCounterParty) IsSet() bool
- func (v NullableTransferNotificationCounterParty) MarshalJSON() ([]byte, error)
- func (v *NullableTransferNotificationCounterParty) Set(val *TransferNotificationCounterParty)
- func (v *NullableTransferNotificationCounterParty) UnmarshalJSON(src []byte) error
- func (v *NullableTransferNotificationCounterParty) Unset()
- type NullableTransferNotificationData
- func (v NullableTransferNotificationData) Get() *TransferNotificationData
- func (v NullableTransferNotificationData) IsSet() bool
- func (v NullableTransferNotificationData) MarshalJSON() ([]byte, error)
- func (v *NullableTransferNotificationData) Set(val *TransferNotificationData)
- func (v *NullableTransferNotificationData) UnmarshalJSON(src []byte) error
- func (v *NullableTransferNotificationData) Unset()
- type NullableTransferNotificationMerchantData
- func (v NullableTransferNotificationMerchantData) Get() *TransferNotificationMerchantData
- func (v NullableTransferNotificationMerchantData) IsSet() bool
- func (v NullableTransferNotificationMerchantData) MarshalJSON() ([]byte, error)
- func (v *NullableTransferNotificationMerchantData) Set(val *TransferNotificationMerchantData)
- func (v *NullableTransferNotificationMerchantData) UnmarshalJSON(src []byte) error
- func (v *NullableTransferNotificationMerchantData) Unset()
- type NullableTransferNotificationRequest
- func (v NullableTransferNotificationRequest) Get() *TransferNotificationRequest
- func (v NullableTransferNotificationRequest) IsSet() bool
- func (v NullableTransferNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTransferNotificationRequest) Set(val *TransferNotificationRequest)
- func (v *NullableTransferNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTransferNotificationRequest) Unset()
- type NullableTransferNotificationTransferTracking
- func (v NullableTransferNotificationTransferTracking) Get() *TransferNotificationTransferTracking
- func (v NullableTransferNotificationTransferTracking) IsSet() bool
- func (v NullableTransferNotificationTransferTracking) MarshalJSON() ([]byte, error)
- func (v *NullableTransferNotificationTransferTracking) Set(val *TransferNotificationTransferTracking)
- func (v *NullableTransferNotificationTransferTracking) UnmarshalJSON(src []byte) error
- func (v *NullableTransferNotificationTransferTracking) Unset()
- type NullableTransferNotificationValidationFact
- func (v NullableTransferNotificationValidationFact) Get() *TransferNotificationValidationFact
- func (v NullableTransferNotificationValidationFact) IsSet() bool
- func (v NullableTransferNotificationValidationFact) MarshalJSON() ([]byte, error)
- func (v *NullableTransferNotificationValidationFact) Set(val *TransferNotificationValidationFact)
- func (v *NullableTransferNotificationValidationFact) UnmarshalJSON(src []byte) error
- func (v *NullableTransferNotificationValidationFact) Unset()
- type NullableTransferOperation
- func (v NullableTransferOperation) Get() *TransferOperation
- func (v NullableTransferOperation) IsSet() bool
- func (v NullableTransferOperation) MarshalJSON() ([]byte, error)
- func (v *NullableTransferOperation) Set(val *TransferOperation)
- func (v *NullableTransferOperation) UnmarshalJSON(src []byte) error
- func (v *NullableTransferOperation) Unset()
- type NullableUKLocalAccountIdentification
- func (v NullableUKLocalAccountIdentification) Get() *UKLocalAccountIdentification
- func (v NullableUKLocalAccountIdentification) IsSet() bool
- func (v NullableUKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableUKLocalAccountIdentification) Set(val *UKLocalAccountIdentification)
- func (v *NullableUKLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableUKLocalAccountIdentification) Unset()
- type NullableUSLocalAccountIdentification
- func (v NullableUSLocalAccountIdentification) Get() *USLocalAccountIdentification
- func (v NullableUSLocalAccountIdentification) IsSet() bool
- func (v NullableUSLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableUSLocalAccountIdentification) Set(val *USLocalAccountIdentification)
- func (v *NullableUSLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableUSLocalAccountIdentification) Unset()
- type NumberAndBicAccountIdentification
- func (o *NumberAndBicAccountIdentification) GetAccountNumber() string
- func (o *NumberAndBicAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentification() AdditionalBankIdentification
- func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentificationOk() (*AdditionalBankIdentification, bool)
- func (o *NumberAndBicAccountIdentification) GetBic() string
- func (o *NumberAndBicAccountIdentification) GetBicOk() (*string, bool)
- func (o *NumberAndBicAccountIdentification) GetType() string
- func (o *NumberAndBicAccountIdentification) GetTypeOk() (*string, bool)
- func (o *NumberAndBicAccountIdentification) HasAdditionalBankIdentification() bool
- func (o NumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *NumberAndBicAccountIdentification) SetAccountNumber(v string)
- func (o *NumberAndBicAccountIdentification) SetAdditionalBankIdentification(v AdditionalBankIdentification)
- func (o *NumberAndBicAccountIdentification) SetBic(v string)
- func (o *NumberAndBicAccountIdentification) SetType(v string)
- func (o NumberAndBicAccountIdentification) ToMap() (map[string]interface{}, error)
- type PLLocalAccountIdentification
- func (o *PLLocalAccountIdentification) GetAccountNumber() string
- func (o *PLLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *PLLocalAccountIdentification) GetType() string
- func (o *PLLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o PLLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *PLLocalAccountIdentification) SetAccountNumber(v string)
- func (o *PLLocalAccountIdentification) SetType(v string)
- func (o PLLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type PartyIdentification
- func (o *PartyIdentification) GetAddress() Address
- func (o *PartyIdentification) GetAddressOk() (*Address, bool)
- func (o *PartyIdentification) GetDateOfBirth() string
- func (o *PartyIdentification) GetDateOfBirthOk() (*string, bool)
- func (o *PartyIdentification) GetFirstName() string
- func (o *PartyIdentification) GetFirstNameOk() (*string, bool)
- func (o *PartyIdentification) GetFullName() string
- func (o *PartyIdentification) GetFullNameOk() (*string, bool)
- func (o *PartyIdentification) GetLastName() string
- func (o *PartyIdentification) GetLastNameOk() (*string, bool)
- func (o *PartyIdentification) GetReference() string
- func (o *PartyIdentification) GetReferenceOk() (*string, bool)
- func (o *PartyIdentification) GetType() string
- func (o *PartyIdentification) GetTypeOk() (*string, bool)
- func (o *PartyIdentification) HasAddress() bool
- func (o *PartyIdentification) HasDateOfBirth() bool
- func (o *PartyIdentification) HasFirstName() bool
- func (o *PartyIdentification) HasFullName() bool
- func (o *PartyIdentification) HasLastName() bool
- func (o *PartyIdentification) HasReference() bool
- func (o *PartyIdentification) HasType() bool
- func (o PartyIdentification) MarshalJSON() ([]byte, error)
- func (o *PartyIdentification) SetAddress(v Address)
- func (o *PartyIdentification) SetDateOfBirth(v string)
- func (o *PartyIdentification) SetFirstName(v string)
- func (o *PartyIdentification) SetFullName(v string)
- func (o *PartyIdentification) SetLastName(v string)
- func (o *PartyIdentification) SetReference(v string)
- func (o *PartyIdentification) SetType(v string)
- func (o PartyIdentification) ToMap() (map[string]interface{}, error)
- type PaymentInstrument
- func (o *PaymentInstrument) GetDescription() string
- func (o *PaymentInstrument) GetDescriptionOk() (*string, bool)
- func (o *PaymentInstrument) GetId() string
- func (o *PaymentInstrument) GetIdOk() (*string, bool)
- func (o *PaymentInstrument) GetReference() string
- func (o *PaymentInstrument) GetReferenceOk() (*string, bool)
- func (o *PaymentInstrument) GetTokenType() string
- func (o *PaymentInstrument) GetTokenTypeOk() (*string, bool)
- func (o *PaymentInstrument) HasDescription() bool
- func (o *PaymentInstrument) HasId() bool
- func (o *PaymentInstrument) HasReference() bool
- func (o *PaymentInstrument) HasTokenType() bool
- func (o PaymentInstrument) MarshalJSON() ([]byte, error)
- func (o *PaymentInstrument) SetDescription(v string)
- func (o *PaymentInstrument) SetId(v string)
- func (o *PaymentInstrument) SetReference(v string)
- func (o *PaymentInstrument) SetTokenType(v string)
- func (o PaymentInstrument) ToMap() (map[string]interface{}, error)
- type PlatformPayment
- func (o *PlatformPayment) GetModificationMerchantReference() string
- func (o *PlatformPayment) GetModificationMerchantReferenceOk() (*string, bool)
- func (o *PlatformPayment) GetModificationPspReference() string
- func (o *PlatformPayment) GetModificationPspReferenceOk() (*string, bool)
- func (o *PlatformPayment) GetPaymentMerchantReference() string
- func (o *PlatformPayment) GetPaymentMerchantReferenceOk() (*string, bool)
- func (o *PlatformPayment) GetPlatformPaymentType() string
- func (o *PlatformPayment) GetPlatformPaymentTypeOk() (*string, bool)
- func (o *PlatformPayment) GetPspPaymentReference() string
- func (o *PlatformPayment) GetPspPaymentReferenceOk() (*string, bool)
- func (o *PlatformPayment) GetType() string
- func (o *PlatformPayment) GetTypeOk() (*string, bool)
- func (o *PlatformPayment) HasModificationMerchantReference() bool
- func (o *PlatformPayment) HasModificationPspReference() bool
- func (o *PlatformPayment) HasPaymentMerchantReference() bool
- func (o *PlatformPayment) HasPlatformPaymentType() bool
- func (o *PlatformPayment) HasPspPaymentReference() bool
- func (o *PlatformPayment) HasType() bool
- func (o PlatformPayment) MarshalJSON() ([]byte, error)
- func (o *PlatformPayment) SetModificationMerchantReference(v string)
- func (o *PlatformPayment) SetModificationPspReference(v string)
- func (o *PlatformPayment) SetPaymentMerchantReference(v string)
- func (o *PlatformPayment) SetPlatformPaymentType(v string)
- func (o *PlatformPayment) SetPspPaymentReference(v string)
- func (o *PlatformPayment) SetType(v string)
- func (o PlatformPayment) ToMap() (map[string]interface{}, error)
- type RelayedAuthorisationData
- func (o *RelayedAuthorisationData) GetMetadata() map[string]string
- func (o *RelayedAuthorisationData) GetMetadataOk() (*map[string]string, bool)
- func (o *RelayedAuthorisationData) GetReference() string
- func (o *RelayedAuthorisationData) GetReferenceOk() (*string, bool)
- func (o *RelayedAuthorisationData) HasMetadata() bool
- func (o *RelayedAuthorisationData) HasReference() bool
- func (o RelayedAuthorisationData) MarshalJSON() ([]byte, error)
- func (o *RelayedAuthorisationData) SetMetadata(v map[string]string)
- func (o *RelayedAuthorisationData) SetReference(v string)
- func (o RelayedAuthorisationData) ToMap() (map[string]interface{}, error)
- type Resource
- func (o *Resource) GetBalancePlatform() string
- func (o *Resource) GetBalancePlatformOk() (*string, bool)
- func (o *Resource) GetCreationDate() time.Time
- func (o *Resource) GetCreationDateOk() (*time.Time, bool)
- func (o *Resource) GetId() string
- func (o *Resource) GetIdOk() (*string, bool)
- func (o *Resource) HasBalancePlatform() bool
- func (o *Resource) HasCreationDate() bool
- func (o *Resource) HasId() bool
- func (o Resource) MarshalJSON() ([]byte, error)
- func (o *Resource) SetBalancePlatform(v string)
- func (o *Resource) SetCreationDate(v time.Time)
- func (o *Resource) SetId(v string)
- func (o Resource) ToMap() (map[string]interface{}, error)
- type ResourceReference
- func (o *ResourceReference) GetDescription() string
- func (o *ResourceReference) GetDescriptionOk() (*string, bool)
- func (o *ResourceReference) GetId() string
- func (o *ResourceReference) GetIdOk() (*string, bool)
- func (o *ResourceReference) GetReference() string
- func (o *ResourceReference) GetReferenceOk() (*string, bool)
- func (o *ResourceReference) HasDescription() bool
- func (o *ResourceReference) HasId() bool
- func (o *ResourceReference) HasReference() bool
- func (o ResourceReference) MarshalJSON() ([]byte, error)
- func (o *ResourceReference) SetDescription(v string)
- func (o *ResourceReference) SetId(v string)
- func (o *ResourceReference) SetReference(v string)
- func (o ResourceReference) ToMap() (map[string]interface{}, error)
- type SELocalAccountIdentification
- func (o *SELocalAccountIdentification) GetAccountNumber() string
- func (o *SELocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *SELocalAccountIdentification) GetClearingNumber() string
- func (o *SELocalAccountIdentification) GetClearingNumberOk() (*string, bool)
- func (o *SELocalAccountIdentification) GetType() string
- func (o *SELocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o SELocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *SELocalAccountIdentification) SetAccountNumber(v string)
- func (o *SELocalAccountIdentification) SetClearingNumber(v string)
- func (o *SELocalAccountIdentification) SetType(v string)
- func (o SELocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type SGLocalAccountIdentification
- func (o *SGLocalAccountIdentification) GetAccountNumber() string
- func (o *SGLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *SGLocalAccountIdentification) GetBic() string
- func (o *SGLocalAccountIdentification) GetBicOk() (*string, bool)
- func (o *SGLocalAccountIdentification) GetType() string
- func (o *SGLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o *SGLocalAccountIdentification) HasType() bool
- func (o SGLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *SGLocalAccountIdentification) SetAccountNumber(v string)
- func (o *SGLocalAccountIdentification) SetBic(v string)
- func (o *SGLocalAccountIdentification) SetType(v string)
- func (o SGLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type TransactionEventViolation
- func (o *TransactionEventViolation) GetReason() string
- func (o *TransactionEventViolation) GetReasonOk() (*string, bool)
- func (o *TransactionEventViolation) GetTransactionRule() TransactionRuleReference
- func (o *TransactionEventViolation) GetTransactionRuleOk() (*TransactionRuleReference, bool)
- func (o *TransactionEventViolation) GetTransactionRuleSource() TransactionRuleSource
- func (o *TransactionEventViolation) GetTransactionRuleSourceOk() (*TransactionRuleSource, bool)
- func (o *TransactionEventViolation) HasReason() bool
- func (o *TransactionEventViolation) HasTransactionRule() bool
- func (o *TransactionEventViolation) HasTransactionRuleSource() bool
- func (o TransactionEventViolation) MarshalJSON() ([]byte, error)
- func (o *TransactionEventViolation) SetReason(v string)
- func (o *TransactionEventViolation) SetTransactionRule(v TransactionRuleReference)
- func (o *TransactionEventViolation) SetTransactionRuleSource(v TransactionRuleSource)
- func (o TransactionEventViolation) ToMap() (map[string]interface{}, error)
- type TransactionRuleReference
- func (o *TransactionRuleReference) GetDescription() string
- func (o *TransactionRuleReference) GetDescriptionOk() (*string, bool)
- func (o *TransactionRuleReference) GetId() string
- func (o *TransactionRuleReference) GetIdOk() (*string, bool)
- func (o *TransactionRuleReference) GetOutcomeType() string
- func (o *TransactionRuleReference) GetOutcomeTypeOk() (*string, bool)
- func (o *TransactionRuleReference) GetReference() string
- func (o *TransactionRuleReference) GetReferenceOk() (*string, bool)
- func (o *TransactionRuleReference) GetScore() int32
- func (o *TransactionRuleReference) GetScoreOk() (*int32, bool)
- func (o *TransactionRuleReference) HasDescription() bool
- func (o *TransactionRuleReference) HasId() bool
- func (o *TransactionRuleReference) HasOutcomeType() bool
- func (o *TransactionRuleReference) HasReference() bool
- func (o *TransactionRuleReference) HasScore() bool
- func (o TransactionRuleReference) MarshalJSON() ([]byte, error)
- func (o *TransactionRuleReference) SetDescription(v string)
- func (o *TransactionRuleReference) SetId(v string)
- func (o *TransactionRuleReference) SetOutcomeType(v string)
- func (o *TransactionRuleReference) SetReference(v string)
- func (o *TransactionRuleReference) SetScore(v int32)
- func (o TransactionRuleReference) ToMap() (map[string]interface{}, error)
- type TransactionRuleSource
- func (o *TransactionRuleSource) GetId() string
- func (o *TransactionRuleSource) GetIdOk() (*string, bool)
- func (o *TransactionRuleSource) GetType() string
- func (o *TransactionRuleSource) GetTypeOk() (*string, bool)
- func (o *TransactionRuleSource) HasId() bool
- func (o *TransactionRuleSource) HasType() bool
- func (o TransactionRuleSource) MarshalJSON() ([]byte, error)
- func (o *TransactionRuleSource) SetId(v string)
- func (o *TransactionRuleSource) SetType(v string)
- func (o TransactionRuleSource) ToMap() (map[string]interface{}, error)
- type TransactionRulesResult
- func (o *TransactionRulesResult) GetAdvice() string
- func (o *TransactionRulesResult) GetAdviceOk() (*string, bool)
- func (o *TransactionRulesResult) GetAllHardBlockRulesPassed() bool
- func (o *TransactionRulesResult) GetAllHardBlockRulesPassedOk() (*bool, bool)
- func (o *TransactionRulesResult) GetScore() int32
- func (o *TransactionRulesResult) GetScoreOk() (*int32, bool)
- func (o *TransactionRulesResult) GetTriggeredTransactionRules() []TransactionEventViolation
- func (o *TransactionRulesResult) GetTriggeredTransactionRulesOk() ([]TransactionEventViolation, bool)
- func (o *TransactionRulesResult) HasAdvice() bool
- func (o *TransactionRulesResult) HasAllHardBlockRulesPassed() bool
- func (o *TransactionRulesResult) HasScore() bool
- func (o *TransactionRulesResult) HasTriggeredTransactionRules() bool
- func (o TransactionRulesResult) MarshalJSON() ([]byte, error)
- func (o *TransactionRulesResult) SetAdvice(v string)
- func (o *TransactionRulesResult) SetAllHardBlockRulesPassed(v bool)
- func (o *TransactionRulesResult) SetScore(v int32)
- func (o *TransactionRulesResult) SetTriggeredTransactionRules(v []TransactionEventViolation)
- func (o TransactionRulesResult) ToMap() (map[string]interface{}, error)
- type TransferData
- func (o *TransferData) GetAccountHolder() ResourceReference
- func (o *TransferData) GetAccountHolderOk() (*ResourceReference, bool)
- func (o *TransferData) GetAmount() Amount
- func (o *TransferData) GetAmountOk() (*Amount, bool)
- func (o *TransferData) GetBalanceAccount() ResourceReference
- func (o *TransferData) GetBalanceAccountOk() (*ResourceReference, bool)
- func (o *TransferData) GetBalancePlatform() string
- func (o *TransferData) GetBalancePlatformOk() (*string, bool)
- func (o *TransferData) GetBalances() []BalanceMutation
- func (o *TransferData) GetBalancesOk() ([]BalanceMutation, bool)
- func (o *TransferData) GetCategory() string
- func (o *TransferData) GetCategoryData() TransferDataCategoryData
- func (o *TransferData) GetCategoryDataOk() (*TransferDataCategoryData, bool)
- func (o *TransferData) GetCategoryOk() (*string, bool)
- func (o *TransferData) GetCounterparty() TransferNotificationCounterParty
- func (o *TransferData) GetCounterpartyOk() (*TransferNotificationCounterParty, bool)
- func (o *TransferData) GetCreationDate() time.Time
- func (o *TransferData) GetCreationDateOk() (*time.Time, bool)
- func (o *TransferData) GetDescription() string
- func (o *TransferData) GetDescriptionOk() (*string, bool)
- func (o *TransferData) GetDirection() string
- func (o *TransferData) GetDirectionOk() (*string, bool)
- func (o *TransferData) GetEvents() []TransferEvent
- func (o *TransferData) GetEventsOk() ([]TransferEvent, bool)
- func (o *TransferData) GetId() string
- func (o *TransferData) GetIdOk() (*string, bool)
- func (o *TransferData) GetPaymentInstrument() PaymentInstrument
- func (o *TransferData) GetPaymentInstrumentOk() (*PaymentInstrument, bool)
- func (o *TransferData) GetReason() string
- func (o *TransferData) GetReasonOk() (*string, bool)
- func (o *TransferData) GetReference() string
- func (o *TransferData) GetReferenceForBeneficiary() string
- func (o *TransferData) GetReferenceForBeneficiaryOk() (*string, bool)
- func (o *TransferData) GetReferenceOk() (*string, bool)
- func (o *TransferData) GetSequenceNumber() int32
- func (o *TransferData) GetSequenceNumberOk() (*int32, bool)
- func (o *TransferData) GetStatus() string
- func (o *TransferData) GetStatusOk() (*string, bool)
- func (o *TransferData) GetTracking() TransferDataTracking
- func (o *TransferData) GetTrackingOk() (*TransferDataTracking, bool)
- func (o *TransferData) GetTransactionRulesResult() TransactionRulesResult
- func (o *TransferData) GetTransactionRulesResultOk() (*TransactionRulesResult, bool)
- func (o *TransferData) GetType() string
- func (o *TransferData) GetTypeOk() (*string, bool)
- func (o *TransferData) HasAccountHolder() bool
- func (o *TransferData) HasBalanceAccount() bool
- func (o *TransferData) HasBalancePlatform() bool
- func (o *TransferData) HasBalances() bool
- func (o *TransferData) HasCategoryData() bool
- func (o *TransferData) HasCounterparty() bool
- func (o *TransferData) HasCreationDate() bool
- func (o *TransferData) HasDescription() bool
- func (o *TransferData) HasDirection() bool
- func (o *TransferData) HasEvents() bool
- func (o *TransferData) HasId() bool
- func (o *TransferData) HasPaymentInstrument() bool
- func (o *TransferData) HasReason() bool
- func (o *TransferData) HasReference() bool
- func (o *TransferData) HasReferenceForBeneficiary() bool
- func (o *TransferData) HasSequenceNumber() bool
- func (o *TransferData) HasTracking() bool
- func (o *TransferData) HasTransactionRulesResult() bool
- func (o *TransferData) HasType() bool
- func (o TransferData) MarshalJSON() ([]byte, error)
- func (o *TransferData) SetAccountHolder(v ResourceReference)
- func (o *TransferData) SetAmount(v Amount)
- func (o *TransferData) SetBalanceAccount(v ResourceReference)
- func (o *TransferData) SetBalancePlatform(v string)
- func (o *TransferData) SetBalances(v []BalanceMutation)
- func (o *TransferData) SetCategory(v string)
- func (o *TransferData) SetCategoryData(v TransferDataCategoryData)
- func (o *TransferData) SetCounterparty(v TransferNotificationCounterParty)
- func (o *TransferData) SetCreationDate(v time.Time)
- func (o *TransferData) SetDescription(v string)
- func (o *TransferData) SetDirection(v string)
- func (o *TransferData) SetEvents(v []TransferEvent)
- func (o *TransferData) SetId(v string)
- func (o *TransferData) SetPaymentInstrument(v PaymentInstrument)
- func (o *TransferData) SetReason(v string)
- func (o *TransferData) SetReference(v string)
- func (o *TransferData) SetReferenceForBeneficiary(v string)
- func (o *TransferData) SetSequenceNumber(v int32)
- func (o *TransferData) SetStatus(v string)
- func (o *TransferData) SetTracking(v TransferDataTracking)
- func (o *TransferData) SetTransactionRulesResult(v TransactionRulesResult)
- func (o *TransferData) SetType(v string)
- func (o TransferData) ToMap() (map[string]interface{}, error)
- type TransferDataCategoryData
- func BankCategoryDataAsTransferDataCategoryData(v *BankCategoryData) TransferDataCategoryData
- func InternalCategoryDataAsTransferDataCategoryData(v *InternalCategoryData) TransferDataCategoryData
- func IssuedCardAsTransferDataCategoryData(v *IssuedCard) TransferDataCategoryData
- func PlatformPaymentAsTransferDataCategoryData(v *PlatformPayment) TransferDataCategoryData
- type TransferDataTracking
- func ConfirmationTrackingDataAsTransferDataTracking(v *ConfirmationTrackingData) TransferDataTracking
- func EstimationTrackingDataAsTransferDataTracking(v *EstimationTrackingData) TransferDataTracking
- func InternalReviewTrackingDataAsTransferDataTracking(v *InternalReviewTrackingData) TransferDataTracking
- type TransferEvent
- func (o *TransferEvent) GetAmount() Amount
- func (o *TransferEvent) GetAmountAdjustments() []AmountAdjustment
- func (o *TransferEvent) GetAmountAdjustmentsOk() ([]AmountAdjustment, bool)
- func (o *TransferEvent) GetAmountOk() (*Amount, bool)
- func (o *TransferEvent) GetArn() string
- func (o *TransferEvent) GetArnOk() (*string, bool)
- func (o *TransferEvent) GetBookingDate() time.Time
- func (o *TransferEvent) GetBookingDateOk() (*time.Time, bool)
- func (o *TransferEvent) GetEstimatedArrivalTime() time.Time
- func (o *TransferEvent) GetEstimatedArrivalTimeOk() (*time.Time, bool)
- func (o *TransferEvent) GetExternalReason() ExternalReason
- func (o *TransferEvent) GetExternalReasonOk() (*ExternalReason, bool)
- func (o *TransferEvent) GetId() string
- func (o *TransferEvent) GetIdOk() (*string, bool)
- func (o *TransferEvent) GetModification() Modification
- func (o *TransferEvent) GetModificationOk() (*Modification, bool)
- func (o *TransferEvent) GetMutations() []BalanceMutation
- func (o *TransferEvent) GetMutationsOk() ([]BalanceMutation, bool)
- func (o *TransferEvent) GetOriginalAmount() Amount
- func (o *TransferEvent) GetOriginalAmountOk() (*Amount, bool)
- func (o *TransferEvent) GetReason() string
- func (o *TransferEvent) GetReasonOk() (*string, bool)
- func (o *TransferEvent) GetStatus() string
- func (o *TransferEvent) GetStatusOk() (*string, bool)
- func (o *TransferEvent) GetTrackingData() TransferEventTrackingData
- func (o *TransferEvent) GetTrackingDataOk() (*TransferEventTrackingData, bool)
- func (o *TransferEvent) GetTransactionId() string
- func (o *TransferEvent) GetTransactionIdOk() (*string, bool)
- func (o *TransferEvent) GetType() string
- func (o *TransferEvent) GetTypeOk() (*string, bool)
- func (o *TransferEvent) GetUpdateDate() time.Time
- func (o *TransferEvent) GetUpdateDateOk() (*time.Time, bool)
- func (o *TransferEvent) GetValueDate() time.Time
- func (o *TransferEvent) GetValueDateOk() (*time.Time, bool)
- func (o *TransferEvent) HasAmount() bool
- func (o *TransferEvent) HasAmountAdjustments() bool
- func (o *TransferEvent) HasArn() bool
- func (o *TransferEvent) HasBookingDate() bool
- func (o *TransferEvent) HasEstimatedArrivalTime() bool
- func (o *TransferEvent) HasExternalReason() bool
- func (o *TransferEvent) HasId() bool
- func (o *TransferEvent) HasModification() bool
- func (o *TransferEvent) HasMutations() bool
- func (o *TransferEvent) HasOriginalAmount() bool
- func (o *TransferEvent) HasReason() bool
- func (o *TransferEvent) HasStatus() bool
- func (o *TransferEvent) HasTrackingData() bool
- func (o *TransferEvent) HasTransactionId() bool
- func (o *TransferEvent) HasType() bool
- func (o *TransferEvent) HasUpdateDate() bool
- func (o *TransferEvent) HasValueDate() bool
- func (o TransferEvent) MarshalJSON() ([]byte, error)
- func (o *TransferEvent) SetAmount(v Amount)
- func (o *TransferEvent) SetAmountAdjustments(v []AmountAdjustment)
- func (o *TransferEvent) SetArn(v string)
- func (o *TransferEvent) SetBookingDate(v time.Time)
- func (o *TransferEvent) SetEstimatedArrivalTime(v time.Time)
- func (o *TransferEvent) SetExternalReason(v ExternalReason)
- func (o *TransferEvent) SetId(v string)
- func (o *TransferEvent) SetModification(v Modification)
- func (o *TransferEvent) SetMutations(v []BalanceMutation)
- func (o *TransferEvent) SetOriginalAmount(v Amount)
- func (o *TransferEvent) SetReason(v string)
- func (o *TransferEvent) SetStatus(v string)
- func (o *TransferEvent) SetTrackingData(v TransferEventTrackingData)
- func (o *TransferEvent) SetTransactionId(v string)
- func (o *TransferEvent) SetType(v string)
- func (o *TransferEvent) SetUpdateDate(v time.Time)
- func (o *TransferEvent) SetValueDate(v time.Time)
- func (o TransferEvent) ToMap() (map[string]interface{}, error)
- type TransferEventTrackingData
- func ConfirmationTrackingDataAsTransferEventTrackingData(v *ConfirmationTrackingData) TransferEventTrackingData
- func EstimationTrackingDataAsTransferEventTrackingData(v *EstimationTrackingData) TransferEventTrackingData
- func InternalReviewTrackingDataAsTransferEventTrackingData(v *InternalReviewTrackingData) TransferEventTrackingData
- type TransferNotificationCounterParty
- func (o *TransferNotificationCounterParty) GetBalanceAccountId() string
- func (o *TransferNotificationCounterParty) GetBalanceAccountIdOk() (*string, bool)
- func (o *TransferNotificationCounterParty) GetBankAccount() BankAccountV3
- func (o *TransferNotificationCounterParty) GetBankAccountOk() (*BankAccountV3, bool)
- func (o *TransferNotificationCounterParty) GetCard() Card
- func (o *TransferNotificationCounterParty) GetCardOk() (*Card, bool)
- func (o *TransferNotificationCounterParty) GetMerchant() TransferNotificationMerchantData
- func (o *TransferNotificationCounterParty) GetMerchantOk() (*TransferNotificationMerchantData, bool)
- func (o *TransferNotificationCounterParty) GetTransferInstrumentId() string
- func (o *TransferNotificationCounterParty) GetTransferInstrumentIdOk() (*string, bool)
- func (o *TransferNotificationCounterParty) HasBalanceAccountId() bool
- func (o *TransferNotificationCounterParty) HasBankAccount() bool
- func (o *TransferNotificationCounterParty) HasCard() bool
- func (o *TransferNotificationCounterParty) HasMerchant() bool
- func (o *TransferNotificationCounterParty) HasTransferInstrumentId() bool
- func (o TransferNotificationCounterParty) MarshalJSON() ([]byte, error)
- func (o *TransferNotificationCounterParty) SetBalanceAccountId(v string)
- func (o *TransferNotificationCounterParty) SetBankAccount(v BankAccountV3)
- func (o *TransferNotificationCounterParty) SetCard(v Card)
- func (o *TransferNotificationCounterParty) SetMerchant(v TransferNotificationMerchantData)
- func (o *TransferNotificationCounterParty) SetTransferInstrumentId(v string)
- func (o TransferNotificationCounterParty) ToMap() (map[string]interface{}, error)
- type TransferNotificationData
- func (o *TransferNotificationData) GetAccountHolder() ResourceReference
- func (o *TransferNotificationData) GetAccountHolderOk() (*ResourceReference, bool)
- func (o *TransferNotificationData) GetAmount() Amount
- func (o *TransferNotificationData) GetAmountOk() (*Amount, bool)
- func (o *TransferNotificationData) GetBalanceAccount() ResourceReference
- func (o *TransferNotificationData) GetBalanceAccountId() string
- func (o *TransferNotificationData) GetBalanceAccountIdOk() (*string, bool)
- func (o *TransferNotificationData) GetBalanceAccountOk() (*ResourceReference, bool)
- func (o *TransferNotificationData) GetBalancePlatform() string
- func (o *TransferNotificationData) GetBalancePlatformOk() (*string, bool)
- func (o *TransferNotificationData) GetBalances() []BalanceMutation
- func (o *TransferNotificationData) GetBalancesOk() ([]BalanceMutation, bool)
- func (o *TransferNotificationData) GetCategory() string
- func (o *TransferNotificationData) GetCategoryOk() (*string, bool)
- func (o *TransferNotificationData) GetCounterparty() CounterpartyV3
- func (o *TransferNotificationData) GetCounterpartyOk() (*CounterpartyV3, bool)
- func (o *TransferNotificationData) GetCreationDate() time.Time
- func (o *TransferNotificationData) GetCreationDateOk() (*time.Time, bool)
- func (o *TransferNotificationData) GetDescription() string
- func (o *TransferNotificationData) GetDescriptionOk() (*string, bool)
- func (o *TransferNotificationData) GetDirection() string
- func (o *TransferNotificationData) GetDirectionOk() (*string, bool)
- func (o *TransferNotificationData) GetEvents() []TransferEvent
- func (o *TransferNotificationData) GetEventsOk() ([]TransferEvent, bool)
- func (o *TransferNotificationData) GetId() string
- func (o *TransferNotificationData) GetIdOk() (*string, bool)
- func (o *TransferNotificationData) GetModificationMerchantReference() string
- func (o *TransferNotificationData) GetModificationMerchantReferenceOk() (*string, bool)
- func (o *TransferNotificationData) GetModificationPspReference() string
- func (o *TransferNotificationData) GetModificationPspReferenceOk() (*string, bool)
- func (o *TransferNotificationData) GetPanEntryMode() string
- func (o *TransferNotificationData) GetPanEntryModeOk() (*string, bool)
- func (o *TransferNotificationData) GetPaymentInstrument() PaymentInstrument
- func (o *TransferNotificationData) GetPaymentInstrumentId() string
- func (o *TransferNotificationData) GetPaymentInstrumentIdOk() (*string, bool)
- func (o *TransferNotificationData) GetPaymentInstrumentOk() (*PaymentInstrument, bool)
- func (o *TransferNotificationData) GetPaymentMerchantReference() string
- func (o *TransferNotificationData) GetPaymentMerchantReferenceOk() (*string, bool)
- func (o *TransferNotificationData) GetPriority() string
- func (o *TransferNotificationData) GetPriorityOk() (*string, bool)
- func (o *TransferNotificationData) GetProcessingType() string
- func (o *TransferNotificationData) GetProcessingTypeOk() (*string, bool)
- func (o *TransferNotificationData) GetPspPaymentReference() string
- func (o *TransferNotificationData) GetPspPaymentReferenceOk() (*string, bool)
- func (o *TransferNotificationData) GetReason() string
- func (o *TransferNotificationData) GetReasonOk() (*string, bool)
- func (o *TransferNotificationData) GetReference() string
- func (o *TransferNotificationData) GetReferenceForBeneficiary() string
- func (o *TransferNotificationData) GetReferenceForBeneficiaryOk() (*string, bool)
- func (o *TransferNotificationData) GetReferenceOk() (*string, bool)
- func (o *TransferNotificationData) GetRelayedAuthorisationData() RelayedAuthorisationData
- func (o *TransferNotificationData) GetRelayedAuthorisationDataOk() (*RelayedAuthorisationData, bool)
- func (o *TransferNotificationData) GetSequenceNumber() int32
- func (o *TransferNotificationData) GetSequenceNumberOk() (*int32, bool)
- func (o *TransferNotificationData) GetStatus() string
- func (o *TransferNotificationData) GetStatusOk() (*string, bool)
- func (o *TransferNotificationData) GetTracking() TransferNotificationTransferTracking
- func (o *TransferNotificationData) GetTrackingOk() (*TransferNotificationTransferTracking, bool)
- func (o *TransferNotificationData) GetTransactionId() string
- func (o *TransferNotificationData) GetTransactionIdOk() (*string, bool)
- func (o *TransferNotificationData) GetTransactionRulesResult() TransactionRulesResult
- func (o *TransferNotificationData) GetTransactionRulesResultOk() (*TransactionRulesResult, bool)
- func (o *TransferNotificationData) GetType() string
- func (o *TransferNotificationData) GetTypeOk() (*string, bool)
- func (o *TransferNotificationData) GetValidationFacts() []TransferNotificationValidationFact
- func (o *TransferNotificationData) GetValidationFactsOk() ([]TransferNotificationValidationFact, bool)
- func (o *TransferNotificationData) HasAccountHolder() bool
- func (o *TransferNotificationData) HasBalanceAccount() bool
- func (o *TransferNotificationData) HasBalanceAccountId() bool
- func (o *TransferNotificationData) HasBalancePlatform() bool
- func (o *TransferNotificationData) HasBalances() bool
- func (o *TransferNotificationData) HasCounterparty() bool
- func (o *TransferNotificationData) HasCreationDate() bool
- func (o *TransferNotificationData) HasDescription() bool
- func (o *TransferNotificationData) HasDirection() bool
- func (o *TransferNotificationData) HasEvents() bool
- func (o *TransferNotificationData) HasId() bool
- func (o *TransferNotificationData) HasModificationMerchantReference() bool
- func (o *TransferNotificationData) HasModificationPspReference() bool
- func (o *TransferNotificationData) HasPanEntryMode() bool
- func (o *TransferNotificationData) HasPaymentInstrument() bool
- func (o *TransferNotificationData) HasPaymentInstrumentId() bool
- func (o *TransferNotificationData) HasPaymentMerchantReference() bool
- func (o *TransferNotificationData) HasPriority() bool
- func (o *TransferNotificationData) HasProcessingType() bool
- func (o *TransferNotificationData) HasPspPaymentReference() bool
- func (o *TransferNotificationData) HasReason() bool
- func (o *TransferNotificationData) HasReference() bool
- func (o *TransferNotificationData) HasReferenceForBeneficiary() bool
- func (o *TransferNotificationData) HasRelayedAuthorisationData() bool
- func (o *TransferNotificationData) HasSequenceNumber() bool
- func (o *TransferNotificationData) HasTracking() bool
- func (o *TransferNotificationData) HasTransactionId() bool
- func (o *TransferNotificationData) HasTransactionRulesResult() bool
- func (o *TransferNotificationData) HasType() bool
- func (o *TransferNotificationData) HasValidationFacts() bool
- func (o TransferNotificationData) MarshalJSON() ([]byte, error)
- func (o *TransferNotificationData) SetAccountHolder(v ResourceReference)
- func (o *TransferNotificationData) SetAmount(v Amount)
- func (o *TransferNotificationData) SetBalanceAccount(v ResourceReference)
- func (o *TransferNotificationData) SetBalanceAccountId(v string)
- func (o *TransferNotificationData) SetBalancePlatform(v string)
- func (o *TransferNotificationData) SetBalances(v []BalanceMutation)
- func (o *TransferNotificationData) SetCategory(v string)
- func (o *TransferNotificationData) SetCounterparty(v CounterpartyV3)
- func (o *TransferNotificationData) SetCreationDate(v time.Time)
- func (o *TransferNotificationData) SetDescription(v string)
- func (o *TransferNotificationData) SetDirection(v string)
- func (o *TransferNotificationData) SetEvents(v []TransferEvent)
- func (o *TransferNotificationData) SetId(v string)
- func (o *TransferNotificationData) SetModificationMerchantReference(v string)
- func (o *TransferNotificationData) SetModificationPspReference(v string)
- func (o *TransferNotificationData) SetPanEntryMode(v string)
- func (o *TransferNotificationData) SetPaymentInstrument(v PaymentInstrument)
- func (o *TransferNotificationData) SetPaymentInstrumentId(v string)
- func (o *TransferNotificationData) SetPaymentMerchantReference(v string)
- func (o *TransferNotificationData) SetPriority(v string)
- func (o *TransferNotificationData) SetProcessingType(v string)
- func (o *TransferNotificationData) SetPspPaymentReference(v string)
- func (o *TransferNotificationData) SetReason(v string)
- func (o *TransferNotificationData) SetReference(v string)
- func (o *TransferNotificationData) SetReferenceForBeneficiary(v string)
- func (o *TransferNotificationData) SetRelayedAuthorisationData(v RelayedAuthorisationData)
- func (o *TransferNotificationData) SetSequenceNumber(v int32)
- func (o *TransferNotificationData) SetStatus(v string)
- func (o *TransferNotificationData) SetTracking(v TransferNotificationTransferTracking)
- func (o *TransferNotificationData) SetTransactionId(v string)
- func (o *TransferNotificationData) SetTransactionRulesResult(v TransactionRulesResult)
- func (o *TransferNotificationData) SetType(v string)
- func (o *TransferNotificationData) SetValidationFacts(v []TransferNotificationValidationFact)
- func (o TransferNotificationData) ToMap() (map[string]interface{}, error)
- type TransferNotificationMerchantData
- func (o *TransferNotificationMerchantData) GetAcquirerId() string
- func (o *TransferNotificationMerchantData) GetAcquirerIdOk() (*string, bool)
- func (o *TransferNotificationMerchantData) GetCity() string
- func (o *TransferNotificationMerchantData) GetCityOk() (*string, bool)
- func (o *TransferNotificationMerchantData) GetCountry() string
- func (o *TransferNotificationMerchantData) GetCountryOk() (*string, bool)
- func (o *TransferNotificationMerchantData) GetMcc() string
- func (o *TransferNotificationMerchantData) GetMccOk() (*string, bool)
- func (o *TransferNotificationMerchantData) GetMerchantId() string
- func (o *TransferNotificationMerchantData) GetMerchantIdOk() (*string, bool)
- func (o *TransferNotificationMerchantData) GetName() string
- func (o *TransferNotificationMerchantData) GetNameOk() (*string, bool)
- func (o *TransferNotificationMerchantData) GetPostalCode() string
- func (o *TransferNotificationMerchantData) GetPostalCodeOk() (*string, bool)
- func (o *TransferNotificationMerchantData) HasAcquirerId() bool
- func (o *TransferNotificationMerchantData) HasCity() bool
- func (o *TransferNotificationMerchantData) HasCountry() bool
- func (o *TransferNotificationMerchantData) HasMcc() bool
- func (o *TransferNotificationMerchantData) HasMerchantId() bool
- func (o *TransferNotificationMerchantData) HasName() bool
- func (o *TransferNotificationMerchantData) HasPostalCode() bool
- func (o TransferNotificationMerchantData) MarshalJSON() ([]byte, error)
- func (o *TransferNotificationMerchantData) SetAcquirerId(v string)
- func (o *TransferNotificationMerchantData) SetCity(v string)
- func (o *TransferNotificationMerchantData) SetCountry(v string)
- func (o *TransferNotificationMerchantData) SetMcc(v string)
- func (o *TransferNotificationMerchantData) SetMerchantId(v string)
- func (o *TransferNotificationMerchantData) SetName(v string)
- func (o *TransferNotificationMerchantData) SetPostalCode(v string)
- func (o TransferNotificationMerchantData) ToMap() (map[string]interface{}, error)
- type TransferNotificationRequest
- func (o *TransferNotificationRequest) GetData() TransferData
- func (o *TransferNotificationRequest) GetDataOk() (*TransferData, bool)
- func (o *TransferNotificationRequest) GetEnvironment() string
- func (o *TransferNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *TransferNotificationRequest) GetType() string
- func (o *TransferNotificationRequest) GetTypeOk() (*string, bool)
- func (o *TransferNotificationRequest) HasType() bool
- func (o TransferNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *TransferNotificationRequest) SetData(v TransferData)
- func (o *TransferNotificationRequest) SetEnvironment(v string)
- func (o *TransferNotificationRequest) SetType(v string)
- func (o TransferNotificationRequest) ToMap() (map[string]interface{}, error)
- type TransferNotificationTransferTracking
- func (o *TransferNotificationTransferTracking) GetEstimatedArrivalTime() time.Time
- func (o *TransferNotificationTransferTracking) GetEstimatedArrivalTimeOk() (*time.Time, bool)
- func (o *TransferNotificationTransferTracking) GetStatus() string
- func (o *TransferNotificationTransferTracking) GetStatusOk() (*string, bool)
- func (o *TransferNotificationTransferTracking) HasEstimatedArrivalTime() bool
- func (o *TransferNotificationTransferTracking) HasStatus() bool
- func (o TransferNotificationTransferTracking) MarshalJSON() ([]byte, error)
- func (o *TransferNotificationTransferTracking) SetEstimatedArrivalTime(v time.Time)
- func (o *TransferNotificationTransferTracking) SetStatus(v string)
- func (o TransferNotificationTransferTracking) ToMap() (map[string]interface{}, error)
- type TransferNotificationValidationFact
- func (o *TransferNotificationValidationFact) GetResult() string
- func (o *TransferNotificationValidationFact) GetResultOk() (*string, bool)
- func (o *TransferNotificationValidationFact) GetType() string
- func (o *TransferNotificationValidationFact) GetTypeOk() (*string, bool)
- func (o *TransferNotificationValidationFact) HasResult() bool
- func (o *TransferNotificationValidationFact) HasType() bool
- func (o TransferNotificationValidationFact) MarshalJSON() ([]byte, error)
- func (o *TransferNotificationValidationFact) SetResult(v string)
- func (o *TransferNotificationValidationFact) SetType(v string)
- func (o TransferNotificationValidationFact) ToMap() (map[string]interface{}, error)
- type TransferOperation
- func (o *TransferOperation) GetDirection() string
- func (o *TransferOperation) GetDirectionOk() (*string, bool)
- func (o *TransferOperation) GetReference() string
- func (o *TransferOperation) GetReferenceOk() (*string, bool)
- func (o *TransferOperation) GetType() string
- func (o *TransferOperation) GetTypeOk() (*string, bool)
- func (o *TransferOperation) HasDirection() bool
- func (o *TransferOperation) HasReference() bool
- func (o *TransferOperation) HasType() bool
- func (o TransferOperation) MarshalJSON() ([]byte, error)
- func (o *TransferOperation) SetDirection(v string)
- func (o *TransferOperation) SetReference(v string)
- func (o *TransferOperation) SetType(v string)
- func (o TransferOperation) ToMap() (map[string]interface{}, error)
- type UKLocalAccountIdentification
- func (o *UKLocalAccountIdentification) GetAccountNumber() string
- func (o *UKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *UKLocalAccountIdentification) GetSortCode() string
- func (o *UKLocalAccountIdentification) GetSortCodeOk() (*string, bool)
- func (o *UKLocalAccountIdentification) GetType() string
- func (o *UKLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o UKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *UKLocalAccountIdentification) SetAccountNumber(v string)
- func (o *UKLocalAccountIdentification) SetSortCode(v string)
- func (o *UKLocalAccountIdentification) SetType(v string)
- func (o UKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type USLocalAccountIdentification
- func (o *USLocalAccountIdentification) GetAccountNumber() string
- func (o *USLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *USLocalAccountIdentification) GetAccountType() string
- func (o *USLocalAccountIdentification) GetAccountTypeOk() (*string, bool)
- func (o *USLocalAccountIdentification) GetRoutingNumber() string
- func (o *USLocalAccountIdentification) GetRoutingNumberOk() (*string, bool)
- func (o *USLocalAccountIdentification) GetType() string
- func (o *USLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o *USLocalAccountIdentification) HasAccountType() bool
- func (o USLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *USLocalAccountIdentification) SetAccountNumber(v string)
- func (o *USLocalAccountIdentification) SetAccountType(v string)
- func (o *USLocalAccountIdentification) SetRoutingNumber(v string)
- func (o *USLocalAccountIdentification) SetType(v string)
- func (o USLocalAccountIdentification) 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 {
// contains filtered or unexported fields
}
APIClient manages communication with the Transfer webhooks API v3 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
NewAPIClient creates a new API client.
type AULocalAccountIdentification ¶
type AULocalAccountIdentification struct { // The bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // The 6-digit [Bank State Branch (BSB) code](https://en.wikipedia.org/wiki/Bank_state_branch), without separators or whitespace. BsbCode string `json:"bsbCode"` // **auLocal** Type string `json:"type"` }
AULocalAccountIdentification struct for AULocalAccountIdentification
func NewAULocalAccountIdentification ¶
func NewAULocalAccountIdentification(accountNumber string, bsbCode string, type_ string) *AULocalAccountIdentification
NewAULocalAccountIdentification instantiates a new AULocalAccountIdentification 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 NewAULocalAccountIdentificationWithDefaults ¶
func NewAULocalAccountIdentificationWithDefaults() *AULocalAccountIdentification
NewAULocalAccountIdentificationWithDefaults instantiates a new AULocalAccountIdentification 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 (*AULocalAccountIdentification) GetAccountNumber ¶
func (o *AULocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*AULocalAccountIdentification) GetAccountNumberOk ¶
func (o *AULocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*AULocalAccountIdentification) GetBsbCode ¶
func (o *AULocalAccountIdentification) GetBsbCode() string
GetBsbCode returns the BsbCode field value
func (*AULocalAccountIdentification) GetBsbCodeOk ¶
func (o *AULocalAccountIdentification) GetBsbCodeOk() (*string, bool)
GetBsbCodeOk returns a tuple with the BsbCode field value and a boolean to check if the value has been set.
func (*AULocalAccountIdentification) GetType ¶
func (o *AULocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*AULocalAccountIdentification) GetTypeOk ¶
func (o *AULocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (AULocalAccountIdentification) MarshalJSON ¶
func (o AULocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*AULocalAccountIdentification) SetAccountNumber ¶
func (o *AULocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*AULocalAccountIdentification) SetBsbCode ¶
func (o *AULocalAccountIdentification) SetBsbCode(v string)
SetBsbCode sets field value
func (*AULocalAccountIdentification) SetType ¶
func (o *AULocalAccountIdentification) SetType(v string)
SetType sets field value
func (AULocalAccountIdentification) ToMap ¶
func (o AULocalAccountIdentification) ToMap() (map[string]interface{}, error)
type AdditionalBankIdentification ¶
type AdditionalBankIdentification struct { // The value of the additional bank identification. Code *string `json:"code,omitempty"` // The type of additional bank identification, depending on the country. Possible values: * **gbSortCode**: The 6-digit [UK sort code](https://en.wikipedia.org/wiki/Sort_code), without separators or spaces * **usRoutingNumber**: The 9-digit [routing number](https://en.wikipedia.org/wiki/ABA_routing_transit_number), without separators or spaces. Type *string `json:"type,omitempty"` }
AdditionalBankIdentification struct for AdditionalBankIdentification
func NewAdditionalBankIdentification ¶
func NewAdditionalBankIdentification() *AdditionalBankIdentification
NewAdditionalBankIdentification instantiates a new AdditionalBankIdentification 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 NewAdditionalBankIdentificationWithDefaults ¶
func NewAdditionalBankIdentificationWithDefaults() *AdditionalBankIdentification
NewAdditionalBankIdentificationWithDefaults instantiates a new AdditionalBankIdentification 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 (*AdditionalBankIdentification) GetCode ¶
func (o *AdditionalBankIdentification) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AdditionalBankIdentification) GetCodeOk ¶
func (o *AdditionalBankIdentification) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalBankIdentification) GetType ¶
func (o *AdditionalBankIdentification) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*AdditionalBankIdentification) GetTypeOk ¶
func (o *AdditionalBankIdentification) 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 (*AdditionalBankIdentification) HasCode ¶
func (o *AdditionalBankIdentification) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AdditionalBankIdentification) HasType ¶
func (o *AdditionalBankIdentification) HasType() bool
HasType returns a boolean if a field has been set.
func (AdditionalBankIdentification) MarshalJSON ¶
func (o AdditionalBankIdentification) MarshalJSON() ([]byte, error)
func (*AdditionalBankIdentification) SetCode ¶
func (o *AdditionalBankIdentification) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AdditionalBankIdentification) SetType ¶
func (o *AdditionalBankIdentification) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (AdditionalBankIdentification) ToMap ¶
func (o AdditionalBankIdentification) ToMap() (map[string]interface{}, error)
type Address ¶
type Address struct { // The name of the city. Supported characters: [a-z] [A-Z] [0-9] . - — / # , ’ ° ( ) : ; [ ] & \\ | and Space. City *string `json:"city,omitempty"` // The two-character ISO 3166-1 alpha-2 country code. For example, **US**, **NL**, or **GB**. Country string `json:"country"` // First line of the street address. Supported characters: [a-z] [A-Z] [0-9] . - — / # , ’ ° ( ) : ; [ ] & \\ | and Space. Line1 *string `json:"line1,omitempty"` // Second line of the street address. Supported characters: [a-z] [A-Z] [0-9] . - — / # , ’ ° ( ) : ; [ ] & \\ | and Space. Line2 *string `json:"line2,omitempty"` // The postal code. Maximum length: * 5 digits for an address in the US. * 10 characters for an address in all other countries. Supported characters: [a-z] [A-Z] [0-9] and Space. PostalCode *string `json:"postalCode,omitempty"` // The two-letter ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada. StateOrProvince *string `json:"stateOrProvince,omitempty"` }
Address struct for Address
func NewAddress ¶
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) GetCountry ¶
GetCountry returns the Country field value
func (*Address) GetCountryOk ¶
GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.
func (*Address) GetLine1Ok ¶
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 (*Address) GetLine2Ok ¶
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 (*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) 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) MarshalJSON ¶
func (*Address) SetCity ¶
SetCity gets a reference to the given string and assigns it to the City field.
func (*Address) SetLine1 ¶
SetLine1 gets a reference to the given string and assigns it to the Line1 field.
func (*Address) SetLine2 ¶
SetLine2 gets a reference to the given string and assigns it to the Line2 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.
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 AmountAdjustment ¶
type AmountAdjustment struct { Amount *Amount `json:"amount,omitempty"` // The type of markup that is applied to an authorised payment. Possible values: **exchange**, **forexMarkup**, **authHoldReserve**, **atmMarkup**. AmountAdjustmentType *string `json:"amountAdjustmentType,omitempty"` // The basepoints associated with the applied markup. Basepoints *int32 `json:"basepoints,omitempty"` }
AmountAdjustment struct for AmountAdjustment
func NewAmountAdjustment ¶
func NewAmountAdjustment() *AmountAdjustment
NewAmountAdjustment instantiates a new AmountAdjustment 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 NewAmountAdjustmentWithDefaults ¶
func NewAmountAdjustmentWithDefaults() *AmountAdjustment
NewAmountAdjustmentWithDefaults instantiates a new AmountAdjustment 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 (*AmountAdjustment) GetAmount ¶
func (o *AmountAdjustment) GetAmount() Amount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*AmountAdjustment) GetAmountAdjustmentType ¶
func (o *AmountAdjustment) GetAmountAdjustmentType() string
GetAmountAdjustmentType returns the AmountAdjustmentType field value if set, zero value otherwise.
func (*AmountAdjustment) GetAmountAdjustmentTypeOk ¶
func (o *AmountAdjustment) GetAmountAdjustmentTypeOk() (*string, bool)
GetAmountAdjustmentTypeOk returns a tuple with the AmountAdjustmentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmountAdjustment) GetAmountOk ¶
func (o *AmountAdjustment) 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 (*AmountAdjustment) GetBasepoints ¶
func (o *AmountAdjustment) GetBasepoints() int32
GetBasepoints returns the Basepoints field value if set, zero value otherwise.
func (*AmountAdjustment) GetBasepointsOk ¶
func (o *AmountAdjustment) GetBasepointsOk() (*int32, bool)
GetBasepointsOk returns a tuple with the Basepoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmountAdjustment) HasAmount ¶
func (o *AmountAdjustment) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*AmountAdjustment) HasAmountAdjustmentType ¶
func (o *AmountAdjustment) HasAmountAdjustmentType() bool
HasAmountAdjustmentType returns a boolean if a field has been set.
func (*AmountAdjustment) HasBasepoints ¶
func (o *AmountAdjustment) HasBasepoints() bool
HasBasepoints returns a boolean if a field has been set.
func (AmountAdjustment) MarshalJSON ¶
func (o AmountAdjustment) MarshalJSON() ([]byte, error)
func (*AmountAdjustment) SetAmount ¶
func (o *AmountAdjustment) SetAmount(v Amount)
SetAmount gets a reference to the given Amount and assigns it to the Amount field.
func (*AmountAdjustment) SetAmountAdjustmentType ¶
func (o *AmountAdjustment) SetAmountAdjustmentType(v string)
SetAmountAdjustmentType gets a reference to the given string and assigns it to the AmountAdjustmentType field.
func (*AmountAdjustment) SetBasepoints ¶
func (o *AmountAdjustment) SetBasepoints(v int32)
SetBasepoints gets a reference to the given int32 and assigns it to the Basepoints field.
func (AmountAdjustment) ToMap ¶
func (o AmountAdjustment) ToMap() (map[string]interface{}, error)
type BRLocalAccountIdentification ¶
type BRLocalAccountIdentification struct { // The bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // The 3-digit bank code, with leading zeros. BankCode string `json:"bankCode"` // The bank account branch number, without separators or whitespace. BranchNumber string `json:"branchNumber"` // The 8-digit ISPB, with leading zeros. Ispb *string `json:"ispb,omitempty"` // **brLocal** Type string `json:"type"` }
BRLocalAccountIdentification struct for BRLocalAccountIdentification
func NewBRLocalAccountIdentification ¶
func NewBRLocalAccountIdentification(accountNumber string, bankCode string, branchNumber string, type_ string) *BRLocalAccountIdentification
NewBRLocalAccountIdentification instantiates a new BRLocalAccountIdentification 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 NewBRLocalAccountIdentificationWithDefaults ¶
func NewBRLocalAccountIdentificationWithDefaults() *BRLocalAccountIdentification
NewBRLocalAccountIdentificationWithDefaults instantiates a new BRLocalAccountIdentification 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 (*BRLocalAccountIdentification) GetAccountNumber ¶
func (o *BRLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*BRLocalAccountIdentification) GetAccountNumberOk ¶
func (o *BRLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*BRLocalAccountIdentification) GetBankCode ¶
func (o *BRLocalAccountIdentification) GetBankCode() string
GetBankCode returns the BankCode field value
func (*BRLocalAccountIdentification) GetBankCodeOk ¶
func (o *BRLocalAccountIdentification) GetBankCodeOk() (*string, bool)
GetBankCodeOk returns a tuple with the BankCode field value and a boolean to check if the value has been set.
func (*BRLocalAccountIdentification) GetBranchNumber ¶
func (o *BRLocalAccountIdentification) GetBranchNumber() string
GetBranchNumber returns the BranchNumber field value
func (*BRLocalAccountIdentification) GetBranchNumberOk ¶
func (o *BRLocalAccountIdentification) GetBranchNumberOk() (*string, bool)
GetBranchNumberOk returns a tuple with the BranchNumber field value and a boolean to check if the value has been set.
func (*BRLocalAccountIdentification) GetIspb ¶
func (o *BRLocalAccountIdentification) GetIspb() string
GetIspb returns the Ispb field value if set, zero value otherwise.
func (*BRLocalAccountIdentification) GetIspbOk ¶
func (o *BRLocalAccountIdentification) GetIspbOk() (*string, bool)
GetIspbOk returns a tuple with the Ispb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BRLocalAccountIdentification) GetType ¶
func (o *BRLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*BRLocalAccountIdentification) GetTypeOk ¶
func (o *BRLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*BRLocalAccountIdentification) HasIspb ¶
func (o *BRLocalAccountIdentification) HasIspb() bool
HasIspb returns a boolean if a field has been set.
func (BRLocalAccountIdentification) MarshalJSON ¶
func (o BRLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*BRLocalAccountIdentification) SetAccountNumber ¶
func (o *BRLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*BRLocalAccountIdentification) SetBankCode ¶
func (o *BRLocalAccountIdentification) SetBankCode(v string)
SetBankCode sets field value
func (*BRLocalAccountIdentification) SetBranchNumber ¶
func (o *BRLocalAccountIdentification) SetBranchNumber(v string)
SetBranchNumber sets field value
func (*BRLocalAccountIdentification) SetIspb ¶
func (o *BRLocalAccountIdentification) SetIspb(v string)
SetIspb gets a reference to the given string and assigns it to the Ispb field.
func (*BRLocalAccountIdentification) SetType ¶
func (o *BRLocalAccountIdentification) SetType(v string)
SetType sets field value
func (BRLocalAccountIdentification) ToMap ¶
func (o BRLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type BalanceMutation ¶
type BalanceMutation struct { // The amount in the payment's currency that is debited or credited on the balance accounting register. Balance *int64 `json:"balance,omitempty"` // The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). Currency *string `json:"currency,omitempty"` // The amount in the payment's currency that is debited or credited on the received accounting register. Received *int64 `json:"received,omitempty"` // The amount in the payment's currency that is debited or credited on the reserved accounting register. Reserved *int64 `json:"reserved,omitempty"` }
BalanceMutation struct for BalanceMutation
func NewBalanceMutation ¶
func NewBalanceMutation() *BalanceMutation
NewBalanceMutation instantiates a new BalanceMutation 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 NewBalanceMutationWithDefaults ¶
func NewBalanceMutationWithDefaults() *BalanceMutation
NewBalanceMutationWithDefaults instantiates a new BalanceMutation 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 (*BalanceMutation) GetBalance ¶
func (o *BalanceMutation) GetBalance() int64
GetBalance returns the Balance field value if set, zero value otherwise.
func (*BalanceMutation) GetBalanceOk ¶
func (o *BalanceMutation) GetBalanceOk() (*int64, bool)
GetBalanceOk returns a tuple with the Balance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BalanceMutation) GetCurrency ¶
func (o *BalanceMutation) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*BalanceMutation) GetCurrencyOk ¶
func (o *BalanceMutation) 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 (*BalanceMutation) GetReceived ¶
func (o *BalanceMutation) GetReceived() int64
GetReceived returns the Received field value if set, zero value otherwise.
func (*BalanceMutation) GetReceivedOk ¶
func (o *BalanceMutation) GetReceivedOk() (*int64, bool)
GetReceivedOk returns a tuple with the Received field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BalanceMutation) GetReserved ¶
func (o *BalanceMutation) GetReserved() int64
GetReserved returns the Reserved field value if set, zero value otherwise.
func (*BalanceMutation) GetReservedOk ¶
func (o *BalanceMutation) GetReservedOk() (*int64, bool)
GetReservedOk returns a tuple with the Reserved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BalanceMutation) HasBalance ¶
func (o *BalanceMutation) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (*BalanceMutation) HasCurrency ¶
func (o *BalanceMutation) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*BalanceMutation) HasReceived ¶
func (o *BalanceMutation) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (*BalanceMutation) HasReserved ¶
func (o *BalanceMutation) HasReserved() bool
HasReserved returns a boolean if a field has been set.
func (BalanceMutation) MarshalJSON ¶
func (o BalanceMutation) MarshalJSON() ([]byte, error)
func (*BalanceMutation) SetBalance ¶
func (o *BalanceMutation) SetBalance(v int64)
SetBalance gets a reference to the given int64 and assigns it to the Balance field.
func (*BalanceMutation) SetCurrency ¶
func (o *BalanceMutation) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*BalanceMutation) SetReceived ¶
func (o *BalanceMutation) SetReceived(v int64)
SetReceived gets a reference to the given int64 and assigns it to the Received field.
func (*BalanceMutation) SetReserved ¶
func (o *BalanceMutation) SetReserved(v int64)
SetReserved gets a reference to the given int64 and assigns it to the Reserved field.
func (BalanceMutation) ToMap ¶
func (o BalanceMutation) ToMap() (map[string]interface{}, error)
type BalancePlatformNotificationResponse ¶
type BalancePlatformNotificationResponse struct { // Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications). NotificationResponse *string `json:"notificationResponse,omitempty"` }
BalancePlatformNotificationResponse struct for BalancePlatformNotificationResponse
func NewBalancePlatformNotificationResponse ¶
func NewBalancePlatformNotificationResponse() *BalancePlatformNotificationResponse
NewBalancePlatformNotificationResponse instantiates a new BalancePlatformNotificationResponse 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 NewBalancePlatformNotificationResponseWithDefaults ¶
func NewBalancePlatformNotificationResponseWithDefaults() *BalancePlatformNotificationResponse
NewBalancePlatformNotificationResponseWithDefaults instantiates a new BalancePlatformNotificationResponse 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 (*BalancePlatformNotificationResponse) GetNotificationResponse ¶
func (o *BalancePlatformNotificationResponse) GetNotificationResponse() string
GetNotificationResponse returns the NotificationResponse field value if set, zero value otherwise.
func (*BalancePlatformNotificationResponse) GetNotificationResponseOk ¶
func (o *BalancePlatformNotificationResponse) GetNotificationResponseOk() (*string, bool)
GetNotificationResponseOk returns a tuple with the NotificationResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BalancePlatformNotificationResponse) HasNotificationResponse ¶
func (o *BalancePlatformNotificationResponse) HasNotificationResponse() bool
HasNotificationResponse returns a boolean if a field has been set.
func (BalancePlatformNotificationResponse) MarshalJSON ¶
func (o BalancePlatformNotificationResponse) MarshalJSON() ([]byte, error)
func (*BalancePlatformNotificationResponse) SetNotificationResponse ¶
func (o *BalancePlatformNotificationResponse) SetNotificationResponse(v string)
SetNotificationResponse gets a reference to the given string and assigns it to the NotificationResponse field.
func (BalancePlatformNotificationResponse) ToMap ¶
func (o BalancePlatformNotificationResponse) ToMap() (map[string]interface{}, error)
type BankAccountV3 ¶
type BankAccountV3 struct { AccountHolder PartyIdentification `json:"accountHolder"` AccountIdentification BankAccountV3AccountIdentification `json:"accountIdentification"` }
BankAccountV3 struct for BankAccountV3
func NewBankAccountV3 ¶
func NewBankAccountV3(accountHolder PartyIdentification, accountIdentification BankAccountV3AccountIdentification) *BankAccountV3
NewBankAccountV3 instantiates a new BankAccountV3 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 NewBankAccountV3WithDefaults ¶
func NewBankAccountV3WithDefaults() *BankAccountV3
NewBankAccountV3WithDefaults instantiates a new BankAccountV3 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 (*BankAccountV3) GetAccountHolder ¶
func (o *BankAccountV3) GetAccountHolder() PartyIdentification
GetAccountHolder returns the AccountHolder field value
func (*BankAccountV3) GetAccountHolderOk ¶
func (o *BankAccountV3) GetAccountHolderOk() (*PartyIdentification, bool)
GetAccountHolderOk returns a tuple with the AccountHolder field value and a boolean to check if the value has been set.
func (*BankAccountV3) GetAccountIdentification ¶
func (o *BankAccountV3) GetAccountIdentification() BankAccountV3AccountIdentification
GetAccountIdentification returns the AccountIdentification field value
func (*BankAccountV3) GetAccountIdentificationOk ¶
func (o *BankAccountV3) GetAccountIdentificationOk() (*BankAccountV3AccountIdentification, bool)
GetAccountIdentificationOk returns a tuple with the AccountIdentification field value and a boolean to check if the value has been set.
func (BankAccountV3) MarshalJSON ¶
func (o BankAccountV3) MarshalJSON() ([]byte, error)
func (*BankAccountV3) SetAccountHolder ¶
func (o *BankAccountV3) SetAccountHolder(v PartyIdentification)
SetAccountHolder sets field value
func (*BankAccountV3) SetAccountIdentification ¶
func (o *BankAccountV3) SetAccountIdentification(v BankAccountV3AccountIdentification)
SetAccountIdentification sets field value
func (BankAccountV3) ToMap ¶
func (o BankAccountV3) ToMap() (map[string]interface{}, error)
type BankAccountV3AccountIdentification ¶
type BankAccountV3AccountIdentification struct { AULocalAccountIdentification *AULocalAccountIdentification BRLocalAccountIdentification *BRLocalAccountIdentification CALocalAccountIdentification *CALocalAccountIdentification CZLocalAccountIdentification *CZLocalAccountIdentification DKLocalAccountIdentification *DKLocalAccountIdentification HKLocalAccountIdentification *HKLocalAccountIdentification HULocalAccountIdentification *HULocalAccountIdentification IbanAccountIdentification *IbanAccountIdentification NOLocalAccountIdentification *NOLocalAccountIdentification NZLocalAccountIdentification *NZLocalAccountIdentification NumberAndBicAccountIdentification *NumberAndBicAccountIdentification PLLocalAccountIdentification *PLLocalAccountIdentification SELocalAccountIdentification *SELocalAccountIdentification SGLocalAccountIdentification *SGLocalAccountIdentification UKLocalAccountIdentification *UKLocalAccountIdentification USLocalAccountIdentification *USLocalAccountIdentification }
BankAccountV3AccountIdentification - Contains the bank account details. The fields required in this object depend on the country of the bank account and the currency of the transfer.
func AULocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func AULocalAccountIdentificationAsBankAccountV3AccountIdentification(v *AULocalAccountIdentification) BankAccountV3AccountIdentification
AULocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns AULocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func BRLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func BRLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *BRLocalAccountIdentification) BankAccountV3AccountIdentification
BRLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns BRLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func CALocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func CALocalAccountIdentificationAsBankAccountV3AccountIdentification(v *CALocalAccountIdentification) BankAccountV3AccountIdentification
CALocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns CALocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func CZLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func CZLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *CZLocalAccountIdentification) BankAccountV3AccountIdentification
CZLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns CZLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func DKLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func DKLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *DKLocalAccountIdentification) BankAccountV3AccountIdentification
DKLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns DKLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func HKLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func HKLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *HKLocalAccountIdentification) BankAccountV3AccountIdentification
HKLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns HKLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func HULocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func HULocalAccountIdentificationAsBankAccountV3AccountIdentification(v *HULocalAccountIdentification) BankAccountV3AccountIdentification
HULocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns HULocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func IbanAccountIdentificationAsBankAccountV3AccountIdentification ¶
func IbanAccountIdentificationAsBankAccountV3AccountIdentification(v *IbanAccountIdentification) BankAccountV3AccountIdentification
IbanAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns IbanAccountIdentification wrapped in BankAccountV3AccountIdentification
func NOLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func NOLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *NOLocalAccountIdentification) BankAccountV3AccountIdentification
NOLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns NOLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func NZLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func NZLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *NZLocalAccountIdentification) BankAccountV3AccountIdentification
NZLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns NZLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func NumberAndBicAccountIdentificationAsBankAccountV3AccountIdentification ¶
func NumberAndBicAccountIdentificationAsBankAccountV3AccountIdentification(v *NumberAndBicAccountIdentification) BankAccountV3AccountIdentification
NumberAndBicAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns NumberAndBicAccountIdentification wrapped in BankAccountV3AccountIdentification
func PLLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func PLLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *PLLocalAccountIdentification) BankAccountV3AccountIdentification
PLLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns PLLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func SELocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func SELocalAccountIdentificationAsBankAccountV3AccountIdentification(v *SELocalAccountIdentification) BankAccountV3AccountIdentification
SELocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns SELocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func SGLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func SGLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *SGLocalAccountIdentification) BankAccountV3AccountIdentification
SGLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns SGLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func UKLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func UKLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *UKLocalAccountIdentification) BankAccountV3AccountIdentification
UKLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns UKLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func USLocalAccountIdentificationAsBankAccountV3AccountIdentification ¶
func USLocalAccountIdentificationAsBankAccountV3AccountIdentification(v *USLocalAccountIdentification) BankAccountV3AccountIdentification
USLocalAccountIdentificationAsBankAccountV3AccountIdentification is a convenience function that returns USLocalAccountIdentification wrapped in BankAccountV3AccountIdentification
func (*BankAccountV3AccountIdentification) GetActualInstance ¶
func (obj *BankAccountV3AccountIdentification) GetActualInstance() interface{}
Get the actual instance
func (BankAccountV3AccountIdentification) MarshalJSON ¶
func (src BankAccountV3AccountIdentification) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*BankAccountV3AccountIdentification) UnmarshalJSON ¶
func (dst *BankAccountV3AccountIdentification) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type BankCategoryData ¶
type BankCategoryData struct { // The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. Required for transfers with `category` **bank**. Possible values: * **regular**: for normal, low-value transactions. * **fast**: a faster way to transfer funds, but the fees are higher. Recommended for high-priority, low-value transactions. * **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for high-priority, high-value transactions. * **instant**: for instant funds transfers in [SEPA countries](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). * **crossBorder**: for high-value transfers to a recipient in a different country. * **internal**: for transfers to an Adyen-issued business bank account (by bank account number/IBAN). Priority *string `json:"priority,omitempty"` // **bank** Type *string `json:"type,omitempty"` }
BankCategoryData struct for BankCategoryData
func NewBankCategoryData ¶
func NewBankCategoryData() *BankCategoryData
NewBankCategoryData instantiates a new BankCategoryData 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 NewBankCategoryDataWithDefaults ¶
func NewBankCategoryDataWithDefaults() *BankCategoryData
NewBankCategoryDataWithDefaults instantiates a new BankCategoryData 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 (*BankCategoryData) GetPriority ¶
func (o *BankCategoryData) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*BankCategoryData) GetPriorityOk ¶
func (o *BankCategoryData) 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 (*BankCategoryData) GetType ¶
func (o *BankCategoryData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BankCategoryData) GetTypeOk ¶
func (o *BankCategoryData) 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 (*BankCategoryData) HasPriority ¶
func (o *BankCategoryData) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*BankCategoryData) HasType ¶
func (o *BankCategoryData) HasType() bool
HasType returns a boolean if a field has been set.
func (BankCategoryData) MarshalJSON ¶
func (o BankCategoryData) MarshalJSON() ([]byte, error)
func (*BankCategoryData) SetPriority ¶
func (o *BankCategoryData) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*BankCategoryData) SetType ¶
func (o *BankCategoryData) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (BankCategoryData) ToMap ¶
func (o BankCategoryData) ToMap() (map[string]interface{}, error)
type CALocalAccountIdentification ¶
type CALocalAccountIdentification struct { // The 5- to 12-digit bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // The bank account type. Possible values: **checking** or **savings**. Defaults to **checking**. AccountType *string `json:"accountType,omitempty"` // The 3-digit institution number, without separators or whitespace. InstitutionNumber string `json:"institutionNumber"` // The 5-digit transit number, without separators or whitespace. TransitNumber string `json:"transitNumber"` // **caLocal** Type string `json:"type"` }
CALocalAccountIdentification struct for CALocalAccountIdentification
func NewCALocalAccountIdentification ¶
func NewCALocalAccountIdentification(accountNumber string, institutionNumber string, transitNumber string, type_ string) *CALocalAccountIdentification
NewCALocalAccountIdentification instantiates a new CALocalAccountIdentification 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 NewCALocalAccountIdentificationWithDefaults ¶
func NewCALocalAccountIdentificationWithDefaults() *CALocalAccountIdentification
NewCALocalAccountIdentificationWithDefaults instantiates a new CALocalAccountIdentification 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 (*CALocalAccountIdentification) GetAccountNumber ¶
func (o *CALocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*CALocalAccountIdentification) GetAccountNumberOk ¶
func (o *CALocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*CALocalAccountIdentification) GetAccountType ¶
func (o *CALocalAccountIdentification) GetAccountType() string
GetAccountType returns the AccountType field value if set, zero value otherwise.
func (*CALocalAccountIdentification) GetAccountTypeOk ¶
func (o *CALocalAccountIdentification) GetAccountTypeOk() (*string, bool)
GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CALocalAccountIdentification) GetInstitutionNumber ¶
func (o *CALocalAccountIdentification) GetInstitutionNumber() string
GetInstitutionNumber returns the InstitutionNumber field value
func (*CALocalAccountIdentification) GetInstitutionNumberOk ¶
func (o *CALocalAccountIdentification) GetInstitutionNumberOk() (*string, bool)
GetInstitutionNumberOk returns a tuple with the InstitutionNumber field value and a boolean to check if the value has been set.
func (*CALocalAccountIdentification) GetTransitNumber ¶
func (o *CALocalAccountIdentification) GetTransitNumber() string
GetTransitNumber returns the TransitNumber field value
func (*CALocalAccountIdentification) GetTransitNumberOk ¶
func (o *CALocalAccountIdentification) GetTransitNumberOk() (*string, bool)
GetTransitNumberOk returns a tuple with the TransitNumber field value and a boolean to check if the value has been set.
func (*CALocalAccountIdentification) GetType ¶
func (o *CALocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*CALocalAccountIdentification) GetTypeOk ¶
func (o *CALocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CALocalAccountIdentification) HasAccountType ¶
func (o *CALocalAccountIdentification) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.
func (CALocalAccountIdentification) MarshalJSON ¶
func (o CALocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*CALocalAccountIdentification) SetAccountNumber ¶
func (o *CALocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*CALocalAccountIdentification) SetAccountType ¶
func (o *CALocalAccountIdentification) SetAccountType(v string)
SetAccountType gets a reference to the given string and assigns it to the AccountType field.
func (*CALocalAccountIdentification) SetInstitutionNumber ¶
func (o *CALocalAccountIdentification) SetInstitutionNumber(v string)
SetInstitutionNumber sets field value
func (*CALocalAccountIdentification) SetTransitNumber ¶
func (o *CALocalAccountIdentification) SetTransitNumber(v string)
SetTransitNumber sets field value
func (*CALocalAccountIdentification) SetType ¶
func (o *CALocalAccountIdentification) SetType(v string)
SetType sets field value
func (CALocalAccountIdentification) ToMap ¶
func (o CALocalAccountIdentification) ToMap() (map[string]interface{}, error)
type CZLocalAccountIdentification ¶
type CZLocalAccountIdentification struct { // The 2- to 16-digit bank account number (Číslo účtu) in the following format: - The optional prefix (předčíslí). - The required second part (základní část) which must be at least two non-zero digits. Examples: - **19-123457** (with prefix) - **123457** (without prefix) - **000019-0000123457** (with prefix, normalized) - **000000-0000123457** (without prefix, normalized) AccountNumber string `json:"accountNumber"` // The 4-digit bank code (Kód banky), without separators or whitespace. BankCode string `json:"bankCode"` // **czLocal** Type string `json:"type"` }
CZLocalAccountIdentification struct for CZLocalAccountIdentification
func NewCZLocalAccountIdentification ¶
func NewCZLocalAccountIdentification(accountNumber string, bankCode string, type_ string) *CZLocalAccountIdentification
NewCZLocalAccountIdentification instantiates a new CZLocalAccountIdentification 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 NewCZLocalAccountIdentificationWithDefaults ¶
func NewCZLocalAccountIdentificationWithDefaults() *CZLocalAccountIdentification
NewCZLocalAccountIdentificationWithDefaults instantiates a new CZLocalAccountIdentification 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 (*CZLocalAccountIdentification) GetAccountNumber ¶
func (o *CZLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*CZLocalAccountIdentification) GetAccountNumberOk ¶
func (o *CZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*CZLocalAccountIdentification) GetBankCode ¶
func (o *CZLocalAccountIdentification) GetBankCode() string
GetBankCode returns the BankCode field value
func (*CZLocalAccountIdentification) GetBankCodeOk ¶
func (o *CZLocalAccountIdentification) GetBankCodeOk() (*string, bool)
GetBankCodeOk returns a tuple with the BankCode field value and a boolean to check if the value has been set.
func (*CZLocalAccountIdentification) GetType ¶
func (o *CZLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*CZLocalAccountIdentification) GetTypeOk ¶
func (o *CZLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (CZLocalAccountIdentification) MarshalJSON ¶
func (o CZLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*CZLocalAccountIdentification) SetAccountNumber ¶
func (o *CZLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*CZLocalAccountIdentification) SetBankCode ¶
func (o *CZLocalAccountIdentification) SetBankCode(v string)
SetBankCode sets field value
func (*CZLocalAccountIdentification) SetType ¶
func (o *CZLocalAccountIdentification) SetType(v string)
SetType sets field value
func (CZLocalAccountIdentification) ToMap ¶
func (o CZLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type Card ¶
type Card struct { CardHolder PartyIdentification `json:"cardHolder"` CardIdentification CardIdentification `json:"cardIdentification"` }
Card struct for Card
func NewCard ¶
func NewCard(cardHolder PartyIdentification, cardIdentification CardIdentification) *Card
NewCard instantiates a new Card 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 NewCardWithDefaults ¶
func NewCardWithDefaults() *Card
NewCardWithDefaults instantiates a new Card 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 (*Card) GetCardHolder ¶
func (o *Card) GetCardHolder() PartyIdentification
GetCardHolder returns the CardHolder field value
func (*Card) GetCardHolderOk ¶
func (o *Card) GetCardHolderOk() (*PartyIdentification, bool)
GetCardHolderOk returns a tuple with the CardHolder field value and a boolean to check if the value has been set.
func (*Card) GetCardIdentification ¶
func (o *Card) GetCardIdentification() CardIdentification
GetCardIdentification returns the CardIdentification field value
func (*Card) GetCardIdentificationOk ¶
func (o *Card) GetCardIdentificationOk() (*CardIdentification, bool)
GetCardIdentificationOk returns a tuple with the CardIdentification field value and a boolean to check if the value has been set.
func (Card) MarshalJSON ¶
func (*Card) SetCardHolder ¶
func (o *Card) SetCardHolder(v PartyIdentification)
SetCardHolder sets field value
func (*Card) SetCardIdentification ¶
func (o *Card) SetCardIdentification(v CardIdentification)
SetCardIdentification sets field value
type CardIdentification ¶
type CardIdentification struct { // The expiry month of the card. Format: two digits. Add a leading zero for single-digit months. For example: * 03 = March * 11 = November ExpiryMonth *string `json:"expiryMonth,omitempty"` // The expiry year of the card. Format: four digits. For example: 2020 ExpiryYear *string `json:"expiryYear,omitempty"` // The issue number of the card. Applies only to some UK debit cards. IssueNumber *string `json:"issueNumber,omitempty"` // The card number without any separators. For security, the response only includes the last four digits of the card number. Number *string `json:"number,omitempty"` // The month when the card was issued. Applies only to some UK debit cards. Format: two digits. Add a leading zero for single-digit months. For example: * 03 = March * 11 = November StartMonth *string `json:"startMonth,omitempty"` // The year when the card was issued. Applies only to some UK debit cards. Format: four digits. For example: 2020 StartYear *string `json:"startYear,omitempty"` // The unique [token](/payouts/payout-service/pay-out-to-cards/manage-card-information#save-card-details) created to identify the counterparty. StoredPaymentMethodId *string `json:"storedPaymentMethodId,omitempty"` }
CardIdentification struct for CardIdentification
func NewCardIdentification ¶
func NewCardIdentification() *CardIdentification
NewCardIdentification instantiates a new CardIdentification 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 NewCardIdentificationWithDefaults ¶
func NewCardIdentificationWithDefaults() *CardIdentification
NewCardIdentificationWithDefaults instantiates a new CardIdentification 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 (*CardIdentification) GetExpiryMonth ¶
func (o *CardIdentification) GetExpiryMonth() string
GetExpiryMonth returns the ExpiryMonth field value if set, zero value otherwise.
func (*CardIdentification) GetExpiryMonthOk ¶
func (o *CardIdentification) GetExpiryMonthOk() (*string, bool)
GetExpiryMonthOk returns a tuple with the ExpiryMonth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardIdentification) GetExpiryYear ¶
func (o *CardIdentification) GetExpiryYear() string
GetExpiryYear returns the ExpiryYear field value if set, zero value otherwise.
func (*CardIdentification) GetExpiryYearOk ¶
func (o *CardIdentification) GetExpiryYearOk() (*string, bool)
GetExpiryYearOk returns a tuple with the ExpiryYear field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardIdentification) GetIssueNumber ¶
func (o *CardIdentification) GetIssueNumber() string
GetIssueNumber returns the IssueNumber field value if set, zero value otherwise.
func (*CardIdentification) GetIssueNumberOk ¶
func (o *CardIdentification) GetIssueNumberOk() (*string, bool)
GetIssueNumberOk returns a tuple with the IssueNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardIdentification) GetNumber ¶
func (o *CardIdentification) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*CardIdentification) GetNumberOk ¶
func (o *CardIdentification) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardIdentification) GetStartMonth ¶
func (o *CardIdentification) GetStartMonth() string
GetStartMonth returns the StartMonth field value if set, zero value otherwise.
func (*CardIdentification) GetStartMonthOk ¶
func (o *CardIdentification) GetStartMonthOk() (*string, bool)
GetStartMonthOk returns a tuple with the StartMonth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardIdentification) GetStartYear ¶
func (o *CardIdentification) GetStartYear() string
GetStartYear returns the StartYear field value if set, zero value otherwise.
func (*CardIdentification) GetStartYearOk ¶
func (o *CardIdentification) GetStartYearOk() (*string, bool)
GetStartYearOk returns a tuple with the StartYear field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardIdentification) GetStoredPaymentMethodId ¶
func (o *CardIdentification) GetStoredPaymentMethodId() string
GetStoredPaymentMethodId returns the StoredPaymentMethodId field value if set, zero value otherwise.
func (*CardIdentification) GetStoredPaymentMethodIdOk ¶
func (o *CardIdentification) GetStoredPaymentMethodIdOk() (*string, bool)
GetStoredPaymentMethodIdOk returns a tuple with the StoredPaymentMethodId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CardIdentification) HasExpiryMonth ¶
func (o *CardIdentification) HasExpiryMonth() bool
HasExpiryMonth returns a boolean if a field has been set.
func (*CardIdentification) HasExpiryYear ¶
func (o *CardIdentification) HasExpiryYear() bool
HasExpiryYear returns a boolean if a field has been set.
func (*CardIdentification) HasIssueNumber ¶
func (o *CardIdentification) HasIssueNumber() bool
HasIssueNumber returns a boolean if a field has been set.
func (*CardIdentification) HasNumber ¶
func (o *CardIdentification) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*CardIdentification) HasStartMonth ¶
func (o *CardIdentification) HasStartMonth() bool
HasStartMonth returns a boolean if a field has been set.
func (*CardIdentification) HasStartYear ¶
func (o *CardIdentification) HasStartYear() bool
HasStartYear returns a boolean if a field has been set.
func (*CardIdentification) HasStoredPaymentMethodId ¶
func (o *CardIdentification) HasStoredPaymentMethodId() bool
HasStoredPaymentMethodId returns a boolean if a field has been set.
func (CardIdentification) MarshalJSON ¶
func (o CardIdentification) MarshalJSON() ([]byte, error)
func (*CardIdentification) SetExpiryMonth ¶
func (o *CardIdentification) SetExpiryMonth(v string)
SetExpiryMonth gets a reference to the given string and assigns it to the ExpiryMonth field.
func (*CardIdentification) SetExpiryYear ¶
func (o *CardIdentification) SetExpiryYear(v string)
SetExpiryYear gets a reference to the given string and assigns it to the ExpiryYear field.
func (*CardIdentification) SetIssueNumber ¶
func (o *CardIdentification) SetIssueNumber(v string)
SetIssueNumber gets a reference to the given string and assigns it to the IssueNumber field.
func (*CardIdentification) SetNumber ¶
func (o *CardIdentification) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*CardIdentification) SetStartMonth ¶
func (o *CardIdentification) SetStartMonth(v string)
SetStartMonth gets a reference to the given string and assigns it to the StartMonth field.
func (*CardIdentification) SetStartYear ¶
func (o *CardIdentification) SetStartYear(v string)
SetStartYear gets a reference to the given string and assigns it to the StartYear field.
func (*CardIdentification) SetStoredPaymentMethodId ¶
func (o *CardIdentification) SetStoredPaymentMethodId(v string)
SetStoredPaymentMethodId gets a reference to the given string and assigns it to the StoredPaymentMethodId field.
func (CardIdentification) ToMap ¶
func (o CardIdentification) ToMap() (map[string]interface{}, error)
type ConfirmationTrackingData ¶
type ConfirmationTrackingData struct { // The status of the transfer. Possible values: - **credited**: the funds are credited to your user's transfer instrument or bank account. Status string `json:"status"` // The type of the tracking event. Possible values: - **confirmation**: the transfer passed Adyen's internal review. Type string `json:"type"` }
ConfirmationTrackingData struct for ConfirmationTrackingData
func NewConfirmationTrackingData ¶
func NewConfirmationTrackingData(status string, type_ string) *ConfirmationTrackingData
NewConfirmationTrackingData instantiates a new ConfirmationTrackingData 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 NewConfirmationTrackingDataWithDefaults ¶
func NewConfirmationTrackingDataWithDefaults() *ConfirmationTrackingData
NewConfirmationTrackingDataWithDefaults instantiates a new ConfirmationTrackingData 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 (*ConfirmationTrackingData) GetStatus ¶
func (o *ConfirmationTrackingData) GetStatus() string
GetStatus returns the Status field value
func (*ConfirmationTrackingData) GetStatusOk ¶
func (o *ConfirmationTrackingData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ConfirmationTrackingData) GetType ¶
func (o *ConfirmationTrackingData) GetType() string
GetType returns the Type field value
func (*ConfirmationTrackingData) GetTypeOk ¶
func (o *ConfirmationTrackingData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ConfirmationTrackingData) MarshalJSON ¶
func (o ConfirmationTrackingData) MarshalJSON() ([]byte, error)
func (*ConfirmationTrackingData) SetStatus ¶
func (o *ConfirmationTrackingData) SetStatus(v string)
SetStatus sets field value
func (*ConfirmationTrackingData) SetType ¶
func (o *ConfirmationTrackingData) SetType(v string)
SetType sets field value
func (ConfirmationTrackingData) ToMap ¶
func (o ConfirmationTrackingData) ToMap() (map[string]interface{}, error)
type CounterpartyV3 ¶
type CounterpartyV3 struct { // The unique identifier of the counterparty [balance account](https://docs.adyen.com/api-explorer/balanceplatform/latest/post/balanceAccounts#responses-200-id). BalanceAccountId *string `json:"balanceAccountId,omitempty"` BankAccount *BankAccountV3 `json:"bankAccount,omitempty"` Card *Card `json:"card,omitempty"` Merchant *MerchantData `json:"merchant,omitempty"` // The unique identifier of the counterparty [transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments#responses-200-id). TransferInstrumentId *string `json:"transferInstrumentId,omitempty"` }
CounterpartyV3 struct for CounterpartyV3
func NewCounterpartyV3 ¶
func NewCounterpartyV3() *CounterpartyV3
NewCounterpartyV3 instantiates a new CounterpartyV3 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 NewCounterpartyV3WithDefaults ¶
func NewCounterpartyV3WithDefaults() *CounterpartyV3
NewCounterpartyV3WithDefaults instantiates a new CounterpartyV3 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 (*CounterpartyV3) GetBalanceAccountId ¶
func (o *CounterpartyV3) GetBalanceAccountId() string
GetBalanceAccountId returns the BalanceAccountId field value if set, zero value otherwise.
func (*CounterpartyV3) GetBalanceAccountIdOk ¶
func (o *CounterpartyV3) 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 (*CounterpartyV3) GetBankAccount ¶
func (o *CounterpartyV3) GetBankAccount() BankAccountV3
GetBankAccount returns the BankAccount field value if set, zero value otherwise.
func (*CounterpartyV3) GetBankAccountOk ¶
func (o *CounterpartyV3) GetBankAccountOk() (*BankAccountV3, bool)
GetBankAccountOk returns a tuple with the BankAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CounterpartyV3) GetCard ¶
func (o *CounterpartyV3) GetCard() Card
GetCard returns the Card field value if set, zero value otherwise.
func (*CounterpartyV3) GetCardOk ¶
func (o *CounterpartyV3) GetCardOk() (*Card, bool)
GetCardOk returns a tuple with the Card field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CounterpartyV3) GetMerchant ¶
func (o *CounterpartyV3) GetMerchant() MerchantData
GetMerchant returns the Merchant field value if set, zero value otherwise.
func (*CounterpartyV3) GetMerchantOk ¶
func (o *CounterpartyV3) GetMerchantOk() (*MerchantData, 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 (*CounterpartyV3) GetTransferInstrumentId ¶
func (o *CounterpartyV3) GetTransferInstrumentId() string
GetTransferInstrumentId returns the TransferInstrumentId field value if set, zero value otherwise.
func (*CounterpartyV3) GetTransferInstrumentIdOk ¶
func (o *CounterpartyV3) GetTransferInstrumentIdOk() (*string, bool)
GetTransferInstrumentIdOk returns a tuple with the TransferInstrumentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CounterpartyV3) HasBalanceAccountId ¶
func (o *CounterpartyV3) HasBalanceAccountId() bool
HasBalanceAccountId returns a boolean if a field has been set.
func (*CounterpartyV3) HasBankAccount ¶
func (o *CounterpartyV3) HasBankAccount() bool
HasBankAccount returns a boolean if a field has been set.
func (*CounterpartyV3) HasCard ¶
func (o *CounterpartyV3) HasCard() bool
HasCard returns a boolean if a field has been set.
func (*CounterpartyV3) HasMerchant ¶
func (o *CounterpartyV3) HasMerchant() bool
HasMerchant returns a boolean if a field has been set.
func (*CounterpartyV3) HasTransferInstrumentId ¶
func (o *CounterpartyV3) HasTransferInstrumentId() bool
HasTransferInstrumentId returns a boolean if a field has been set.
func (CounterpartyV3) MarshalJSON ¶
func (o CounterpartyV3) MarshalJSON() ([]byte, error)
func (*CounterpartyV3) SetBalanceAccountId ¶
func (o *CounterpartyV3) SetBalanceAccountId(v string)
SetBalanceAccountId gets a reference to the given string and assigns it to the BalanceAccountId field.
func (*CounterpartyV3) SetBankAccount ¶
func (o *CounterpartyV3) SetBankAccount(v BankAccountV3)
SetBankAccount gets a reference to the given BankAccountV3 and assigns it to the BankAccount field.
func (*CounterpartyV3) SetCard ¶
func (o *CounterpartyV3) SetCard(v Card)
SetCard gets a reference to the given Card and assigns it to the Card field.
func (*CounterpartyV3) SetMerchant ¶
func (o *CounterpartyV3) SetMerchant(v MerchantData)
SetMerchant gets a reference to the given MerchantData and assigns it to the Merchant field.
func (*CounterpartyV3) SetTransferInstrumentId ¶
func (o *CounterpartyV3) SetTransferInstrumentId(v string)
SetTransferInstrumentId gets a reference to the given string and assigns it to the TransferInstrumentId field.
func (CounterpartyV3) ToMap ¶
func (o CounterpartyV3) ToMap() (map[string]interface{}, error)
type DKLocalAccountIdentification ¶
type DKLocalAccountIdentification struct { // The 4-10 digits bank account number (Kontonummer) (without separators or whitespace). AccountNumber string `json:"accountNumber"` // The 4-digit bank code (Registreringsnummer) (without separators or whitespace). BankCode string `json:"bankCode"` // **dkLocal** Type string `json:"type"` }
DKLocalAccountIdentification struct for DKLocalAccountIdentification
func NewDKLocalAccountIdentification ¶
func NewDKLocalAccountIdentification(accountNumber string, bankCode string, type_ string) *DKLocalAccountIdentification
NewDKLocalAccountIdentification instantiates a new DKLocalAccountIdentification 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 NewDKLocalAccountIdentificationWithDefaults ¶
func NewDKLocalAccountIdentificationWithDefaults() *DKLocalAccountIdentification
NewDKLocalAccountIdentificationWithDefaults instantiates a new DKLocalAccountIdentification 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 (*DKLocalAccountIdentification) GetAccountNumber ¶
func (o *DKLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*DKLocalAccountIdentification) GetAccountNumberOk ¶
func (o *DKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*DKLocalAccountIdentification) GetBankCode ¶
func (o *DKLocalAccountIdentification) GetBankCode() string
GetBankCode returns the BankCode field value
func (*DKLocalAccountIdentification) GetBankCodeOk ¶
func (o *DKLocalAccountIdentification) GetBankCodeOk() (*string, bool)
GetBankCodeOk returns a tuple with the BankCode field value and a boolean to check if the value has been set.
func (*DKLocalAccountIdentification) GetType ¶
func (o *DKLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*DKLocalAccountIdentification) GetTypeOk ¶
func (o *DKLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (DKLocalAccountIdentification) MarshalJSON ¶
func (o DKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*DKLocalAccountIdentification) SetAccountNumber ¶
func (o *DKLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*DKLocalAccountIdentification) SetBankCode ¶
func (o *DKLocalAccountIdentification) SetBankCode(v string)
SetBankCode sets field value
func (*DKLocalAccountIdentification) SetType ¶
func (o *DKLocalAccountIdentification) SetType(v string)
SetType sets field value
func (DKLocalAccountIdentification) ToMap ¶
func (o DKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type EstimationTrackingData ¶
type EstimationTrackingData struct { // The estimated time the beneficiary should have access to the funds. EstimatedArrivalTime time.Time `json:"estimatedArrivalTime"` // The type of tracking event. Possible values: - **estimation**: the estimated date and time of when the funds will be credited has been determined. Type string `json:"type"` }
EstimationTrackingData struct for EstimationTrackingData
func NewEstimationTrackingData ¶
func NewEstimationTrackingData(estimatedArrivalTime time.Time, type_ string) *EstimationTrackingData
NewEstimationTrackingData instantiates a new EstimationTrackingData 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 NewEstimationTrackingDataWithDefaults ¶
func NewEstimationTrackingDataWithDefaults() *EstimationTrackingData
NewEstimationTrackingDataWithDefaults instantiates a new EstimationTrackingData 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 (*EstimationTrackingData) GetEstimatedArrivalTime ¶
func (o *EstimationTrackingData) GetEstimatedArrivalTime() time.Time
GetEstimatedArrivalTime returns the EstimatedArrivalTime field value
func (*EstimationTrackingData) GetEstimatedArrivalTimeOk ¶
func (o *EstimationTrackingData) GetEstimatedArrivalTimeOk() (*time.Time, bool)
GetEstimatedArrivalTimeOk returns a tuple with the EstimatedArrivalTime field value and a boolean to check if the value has been set.
func (*EstimationTrackingData) GetType ¶
func (o *EstimationTrackingData) GetType() string
GetType returns the Type field value
func (*EstimationTrackingData) GetTypeOk ¶
func (o *EstimationTrackingData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (EstimationTrackingData) MarshalJSON ¶
func (o EstimationTrackingData) MarshalJSON() ([]byte, error)
func (*EstimationTrackingData) SetEstimatedArrivalTime ¶
func (o *EstimationTrackingData) SetEstimatedArrivalTime(v time.Time)
SetEstimatedArrivalTime sets field value
func (*EstimationTrackingData) SetType ¶
func (o *EstimationTrackingData) SetType(v string)
SetType sets field value
func (EstimationTrackingData) ToMap ¶
func (o EstimationTrackingData) ToMap() (map[string]interface{}, error)
type ExternalReason ¶
type ExternalReason struct { // The reason code. Code *string `json:"code,omitempty"` // The description of the reason code. Description *string `json:"description,omitempty"` // The namespace for the reason code. Namespace *string `json:"namespace,omitempty"` }
ExternalReason struct for ExternalReason
func NewExternalReason ¶
func NewExternalReason() *ExternalReason
NewExternalReason instantiates a new ExternalReason 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 NewExternalReasonWithDefaults ¶
func NewExternalReasonWithDefaults() *ExternalReason
NewExternalReasonWithDefaults instantiates a new ExternalReason 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 (*ExternalReason) GetCode ¶
func (o *ExternalReason) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ExternalReason) GetCodeOk ¶
func (o *ExternalReason) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalReason) GetDescription ¶
func (o *ExternalReason) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ExternalReason) GetDescriptionOk ¶
func (o *ExternalReason) 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 (*ExternalReason) GetNamespace ¶
func (o *ExternalReason) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*ExternalReason) GetNamespaceOk ¶
func (o *ExternalReason) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalReason) HasCode ¶
func (o *ExternalReason) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ExternalReason) HasDescription ¶
func (o *ExternalReason) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ExternalReason) HasNamespace ¶
func (o *ExternalReason) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (ExternalReason) MarshalJSON ¶
func (o ExternalReason) MarshalJSON() ([]byte, error)
func (*ExternalReason) SetCode ¶
func (o *ExternalReason) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ExternalReason) SetDescription ¶
func (o *ExternalReason) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ExternalReason) SetNamespace ¶
func (o *ExternalReason) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (ExternalReason) ToMap ¶
func (o ExternalReason) ToMap() (map[string]interface{}, error)
type HKLocalAccountIdentification ¶
type HKLocalAccountIdentification struct { // The 9- to 15-character bank account number (alphanumeric), without separators or whitespace. Starts with the 3-digit branch code. AccountNumber string `json:"accountNumber"` // The 3-digit clearing code, without separators or whitespace. ClearingCode string `json:"clearingCode"` // **hkLocal** Type string `json:"type"` }
HKLocalAccountIdentification struct for HKLocalAccountIdentification
func NewHKLocalAccountIdentification ¶
func NewHKLocalAccountIdentification(accountNumber string, clearingCode string, type_ string) *HKLocalAccountIdentification
NewHKLocalAccountIdentification instantiates a new HKLocalAccountIdentification 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 NewHKLocalAccountIdentificationWithDefaults ¶
func NewHKLocalAccountIdentificationWithDefaults() *HKLocalAccountIdentification
NewHKLocalAccountIdentificationWithDefaults instantiates a new HKLocalAccountIdentification 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 (*HKLocalAccountIdentification) GetAccountNumber ¶
func (o *HKLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*HKLocalAccountIdentification) GetAccountNumberOk ¶
func (o *HKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*HKLocalAccountIdentification) GetClearingCode ¶
func (o *HKLocalAccountIdentification) GetClearingCode() string
GetClearingCode returns the ClearingCode field value
func (*HKLocalAccountIdentification) GetClearingCodeOk ¶
func (o *HKLocalAccountIdentification) GetClearingCodeOk() (*string, bool)
GetClearingCodeOk returns a tuple with the ClearingCode field value and a boolean to check if the value has been set.
func (*HKLocalAccountIdentification) GetType ¶
func (o *HKLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*HKLocalAccountIdentification) GetTypeOk ¶
func (o *HKLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (HKLocalAccountIdentification) MarshalJSON ¶
func (o HKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*HKLocalAccountIdentification) SetAccountNumber ¶
func (o *HKLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*HKLocalAccountIdentification) SetClearingCode ¶
func (o *HKLocalAccountIdentification) SetClearingCode(v string)
SetClearingCode sets field value
func (*HKLocalAccountIdentification) SetType ¶
func (o *HKLocalAccountIdentification) SetType(v string)
SetType sets field value
func (HKLocalAccountIdentification) ToMap ¶
func (o HKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type HULocalAccountIdentification ¶
type HULocalAccountIdentification struct { // The 24-digit bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // **huLocal** Type string `json:"type"` }
HULocalAccountIdentification struct for HULocalAccountIdentification
func NewHULocalAccountIdentification ¶
func NewHULocalAccountIdentification(accountNumber string, type_ string) *HULocalAccountIdentification
NewHULocalAccountIdentification instantiates a new HULocalAccountIdentification 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 NewHULocalAccountIdentificationWithDefaults ¶
func NewHULocalAccountIdentificationWithDefaults() *HULocalAccountIdentification
NewHULocalAccountIdentificationWithDefaults instantiates a new HULocalAccountIdentification 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 (*HULocalAccountIdentification) GetAccountNumber ¶
func (o *HULocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*HULocalAccountIdentification) GetAccountNumberOk ¶
func (o *HULocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*HULocalAccountIdentification) GetType ¶
func (o *HULocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*HULocalAccountIdentification) GetTypeOk ¶
func (o *HULocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (HULocalAccountIdentification) MarshalJSON ¶
func (o HULocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*HULocalAccountIdentification) SetAccountNumber ¶
func (o *HULocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*HULocalAccountIdentification) SetType ¶
func (o *HULocalAccountIdentification) SetType(v string)
SetType sets field value
func (HULocalAccountIdentification) ToMap ¶
func (o HULocalAccountIdentification) ToMap() (map[string]interface{}, error)
type IbanAccountIdentification ¶
type IbanAccountIdentification struct { // The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard. Iban string `json:"iban"` // **iban** Type string `json:"type"` }
IbanAccountIdentification struct for IbanAccountIdentification
func NewIbanAccountIdentification ¶
func NewIbanAccountIdentification(iban string, type_ string) *IbanAccountIdentification
NewIbanAccountIdentification instantiates a new IbanAccountIdentification 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 NewIbanAccountIdentificationWithDefaults ¶
func NewIbanAccountIdentificationWithDefaults() *IbanAccountIdentification
NewIbanAccountIdentificationWithDefaults instantiates a new IbanAccountIdentification 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 (*IbanAccountIdentification) GetIban ¶
func (o *IbanAccountIdentification) GetIban() string
GetIban returns the Iban field value
func (*IbanAccountIdentification) GetIbanOk ¶
func (o *IbanAccountIdentification) GetIbanOk() (*string, bool)
GetIbanOk returns a tuple with the Iban field value and a boolean to check if the value has been set.
func (*IbanAccountIdentification) GetType ¶
func (o *IbanAccountIdentification) GetType() string
GetType returns the Type field value
func (*IbanAccountIdentification) GetTypeOk ¶
func (o *IbanAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (IbanAccountIdentification) MarshalJSON ¶
func (o IbanAccountIdentification) MarshalJSON() ([]byte, error)
func (*IbanAccountIdentification) SetIban ¶
func (o *IbanAccountIdentification) SetIban(v string)
SetIban sets field value
func (*IbanAccountIdentification) SetType ¶
func (o *IbanAccountIdentification) SetType(v string)
SetType sets field value
func (IbanAccountIdentification) ToMap ¶
func (o IbanAccountIdentification) ToMap() (map[string]interface{}, error)
type InternalCategoryData ¶
type InternalCategoryData struct { // The capture's merchant reference included in the transfer. ModificationMerchantReference *string `json:"modificationMerchantReference,omitempty"` // The capture reference included in the transfer. ModificationPspReference *string `json:"modificationPspReference,omitempty"` // **internal** Type *string `json:"type,omitempty"` }
InternalCategoryData struct for InternalCategoryData
func NewInternalCategoryData ¶
func NewInternalCategoryData() *InternalCategoryData
NewInternalCategoryData instantiates a new InternalCategoryData 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 NewInternalCategoryDataWithDefaults ¶
func NewInternalCategoryDataWithDefaults() *InternalCategoryData
NewInternalCategoryDataWithDefaults instantiates a new InternalCategoryData 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 (*InternalCategoryData) GetModificationMerchantReference ¶
func (o *InternalCategoryData) GetModificationMerchantReference() string
GetModificationMerchantReference returns the ModificationMerchantReference field value if set, zero value otherwise.
func (*InternalCategoryData) GetModificationMerchantReferenceOk ¶
func (o *InternalCategoryData) GetModificationMerchantReferenceOk() (*string, bool)
GetModificationMerchantReferenceOk returns a tuple with the ModificationMerchantReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalCategoryData) GetModificationPspReference ¶
func (o *InternalCategoryData) GetModificationPspReference() string
GetModificationPspReference returns the ModificationPspReference field value if set, zero value otherwise.
func (*InternalCategoryData) GetModificationPspReferenceOk ¶
func (o *InternalCategoryData) GetModificationPspReferenceOk() (*string, bool)
GetModificationPspReferenceOk returns a tuple with the ModificationPspReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalCategoryData) GetType ¶
func (o *InternalCategoryData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*InternalCategoryData) GetTypeOk ¶
func (o *InternalCategoryData) 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 (*InternalCategoryData) HasModificationMerchantReference ¶
func (o *InternalCategoryData) HasModificationMerchantReference() bool
HasModificationMerchantReference returns a boolean if a field has been set.
func (*InternalCategoryData) HasModificationPspReference ¶
func (o *InternalCategoryData) HasModificationPspReference() bool
HasModificationPspReference returns a boolean if a field has been set.
func (*InternalCategoryData) HasType ¶
func (o *InternalCategoryData) HasType() bool
HasType returns a boolean if a field has been set.
func (InternalCategoryData) MarshalJSON ¶
func (o InternalCategoryData) MarshalJSON() ([]byte, error)
func (*InternalCategoryData) SetModificationMerchantReference ¶
func (o *InternalCategoryData) SetModificationMerchantReference(v string)
SetModificationMerchantReference gets a reference to the given string and assigns it to the ModificationMerchantReference field.
func (*InternalCategoryData) SetModificationPspReference ¶
func (o *InternalCategoryData) SetModificationPspReference(v string)
SetModificationPspReference gets a reference to the given string and assigns it to the ModificationPspReference field.
func (*InternalCategoryData) SetType ¶
func (o *InternalCategoryData) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (InternalCategoryData) ToMap ¶
func (o InternalCategoryData) ToMap() (map[string]interface{}, error)
type InternalReviewTrackingData ¶
type InternalReviewTrackingData struct { // The reason why the transfer failed Adyen's internal review. Possible values: - **refusedForRegulatoryReasons**: the transfer does not comply with Adyen's risk policy. For more information, [contact the Support Team](https://www.adyen.help/hc/en-us/requests/new). Reason *string `json:"reason,omitempty"` // The status of the transfer. Possible values: - **pending**: the transfer is under internal review. - **failed**: the transfer failed Adyen's internal review. For details, see `reason`. Status string `json:"status"` // The type of tracking event. Possible values: - **internalReview**: the transfer was flagged because it does not comply with Adyen's risk policy. Type string `json:"type"` }
InternalReviewTrackingData struct for InternalReviewTrackingData
func NewInternalReviewTrackingData ¶
func NewInternalReviewTrackingData(status string, type_ string) *InternalReviewTrackingData
NewInternalReviewTrackingData instantiates a new InternalReviewTrackingData 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 NewInternalReviewTrackingDataWithDefaults ¶
func NewInternalReviewTrackingDataWithDefaults() *InternalReviewTrackingData
NewInternalReviewTrackingDataWithDefaults instantiates a new InternalReviewTrackingData 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 (*InternalReviewTrackingData) GetReason ¶
func (o *InternalReviewTrackingData) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InternalReviewTrackingData) GetReasonOk ¶
func (o *InternalReviewTrackingData) 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 (*InternalReviewTrackingData) GetStatus ¶
func (o *InternalReviewTrackingData) GetStatus() string
GetStatus returns the Status field value
func (*InternalReviewTrackingData) GetStatusOk ¶
func (o *InternalReviewTrackingData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*InternalReviewTrackingData) GetType ¶
func (o *InternalReviewTrackingData) GetType() string
GetType returns the Type field value
func (*InternalReviewTrackingData) GetTypeOk ¶
func (o *InternalReviewTrackingData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*InternalReviewTrackingData) HasReason ¶
func (o *InternalReviewTrackingData) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InternalReviewTrackingData) MarshalJSON ¶
func (o InternalReviewTrackingData) MarshalJSON() ([]byte, error)
func (*InternalReviewTrackingData) SetReason ¶
func (o *InternalReviewTrackingData) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*InternalReviewTrackingData) SetStatus ¶
func (o *InternalReviewTrackingData) SetStatus(v string)
SetStatus sets field value
func (*InternalReviewTrackingData) SetType ¶
func (o *InternalReviewTrackingData) SetType(v string)
SetType sets field value
func (InternalReviewTrackingData) ToMap ¶
func (o InternalReviewTrackingData) ToMap() (map[string]interface{}, error)
type IssuedCard ¶
type IssuedCard struct { // The authorisation type. For example, **defaultAuthorisation**, **preAuthorisation**, **finalAuthorisation** AuthorisationType *string `json:"authorisationType,omitempty"` // Indicates the method used for entering the PAN to initiate a transaction. Possible values: **manual**, **chip**, **magstripe**, **contactless**, **cof**, **ecommerce**, **token**. PanEntryMode *string `json:"panEntryMode,omitempty"` // Contains information about how the payment was processed. For example, **ecommerce** for online or **pos** for in-person payments. ProcessingType *string `json:"processingType,omitempty"` RelayedAuthorisationData *RelayedAuthorisationData `json:"relayedAuthorisationData,omitempty"` // The identifier of the original payment. This ID is provided by the scheme and can be alphanumeric or numeric, depending on the scheme. The `schemeTraceID` should refer to an original `schemeUniqueTransactionID` provided in an earlier payment (not necessarily processed by Adyen). A `schemeTraceId` is typically available for authorization adjustments or recurring payments. SchemeTraceId *string `json:"schemeTraceId,omitempty"` // The unique identifier created by the scheme. This ID can be alphanumeric or numeric depending on the scheme. SchemeUniqueTransactionId *string `json:"schemeUniqueTransactionId,omitempty"` // **issuedCard** Type *string `json:"type,omitempty"` // The evaluation of the validation facts. See [validation checks](https://docs.adyen.com/issuing/validation-checks) for more information. ValidationFacts []TransferNotificationValidationFact `json:"validationFacts,omitempty"` }
IssuedCard struct for IssuedCard
func NewIssuedCard ¶
func NewIssuedCard() *IssuedCard
NewIssuedCard instantiates a new IssuedCard 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 NewIssuedCardWithDefaults ¶
func NewIssuedCardWithDefaults() *IssuedCard
NewIssuedCardWithDefaults instantiates a new IssuedCard 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 (*IssuedCard) GetAuthorisationType ¶
func (o *IssuedCard) GetAuthorisationType() string
GetAuthorisationType returns the AuthorisationType field value if set, zero value otherwise.
func (*IssuedCard) GetAuthorisationTypeOk ¶
func (o *IssuedCard) GetAuthorisationTypeOk() (*string, bool)
GetAuthorisationTypeOk returns a tuple with the AuthorisationType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IssuedCard) GetPanEntryMode ¶
func (o *IssuedCard) GetPanEntryMode() string
GetPanEntryMode returns the PanEntryMode field value if set, zero value otherwise.
func (*IssuedCard) GetPanEntryModeOk ¶
func (o *IssuedCard) GetPanEntryModeOk() (*string, bool)
GetPanEntryModeOk returns a tuple with the PanEntryMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IssuedCard) GetProcessingType ¶
func (o *IssuedCard) GetProcessingType() string
GetProcessingType returns the ProcessingType field value if set, zero value otherwise.
func (*IssuedCard) GetProcessingTypeOk ¶
func (o *IssuedCard) GetProcessingTypeOk() (*string, bool)
GetProcessingTypeOk returns a tuple with the ProcessingType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IssuedCard) GetRelayedAuthorisationData ¶
func (o *IssuedCard) GetRelayedAuthorisationData() RelayedAuthorisationData
GetRelayedAuthorisationData returns the RelayedAuthorisationData field value if set, zero value otherwise.
func (*IssuedCard) GetRelayedAuthorisationDataOk ¶
func (o *IssuedCard) GetRelayedAuthorisationDataOk() (*RelayedAuthorisationData, bool)
GetRelayedAuthorisationDataOk returns a tuple with the RelayedAuthorisationData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IssuedCard) GetSchemeTraceId ¶
func (o *IssuedCard) GetSchemeTraceId() string
GetSchemeTraceId returns the SchemeTraceId field value if set, zero value otherwise.
func (*IssuedCard) GetSchemeTraceIdOk ¶
func (o *IssuedCard) GetSchemeTraceIdOk() (*string, bool)
GetSchemeTraceIdOk returns a tuple with the SchemeTraceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IssuedCard) GetSchemeUniqueTransactionId ¶
func (o *IssuedCard) GetSchemeUniqueTransactionId() string
GetSchemeUniqueTransactionId returns the SchemeUniqueTransactionId field value if set, zero value otherwise.
func (*IssuedCard) GetSchemeUniqueTransactionIdOk ¶
func (o *IssuedCard) GetSchemeUniqueTransactionIdOk() (*string, bool)
GetSchemeUniqueTransactionIdOk returns a tuple with the SchemeUniqueTransactionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IssuedCard) GetType ¶
func (o *IssuedCard) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*IssuedCard) GetTypeOk ¶
func (o *IssuedCard) 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 (*IssuedCard) GetValidationFacts ¶
func (o *IssuedCard) GetValidationFacts() []TransferNotificationValidationFact
GetValidationFacts returns the ValidationFacts field value if set, zero value otherwise.
func (*IssuedCard) GetValidationFactsOk ¶
func (o *IssuedCard) GetValidationFactsOk() ([]TransferNotificationValidationFact, bool)
GetValidationFactsOk returns a tuple with the ValidationFacts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IssuedCard) HasAuthorisationType ¶
func (o *IssuedCard) HasAuthorisationType() bool
HasAuthorisationType returns a boolean if a field has been set.
func (*IssuedCard) HasPanEntryMode ¶
func (o *IssuedCard) HasPanEntryMode() bool
HasPanEntryMode returns a boolean if a field has been set.
func (*IssuedCard) HasProcessingType ¶
func (o *IssuedCard) HasProcessingType() bool
HasProcessingType returns a boolean if a field has been set.
func (*IssuedCard) HasRelayedAuthorisationData ¶
func (o *IssuedCard) HasRelayedAuthorisationData() bool
HasRelayedAuthorisationData returns a boolean if a field has been set.
func (*IssuedCard) HasSchemeTraceId ¶
func (o *IssuedCard) HasSchemeTraceId() bool
HasSchemeTraceId returns a boolean if a field has been set.
func (*IssuedCard) HasSchemeUniqueTransactionId ¶
func (o *IssuedCard) HasSchemeUniqueTransactionId() bool
HasSchemeUniqueTransactionId returns a boolean if a field has been set.
func (*IssuedCard) HasType ¶
func (o *IssuedCard) HasType() bool
HasType returns a boolean if a field has been set.
func (*IssuedCard) HasValidationFacts ¶
func (o *IssuedCard) HasValidationFacts() bool
HasValidationFacts returns a boolean if a field has been set.
func (IssuedCard) MarshalJSON ¶
func (o IssuedCard) MarshalJSON() ([]byte, error)
func (*IssuedCard) SetAuthorisationType ¶
func (o *IssuedCard) SetAuthorisationType(v string)
SetAuthorisationType gets a reference to the given string and assigns it to the AuthorisationType field.
func (*IssuedCard) SetPanEntryMode ¶
func (o *IssuedCard) SetPanEntryMode(v string)
SetPanEntryMode gets a reference to the given string and assigns it to the PanEntryMode field.
func (*IssuedCard) SetProcessingType ¶
func (o *IssuedCard) SetProcessingType(v string)
SetProcessingType gets a reference to the given string and assigns it to the ProcessingType field.
func (*IssuedCard) SetRelayedAuthorisationData ¶
func (o *IssuedCard) SetRelayedAuthorisationData(v RelayedAuthorisationData)
SetRelayedAuthorisationData gets a reference to the given RelayedAuthorisationData and assigns it to the RelayedAuthorisationData field.
func (*IssuedCard) SetSchemeTraceId ¶
func (o *IssuedCard) SetSchemeTraceId(v string)
SetSchemeTraceId gets a reference to the given string and assigns it to the SchemeTraceId field.
func (*IssuedCard) SetSchemeUniqueTransactionId ¶
func (o *IssuedCard) SetSchemeUniqueTransactionId(v string)
SetSchemeUniqueTransactionId gets a reference to the given string and assigns it to the SchemeUniqueTransactionId field.
func (*IssuedCard) SetType ¶
func (o *IssuedCard) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*IssuedCard) SetValidationFacts ¶
func (o *IssuedCard) SetValidationFacts(v []TransferNotificationValidationFact)
SetValidationFacts gets a reference to the given []TransferNotificationValidationFact and assigns it to the ValidationFacts field.
func (IssuedCard) ToMap ¶
func (o IssuedCard) ToMap() (map[string]interface{}, error)
type MerchantData ¶
type MerchantData struct { // The unique identifier of the merchant's acquirer. AcquirerId *string `json:"acquirerId,omitempty"` // The merchant category code. Mcc *string `json:"mcc,omitempty"` // The merchant identifier. MerchantId *string `json:"merchantId,omitempty"` NameLocation *NameLocation `json:"nameLocation,omitempty"` // The merchant postal code. PostalCode *string `json:"postalCode,omitempty"` }
MerchantData struct for MerchantData
func NewMerchantData ¶
func NewMerchantData() *MerchantData
NewMerchantData instantiates a new MerchantData 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 NewMerchantDataWithDefaults ¶
func NewMerchantDataWithDefaults() *MerchantData
NewMerchantDataWithDefaults instantiates a new MerchantData 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 (*MerchantData) GetAcquirerId ¶
func (o *MerchantData) GetAcquirerId() string
GetAcquirerId returns the AcquirerId field value if set, zero value otherwise.
func (*MerchantData) GetAcquirerIdOk ¶
func (o *MerchantData) GetAcquirerIdOk() (*string, bool)
GetAcquirerIdOk returns a tuple with the AcquirerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MerchantData) GetMcc ¶
func (o *MerchantData) GetMcc() string
GetMcc returns the Mcc field value if set, zero value otherwise.
func (*MerchantData) GetMccOk ¶
func (o *MerchantData) GetMccOk() (*string, bool)
GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MerchantData) GetMerchantId ¶
func (o *MerchantData) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*MerchantData) GetMerchantIdOk ¶
func (o *MerchantData) 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 (*MerchantData) GetNameLocation ¶
func (o *MerchantData) GetNameLocation() NameLocation
GetNameLocation returns the NameLocation field value if set, zero value otherwise.
func (*MerchantData) GetNameLocationOk ¶
func (o *MerchantData) GetNameLocationOk() (*NameLocation, bool)
GetNameLocationOk returns a tuple with the NameLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MerchantData) GetPostalCode ¶
func (o *MerchantData) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*MerchantData) GetPostalCodeOk ¶
func (o *MerchantData) 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 (*MerchantData) HasAcquirerId ¶
func (o *MerchantData) HasAcquirerId() bool
HasAcquirerId returns a boolean if a field has been set.
func (*MerchantData) HasMcc ¶
func (o *MerchantData) HasMcc() bool
HasMcc returns a boolean if a field has been set.
func (*MerchantData) HasMerchantId ¶
func (o *MerchantData) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*MerchantData) HasNameLocation ¶
func (o *MerchantData) HasNameLocation() bool
HasNameLocation returns a boolean if a field has been set.
func (*MerchantData) HasPostalCode ¶
func (o *MerchantData) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (MerchantData) MarshalJSON ¶
func (o MerchantData) MarshalJSON() ([]byte, error)
func (*MerchantData) SetAcquirerId ¶
func (o *MerchantData) SetAcquirerId(v string)
SetAcquirerId gets a reference to the given string and assigns it to the AcquirerId field.
func (*MerchantData) SetMcc ¶
func (o *MerchantData) SetMcc(v string)
SetMcc gets a reference to the given string and assigns it to the Mcc field.
func (*MerchantData) SetMerchantId ¶
func (o *MerchantData) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*MerchantData) SetNameLocation ¶
func (o *MerchantData) SetNameLocation(v NameLocation)
SetNameLocation gets a reference to the given NameLocation and assigns it to the NameLocation field.
func (*MerchantData) SetPostalCode ¶
func (o *MerchantData) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (MerchantData) ToMap ¶
func (o MerchantData) ToMap() (map[string]interface{}, error)
type Modification ¶
type Modification struct { // The direction of the money movement. Direction *string `json:"direction,omitempty"` // Our reference for the modification. Id *string `json:"id,omitempty"` // Your reference for the modification, used internally within your platform. Reference *string `json:"reference,omitempty"` // The status of the transfer event. Status *string `json:"status,omitempty"` // The type of transfer modification. Type *string `json:"type,omitempty"` }
Modification struct for Modification
func NewModification ¶
func NewModification() *Modification
NewModification instantiates a new Modification 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 NewModificationWithDefaults ¶
func NewModificationWithDefaults() *Modification
NewModificationWithDefaults instantiates a new Modification 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 (*Modification) GetDirection ¶
func (o *Modification) GetDirection() string
GetDirection returns the Direction field value if set, zero value otherwise.
func (*Modification) GetDirectionOk ¶
func (o *Modification) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Modification) GetId ¶
func (o *Modification) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Modification) GetIdOk ¶
func (o *Modification) 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 (*Modification) GetReference ¶
func (o *Modification) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*Modification) GetReferenceOk ¶
func (o *Modification) 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 (*Modification) GetStatus ¶
func (o *Modification) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*Modification) GetStatusOk ¶
func (o *Modification) 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 (*Modification) GetType ¶
func (o *Modification) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*Modification) GetTypeOk ¶
func (o *Modification) 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 (*Modification) HasDirection ¶
func (o *Modification) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (*Modification) HasId ¶
func (o *Modification) HasId() bool
HasId returns a boolean if a field has been set.
func (*Modification) HasReference ¶
func (o *Modification) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*Modification) HasStatus ¶
func (o *Modification) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*Modification) HasType ¶
func (o *Modification) HasType() bool
HasType returns a boolean if a field has been set.
func (Modification) MarshalJSON ¶
func (o Modification) MarshalJSON() ([]byte, error)
func (*Modification) SetDirection ¶
func (o *Modification) SetDirection(v string)
SetDirection gets a reference to the given string and assigns it to the Direction field.
func (*Modification) SetId ¶
func (o *Modification) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Modification) SetReference ¶
func (o *Modification) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*Modification) SetStatus ¶
func (o *Modification) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Modification) SetType ¶
func (o *Modification) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (Modification) ToMap ¶
func (o Modification) ToMap() (map[string]interface{}, error)
type NOLocalAccountIdentification ¶
type NOLocalAccountIdentification struct { // The 11-digit bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // **noLocal** Type string `json:"type"` }
NOLocalAccountIdentification struct for NOLocalAccountIdentification
func NewNOLocalAccountIdentification ¶
func NewNOLocalAccountIdentification(accountNumber string, type_ string) *NOLocalAccountIdentification
NewNOLocalAccountIdentification instantiates a new NOLocalAccountIdentification 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 NewNOLocalAccountIdentificationWithDefaults ¶
func NewNOLocalAccountIdentificationWithDefaults() *NOLocalAccountIdentification
NewNOLocalAccountIdentificationWithDefaults instantiates a new NOLocalAccountIdentification 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 (*NOLocalAccountIdentification) GetAccountNumber ¶
func (o *NOLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*NOLocalAccountIdentification) GetAccountNumberOk ¶
func (o *NOLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*NOLocalAccountIdentification) GetType ¶
func (o *NOLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*NOLocalAccountIdentification) GetTypeOk ¶
func (o *NOLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (NOLocalAccountIdentification) MarshalJSON ¶
func (o NOLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NOLocalAccountIdentification) SetAccountNumber ¶
func (o *NOLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*NOLocalAccountIdentification) SetType ¶
func (o *NOLocalAccountIdentification) SetType(v string)
SetType sets field value
func (NOLocalAccountIdentification) ToMap ¶
func (o NOLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type NZLocalAccountIdentification ¶
type NZLocalAccountIdentification struct { // The 15-16 digit bank account number. The first 2 digits are the bank number, the next 4 digits are the branch number, the next 7 digits are the account number, and the final 2-3 digits are the suffix. AccountNumber string `json:"accountNumber"` // **nzLocal** Type string `json:"type"` }
NZLocalAccountIdentification struct for NZLocalAccountIdentification
func NewNZLocalAccountIdentification ¶
func NewNZLocalAccountIdentification(accountNumber string, type_ string) *NZLocalAccountIdentification
NewNZLocalAccountIdentification instantiates a new NZLocalAccountIdentification 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 NewNZLocalAccountIdentificationWithDefaults ¶
func NewNZLocalAccountIdentificationWithDefaults() *NZLocalAccountIdentification
NewNZLocalAccountIdentificationWithDefaults instantiates a new NZLocalAccountIdentification 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 (*NZLocalAccountIdentification) GetAccountNumber ¶
func (o *NZLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*NZLocalAccountIdentification) GetAccountNumberOk ¶
func (o *NZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*NZLocalAccountIdentification) GetType ¶
func (o *NZLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*NZLocalAccountIdentification) GetTypeOk ¶
func (o *NZLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (NZLocalAccountIdentification) MarshalJSON ¶
func (o NZLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NZLocalAccountIdentification) SetAccountNumber ¶
func (o *NZLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*NZLocalAccountIdentification) SetType ¶
func (o *NZLocalAccountIdentification) SetType(v string)
SetType sets field value
func (NZLocalAccountIdentification) ToMap ¶
func (o NZLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type NameLocation ¶
type NameLocation struct { // The city where the merchant is located. City *string `json:"city,omitempty"` // The country where the merchant is located in [three-letter country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) format. Country *string `json:"country,omitempty"` // The home country in [three-digit country code](https://en.wikipedia.org/wiki/ISO_3166-1_numeric) format, used for government-controlled merchants such as embassies. CountryOfOrigin *string `json:"countryOfOrigin,omitempty"` // The name of the merchant's shop or service. Name *string `json:"name,omitempty"` // The raw data. RawData *string `json:"rawData,omitempty"` // The state where the merchant is located. State *string `json:"state,omitempty"` }
NameLocation struct for NameLocation
func NewNameLocation ¶
func NewNameLocation() *NameLocation
NewNameLocation instantiates a new NameLocation 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 NewNameLocationWithDefaults ¶
func NewNameLocationWithDefaults() *NameLocation
NewNameLocationWithDefaults instantiates a new NameLocation 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 (*NameLocation) GetCity ¶
func (o *NameLocation) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*NameLocation) GetCityOk ¶
func (o *NameLocation) 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 (*NameLocation) GetCountry ¶
func (o *NameLocation) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*NameLocation) GetCountryOfOrigin ¶
func (o *NameLocation) GetCountryOfOrigin() string
GetCountryOfOrigin returns the CountryOfOrigin field value if set, zero value otherwise.
func (*NameLocation) GetCountryOfOriginOk ¶
func (o *NameLocation) GetCountryOfOriginOk() (*string, bool)
GetCountryOfOriginOk returns a tuple with the CountryOfOrigin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NameLocation) GetCountryOk ¶
func (o *NameLocation) GetCountryOk() (*string, bool)
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 (*NameLocation) GetName ¶
func (o *NameLocation) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NameLocation) GetNameOk ¶
func (o *NameLocation) 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 (*NameLocation) GetRawData ¶
func (o *NameLocation) GetRawData() string
GetRawData returns the RawData field value if set, zero value otherwise.
func (*NameLocation) GetRawDataOk ¶
func (o *NameLocation) GetRawDataOk() (*string, bool)
GetRawDataOk returns a tuple with the RawData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NameLocation) GetState ¶
func (o *NameLocation) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*NameLocation) GetStateOk ¶
func (o *NameLocation) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NameLocation) HasCity ¶
func (o *NameLocation) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*NameLocation) HasCountry ¶
func (o *NameLocation) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*NameLocation) HasCountryOfOrigin ¶
func (o *NameLocation) HasCountryOfOrigin() bool
HasCountryOfOrigin returns a boolean if a field has been set.
func (*NameLocation) HasName ¶
func (o *NameLocation) HasName() bool
HasName returns a boolean if a field has been set.
func (*NameLocation) HasRawData ¶
func (o *NameLocation) HasRawData() bool
HasRawData returns a boolean if a field has been set.
func (*NameLocation) HasState ¶
func (o *NameLocation) HasState() bool
HasState returns a boolean if a field has been set.
func (NameLocation) MarshalJSON ¶
func (o NameLocation) MarshalJSON() ([]byte, error)
func (*NameLocation) SetCity ¶
func (o *NameLocation) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*NameLocation) SetCountry ¶
func (o *NameLocation) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*NameLocation) SetCountryOfOrigin ¶
func (o *NameLocation) SetCountryOfOrigin(v string)
SetCountryOfOrigin gets a reference to the given string and assigns it to the CountryOfOrigin field.
func (*NameLocation) SetName ¶
func (o *NameLocation) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*NameLocation) SetRawData ¶
func (o *NameLocation) SetRawData(v string)
SetRawData gets a reference to the given string and assigns it to the RawData field.
func (*NameLocation) SetState ¶
func (o *NameLocation) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (NameLocation) ToMap ¶
func (o NameLocation) ToMap() (map[string]interface{}, error)
type NullableAULocalAccountIdentification ¶
type NullableAULocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableAULocalAccountIdentification ¶
func NewNullableAULocalAccountIdentification(val *AULocalAccountIdentification) *NullableAULocalAccountIdentification
func (NullableAULocalAccountIdentification) Get ¶
func (v NullableAULocalAccountIdentification) Get() *AULocalAccountIdentification
func (NullableAULocalAccountIdentification) IsSet ¶
func (v NullableAULocalAccountIdentification) IsSet() bool
func (NullableAULocalAccountIdentification) MarshalJSON ¶
func (v NullableAULocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableAULocalAccountIdentification) Set ¶
func (v *NullableAULocalAccountIdentification) Set(val *AULocalAccountIdentification)
func (*NullableAULocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableAULocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableAULocalAccountIdentification) Unset ¶
func (v *NullableAULocalAccountIdentification) Unset()
type NullableAdditionalBankIdentification ¶
type NullableAdditionalBankIdentification struct {
// contains filtered or unexported fields
}
func NewNullableAdditionalBankIdentification ¶
func NewNullableAdditionalBankIdentification(val *AdditionalBankIdentification) *NullableAdditionalBankIdentification
func (NullableAdditionalBankIdentification) Get ¶
func (v NullableAdditionalBankIdentification) Get() *AdditionalBankIdentification
func (NullableAdditionalBankIdentification) IsSet ¶
func (v NullableAdditionalBankIdentification) IsSet() bool
func (NullableAdditionalBankIdentification) MarshalJSON ¶
func (v NullableAdditionalBankIdentification) MarshalJSON() ([]byte, error)
func (*NullableAdditionalBankIdentification) Set ¶
func (v *NullableAdditionalBankIdentification) Set(val *AdditionalBankIdentification)
func (*NullableAdditionalBankIdentification) UnmarshalJSON ¶
func (v *NullableAdditionalBankIdentification) UnmarshalJSON(src []byte) error
func (*NullableAdditionalBankIdentification) Unset ¶
func (v *NullableAdditionalBankIdentification) 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 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 NullableAmountAdjustment ¶
type NullableAmountAdjustment struct {
// contains filtered or unexported fields
}
func NewNullableAmountAdjustment ¶
func NewNullableAmountAdjustment(val *AmountAdjustment) *NullableAmountAdjustment
func (NullableAmountAdjustment) Get ¶
func (v NullableAmountAdjustment) Get() *AmountAdjustment
func (NullableAmountAdjustment) IsSet ¶
func (v NullableAmountAdjustment) IsSet() bool
func (NullableAmountAdjustment) MarshalJSON ¶
func (v NullableAmountAdjustment) MarshalJSON() ([]byte, error)
func (*NullableAmountAdjustment) Set ¶
func (v *NullableAmountAdjustment) Set(val *AmountAdjustment)
func (*NullableAmountAdjustment) UnmarshalJSON ¶
func (v *NullableAmountAdjustment) UnmarshalJSON(src []byte) error
func (*NullableAmountAdjustment) Unset ¶
func (v *NullableAmountAdjustment) Unset()
type NullableBRLocalAccountIdentification ¶
type NullableBRLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableBRLocalAccountIdentification ¶
func NewNullableBRLocalAccountIdentification(val *BRLocalAccountIdentification) *NullableBRLocalAccountIdentification
func (NullableBRLocalAccountIdentification) Get ¶
func (v NullableBRLocalAccountIdentification) Get() *BRLocalAccountIdentification
func (NullableBRLocalAccountIdentification) IsSet ¶
func (v NullableBRLocalAccountIdentification) IsSet() bool
func (NullableBRLocalAccountIdentification) MarshalJSON ¶
func (v NullableBRLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableBRLocalAccountIdentification) Set ¶
func (v *NullableBRLocalAccountIdentification) Set(val *BRLocalAccountIdentification)
func (*NullableBRLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableBRLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableBRLocalAccountIdentification) Unset ¶
func (v *NullableBRLocalAccountIdentification) Unset()
type NullableBalanceMutation ¶
type NullableBalanceMutation struct {
// contains filtered or unexported fields
}
func NewNullableBalanceMutation ¶
func NewNullableBalanceMutation(val *BalanceMutation) *NullableBalanceMutation
func (NullableBalanceMutation) Get ¶
func (v NullableBalanceMutation) Get() *BalanceMutation
func (NullableBalanceMutation) IsSet ¶
func (v NullableBalanceMutation) IsSet() bool
func (NullableBalanceMutation) MarshalJSON ¶
func (v NullableBalanceMutation) MarshalJSON() ([]byte, error)
func (*NullableBalanceMutation) Set ¶
func (v *NullableBalanceMutation) Set(val *BalanceMutation)
func (*NullableBalanceMutation) UnmarshalJSON ¶
func (v *NullableBalanceMutation) UnmarshalJSON(src []byte) error
func (*NullableBalanceMutation) Unset ¶
func (v *NullableBalanceMutation) Unset()
type NullableBalancePlatformNotificationResponse ¶
type NullableBalancePlatformNotificationResponse struct {
// contains filtered or unexported fields
}
func NewNullableBalancePlatformNotificationResponse ¶
func NewNullableBalancePlatformNotificationResponse(val *BalancePlatformNotificationResponse) *NullableBalancePlatformNotificationResponse
func (NullableBalancePlatformNotificationResponse) IsSet ¶
func (v NullableBalancePlatformNotificationResponse) IsSet() bool
func (NullableBalancePlatformNotificationResponse) MarshalJSON ¶
func (v NullableBalancePlatformNotificationResponse) MarshalJSON() ([]byte, error)
func (*NullableBalancePlatformNotificationResponse) Set ¶
func (v *NullableBalancePlatformNotificationResponse) Set(val *BalancePlatformNotificationResponse)
func (*NullableBalancePlatformNotificationResponse) UnmarshalJSON ¶
func (v *NullableBalancePlatformNotificationResponse) UnmarshalJSON(src []byte) error
func (*NullableBalancePlatformNotificationResponse) Unset ¶
func (v *NullableBalancePlatformNotificationResponse) Unset()
type NullableBankAccountV3 ¶
type NullableBankAccountV3 struct {
// contains filtered or unexported fields
}
func NewNullableBankAccountV3 ¶
func NewNullableBankAccountV3(val *BankAccountV3) *NullableBankAccountV3
func (NullableBankAccountV3) Get ¶
func (v NullableBankAccountV3) Get() *BankAccountV3
func (NullableBankAccountV3) IsSet ¶
func (v NullableBankAccountV3) IsSet() bool
func (NullableBankAccountV3) MarshalJSON ¶
func (v NullableBankAccountV3) MarshalJSON() ([]byte, error)
func (*NullableBankAccountV3) Set ¶
func (v *NullableBankAccountV3) Set(val *BankAccountV3)
func (*NullableBankAccountV3) UnmarshalJSON ¶
func (v *NullableBankAccountV3) UnmarshalJSON(src []byte) error
func (*NullableBankAccountV3) Unset ¶
func (v *NullableBankAccountV3) Unset()
type NullableBankAccountV3AccountIdentification ¶
type NullableBankAccountV3AccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableBankAccountV3AccountIdentification ¶
func NewNullableBankAccountV3AccountIdentification(val *BankAccountV3AccountIdentification) *NullableBankAccountV3AccountIdentification
func (NullableBankAccountV3AccountIdentification) IsSet ¶
func (v NullableBankAccountV3AccountIdentification) IsSet() bool
func (NullableBankAccountV3AccountIdentification) MarshalJSON ¶
func (v NullableBankAccountV3AccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableBankAccountV3AccountIdentification) Set ¶
func (v *NullableBankAccountV3AccountIdentification) Set(val *BankAccountV3AccountIdentification)
func (*NullableBankAccountV3AccountIdentification) UnmarshalJSON ¶
func (v *NullableBankAccountV3AccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableBankAccountV3AccountIdentification) Unset ¶
func (v *NullableBankAccountV3AccountIdentification) Unset()
type NullableBankCategoryData ¶
type NullableBankCategoryData struct {
// contains filtered or unexported fields
}
func NewNullableBankCategoryData ¶
func NewNullableBankCategoryData(val *BankCategoryData) *NullableBankCategoryData
func (NullableBankCategoryData) Get ¶
func (v NullableBankCategoryData) Get() *BankCategoryData
func (NullableBankCategoryData) IsSet ¶
func (v NullableBankCategoryData) IsSet() bool
func (NullableBankCategoryData) MarshalJSON ¶
func (v NullableBankCategoryData) MarshalJSON() ([]byte, error)
func (*NullableBankCategoryData) Set ¶
func (v *NullableBankCategoryData) Set(val *BankCategoryData)
func (*NullableBankCategoryData) UnmarshalJSON ¶
func (v *NullableBankCategoryData) UnmarshalJSON(src []byte) error
func (*NullableBankCategoryData) Unset ¶
func (v *NullableBankCategoryData) Unset()
type NullableCALocalAccountIdentification ¶
type NullableCALocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableCALocalAccountIdentification ¶
func NewNullableCALocalAccountIdentification(val *CALocalAccountIdentification) *NullableCALocalAccountIdentification
func (NullableCALocalAccountIdentification) Get ¶
func (v NullableCALocalAccountIdentification) Get() *CALocalAccountIdentification
func (NullableCALocalAccountIdentification) IsSet ¶
func (v NullableCALocalAccountIdentification) IsSet() bool
func (NullableCALocalAccountIdentification) MarshalJSON ¶
func (v NullableCALocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableCALocalAccountIdentification) Set ¶
func (v *NullableCALocalAccountIdentification) Set(val *CALocalAccountIdentification)
func (*NullableCALocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableCALocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableCALocalAccountIdentification) Unset ¶
func (v *NullableCALocalAccountIdentification) Unset()
type NullableCZLocalAccountIdentification ¶
type NullableCZLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableCZLocalAccountIdentification ¶
func NewNullableCZLocalAccountIdentification(val *CZLocalAccountIdentification) *NullableCZLocalAccountIdentification
func (NullableCZLocalAccountIdentification) Get ¶
func (v NullableCZLocalAccountIdentification) Get() *CZLocalAccountIdentification
func (NullableCZLocalAccountIdentification) IsSet ¶
func (v NullableCZLocalAccountIdentification) IsSet() bool
func (NullableCZLocalAccountIdentification) MarshalJSON ¶
func (v NullableCZLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableCZLocalAccountIdentification) Set ¶
func (v *NullableCZLocalAccountIdentification) Set(val *CZLocalAccountIdentification)
func (*NullableCZLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableCZLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableCZLocalAccountIdentification) Unset ¶
func (v *NullableCZLocalAccountIdentification) Unset()
type NullableCard ¶
type NullableCard struct {
// contains filtered or unexported fields
}
func NewNullableCard ¶
func NewNullableCard(val *Card) *NullableCard
func (NullableCard) Get ¶
func (v NullableCard) Get() *Card
func (NullableCard) IsSet ¶
func (v NullableCard) IsSet() bool
func (NullableCard) MarshalJSON ¶
func (v NullableCard) MarshalJSON() ([]byte, error)
func (*NullableCard) Set ¶
func (v *NullableCard) Set(val *Card)
func (*NullableCard) UnmarshalJSON ¶
func (v *NullableCard) UnmarshalJSON(src []byte) error
func (*NullableCard) Unset ¶
func (v *NullableCard) Unset()
type NullableCardIdentification ¶
type NullableCardIdentification struct {
// contains filtered or unexported fields
}
func NewNullableCardIdentification ¶
func NewNullableCardIdentification(val *CardIdentification) *NullableCardIdentification
func (NullableCardIdentification) Get ¶
func (v NullableCardIdentification) Get() *CardIdentification
func (NullableCardIdentification) IsSet ¶
func (v NullableCardIdentification) IsSet() bool
func (NullableCardIdentification) MarshalJSON ¶
func (v NullableCardIdentification) MarshalJSON() ([]byte, error)
func (*NullableCardIdentification) Set ¶
func (v *NullableCardIdentification) Set(val *CardIdentification)
func (*NullableCardIdentification) UnmarshalJSON ¶
func (v *NullableCardIdentification) UnmarshalJSON(src []byte) error
func (*NullableCardIdentification) Unset ¶
func (v *NullableCardIdentification) Unset()
type NullableConfirmationTrackingData ¶
type NullableConfirmationTrackingData struct {
// contains filtered or unexported fields
}
func NewNullableConfirmationTrackingData ¶
func NewNullableConfirmationTrackingData(val *ConfirmationTrackingData) *NullableConfirmationTrackingData
func (NullableConfirmationTrackingData) Get ¶
func (v NullableConfirmationTrackingData) Get() *ConfirmationTrackingData
func (NullableConfirmationTrackingData) IsSet ¶
func (v NullableConfirmationTrackingData) IsSet() bool
func (NullableConfirmationTrackingData) MarshalJSON ¶
func (v NullableConfirmationTrackingData) MarshalJSON() ([]byte, error)
func (*NullableConfirmationTrackingData) Set ¶
func (v *NullableConfirmationTrackingData) Set(val *ConfirmationTrackingData)
func (*NullableConfirmationTrackingData) UnmarshalJSON ¶
func (v *NullableConfirmationTrackingData) UnmarshalJSON(src []byte) error
func (*NullableConfirmationTrackingData) Unset ¶
func (v *NullableConfirmationTrackingData) Unset()
type NullableCounterpartyV3 ¶
type NullableCounterpartyV3 struct {
// contains filtered or unexported fields
}
func NewNullableCounterpartyV3 ¶
func NewNullableCounterpartyV3(val *CounterpartyV3) *NullableCounterpartyV3
func (NullableCounterpartyV3) Get ¶
func (v NullableCounterpartyV3) Get() *CounterpartyV3
func (NullableCounterpartyV3) IsSet ¶
func (v NullableCounterpartyV3) IsSet() bool
func (NullableCounterpartyV3) MarshalJSON ¶
func (v NullableCounterpartyV3) MarshalJSON() ([]byte, error)
func (*NullableCounterpartyV3) Set ¶
func (v *NullableCounterpartyV3) Set(val *CounterpartyV3)
func (*NullableCounterpartyV3) UnmarshalJSON ¶
func (v *NullableCounterpartyV3) UnmarshalJSON(src []byte) error
func (*NullableCounterpartyV3) Unset ¶
func (v *NullableCounterpartyV3) Unset()
type NullableDKLocalAccountIdentification ¶
type NullableDKLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableDKLocalAccountIdentification ¶
func NewNullableDKLocalAccountIdentification(val *DKLocalAccountIdentification) *NullableDKLocalAccountIdentification
func (NullableDKLocalAccountIdentification) Get ¶
func (v NullableDKLocalAccountIdentification) Get() *DKLocalAccountIdentification
func (NullableDKLocalAccountIdentification) IsSet ¶
func (v NullableDKLocalAccountIdentification) IsSet() bool
func (NullableDKLocalAccountIdentification) MarshalJSON ¶
func (v NullableDKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableDKLocalAccountIdentification) Set ¶
func (v *NullableDKLocalAccountIdentification) Set(val *DKLocalAccountIdentification)
func (*NullableDKLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableDKLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableDKLocalAccountIdentification) Unset ¶
func (v *NullableDKLocalAccountIdentification) Unset()
type NullableEstimationTrackingData ¶
type NullableEstimationTrackingData struct {
// contains filtered or unexported fields
}
func NewNullableEstimationTrackingData ¶
func NewNullableEstimationTrackingData(val *EstimationTrackingData) *NullableEstimationTrackingData
func (NullableEstimationTrackingData) Get ¶
func (v NullableEstimationTrackingData) Get() *EstimationTrackingData
func (NullableEstimationTrackingData) IsSet ¶
func (v NullableEstimationTrackingData) IsSet() bool
func (NullableEstimationTrackingData) MarshalJSON ¶
func (v NullableEstimationTrackingData) MarshalJSON() ([]byte, error)
func (*NullableEstimationTrackingData) Set ¶
func (v *NullableEstimationTrackingData) Set(val *EstimationTrackingData)
func (*NullableEstimationTrackingData) UnmarshalJSON ¶
func (v *NullableEstimationTrackingData) UnmarshalJSON(src []byte) error
func (*NullableEstimationTrackingData) Unset ¶
func (v *NullableEstimationTrackingData) Unset()
type NullableExternalReason ¶
type NullableExternalReason struct {
// contains filtered or unexported fields
}
func NewNullableExternalReason ¶
func NewNullableExternalReason(val *ExternalReason) *NullableExternalReason
func (NullableExternalReason) Get ¶
func (v NullableExternalReason) Get() *ExternalReason
func (NullableExternalReason) IsSet ¶
func (v NullableExternalReason) IsSet() bool
func (NullableExternalReason) MarshalJSON ¶
func (v NullableExternalReason) MarshalJSON() ([]byte, error)
func (*NullableExternalReason) Set ¶
func (v *NullableExternalReason) Set(val *ExternalReason)
func (*NullableExternalReason) UnmarshalJSON ¶
func (v *NullableExternalReason) UnmarshalJSON(src []byte) error
func (*NullableExternalReason) Unset ¶
func (v *NullableExternalReason) Unset()
type NullableHKLocalAccountIdentification ¶
type NullableHKLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableHKLocalAccountIdentification ¶
func NewNullableHKLocalAccountIdentification(val *HKLocalAccountIdentification) *NullableHKLocalAccountIdentification
func (NullableHKLocalAccountIdentification) Get ¶
func (v NullableHKLocalAccountIdentification) Get() *HKLocalAccountIdentification
func (NullableHKLocalAccountIdentification) IsSet ¶
func (v NullableHKLocalAccountIdentification) IsSet() bool
func (NullableHKLocalAccountIdentification) MarshalJSON ¶
func (v NullableHKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableHKLocalAccountIdentification) Set ¶
func (v *NullableHKLocalAccountIdentification) Set(val *HKLocalAccountIdentification)
func (*NullableHKLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableHKLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableHKLocalAccountIdentification) Unset ¶
func (v *NullableHKLocalAccountIdentification) Unset()
type NullableHULocalAccountIdentification ¶
type NullableHULocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableHULocalAccountIdentification ¶
func NewNullableHULocalAccountIdentification(val *HULocalAccountIdentification) *NullableHULocalAccountIdentification
func (NullableHULocalAccountIdentification) Get ¶
func (v NullableHULocalAccountIdentification) Get() *HULocalAccountIdentification
func (NullableHULocalAccountIdentification) IsSet ¶
func (v NullableHULocalAccountIdentification) IsSet() bool
func (NullableHULocalAccountIdentification) MarshalJSON ¶
func (v NullableHULocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableHULocalAccountIdentification) Set ¶
func (v *NullableHULocalAccountIdentification) Set(val *HULocalAccountIdentification)
func (*NullableHULocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableHULocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableHULocalAccountIdentification) Unset ¶
func (v *NullableHULocalAccountIdentification) Unset()
type NullableIbanAccountIdentification ¶
type NullableIbanAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableIbanAccountIdentification ¶
func NewNullableIbanAccountIdentification(val *IbanAccountIdentification) *NullableIbanAccountIdentification
func (NullableIbanAccountIdentification) Get ¶
func (v NullableIbanAccountIdentification) Get() *IbanAccountIdentification
func (NullableIbanAccountIdentification) IsSet ¶
func (v NullableIbanAccountIdentification) IsSet() bool
func (NullableIbanAccountIdentification) MarshalJSON ¶
func (v NullableIbanAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableIbanAccountIdentification) Set ¶
func (v *NullableIbanAccountIdentification) Set(val *IbanAccountIdentification)
func (*NullableIbanAccountIdentification) UnmarshalJSON ¶
func (v *NullableIbanAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableIbanAccountIdentification) Unset ¶
func (v *NullableIbanAccountIdentification) Unset()
type NullableInternalCategoryData ¶
type NullableInternalCategoryData struct {
// contains filtered or unexported fields
}
func NewNullableInternalCategoryData ¶
func NewNullableInternalCategoryData(val *InternalCategoryData) *NullableInternalCategoryData
func (NullableInternalCategoryData) Get ¶
func (v NullableInternalCategoryData) Get() *InternalCategoryData
func (NullableInternalCategoryData) IsSet ¶
func (v NullableInternalCategoryData) IsSet() bool
func (NullableInternalCategoryData) MarshalJSON ¶
func (v NullableInternalCategoryData) MarshalJSON() ([]byte, error)
func (*NullableInternalCategoryData) Set ¶
func (v *NullableInternalCategoryData) Set(val *InternalCategoryData)
func (*NullableInternalCategoryData) UnmarshalJSON ¶
func (v *NullableInternalCategoryData) UnmarshalJSON(src []byte) error
func (*NullableInternalCategoryData) Unset ¶
func (v *NullableInternalCategoryData) Unset()
type NullableInternalReviewTrackingData ¶
type NullableInternalReviewTrackingData struct {
// contains filtered or unexported fields
}
func NewNullableInternalReviewTrackingData ¶
func NewNullableInternalReviewTrackingData(val *InternalReviewTrackingData) *NullableInternalReviewTrackingData
func (NullableInternalReviewTrackingData) Get ¶
func (v NullableInternalReviewTrackingData) Get() *InternalReviewTrackingData
func (NullableInternalReviewTrackingData) IsSet ¶
func (v NullableInternalReviewTrackingData) IsSet() bool
func (NullableInternalReviewTrackingData) MarshalJSON ¶
func (v NullableInternalReviewTrackingData) MarshalJSON() ([]byte, error)
func (*NullableInternalReviewTrackingData) Set ¶
func (v *NullableInternalReviewTrackingData) Set(val *InternalReviewTrackingData)
func (*NullableInternalReviewTrackingData) UnmarshalJSON ¶
func (v *NullableInternalReviewTrackingData) UnmarshalJSON(src []byte) error
func (*NullableInternalReviewTrackingData) Unset ¶
func (v *NullableInternalReviewTrackingData) Unset()
type NullableIssuedCard ¶
type NullableIssuedCard struct {
// contains filtered or unexported fields
}
func NewNullableIssuedCard ¶
func NewNullableIssuedCard(val *IssuedCard) *NullableIssuedCard
func (NullableIssuedCard) Get ¶
func (v NullableIssuedCard) Get() *IssuedCard
func (NullableIssuedCard) IsSet ¶
func (v NullableIssuedCard) IsSet() bool
func (NullableIssuedCard) MarshalJSON ¶
func (v NullableIssuedCard) MarshalJSON() ([]byte, error)
func (*NullableIssuedCard) Set ¶
func (v *NullableIssuedCard) Set(val *IssuedCard)
func (*NullableIssuedCard) UnmarshalJSON ¶
func (v *NullableIssuedCard) UnmarshalJSON(src []byte) error
func (*NullableIssuedCard) Unset ¶
func (v *NullableIssuedCard) Unset()
type NullableMerchantData ¶
type NullableMerchantData struct {
// contains filtered or unexported fields
}
func NewNullableMerchantData ¶
func NewNullableMerchantData(val *MerchantData) *NullableMerchantData
func (NullableMerchantData) Get ¶
func (v NullableMerchantData) Get() *MerchantData
func (NullableMerchantData) IsSet ¶
func (v NullableMerchantData) IsSet() bool
func (NullableMerchantData) MarshalJSON ¶
func (v NullableMerchantData) MarshalJSON() ([]byte, error)
func (*NullableMerchantData) Set ¶
func (v *NullableMerchantData) Set(val *MerchantData)
func (*NullableMerchantData) UnmarshalJSON ¶
func (v *NullableMerchantData) UnmarshalJSON(src []byte) error
func (*NullableMerchantData) Unset ¶
func (v *NullableMerchantData) Unset()
type NullableModification ¶
type NullableModification struct {
// contains filtered or unexported fields
}
func NewNullableModification ¶
func NewNullableModification(val *Modification) *NullableModification
func (NullableModification) Get ¶
func (v NullableModification) Get() *Modification
func (NullableModification) IsSet ¶
func (v NullableModification) IsSet() bool
func (NullableModification) MarshalJSON ¶
func (v NullableModification) MarshalJSON() ([]byte, error)
func (*NullableModification) Set ¶
func (v *NullableModification) Set(val *Modification)
func (*NullableModification) UnmarshalJSON ¶
func (v *NullableModification) UnmarshalJSON(src []byte) error
func (*NullableModification) Unset ¶
func (v *NullableModification) Unset()
type NullableNOLocalAccountIdentification ¶
type NullableNOLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableNOLocalAccountIdentification ¶
func NewNullableNOLocalAccountIdentification(val *NOLocalAccountIdentification) *NullableNOLocalAccountIdentification
func (NullableNOLocalAccountIdentification) Get ¶
func (v NullableNOLocalAccountIdentification) Get() *NOLocalAccountIdentification
func (NullableNOLocalAccountIdentification) IsSet ¶
func (v NullableNOLocalAccountIdentification) IsSet() bool
func (NullableNOLocalAccountIdentification) MarshalJSON ¶
func (v NullableNOLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableNOLocalAccountIdentification) Set ¶
func (v *NullableNOLocalAccountIdentification) Set(val *NOLocalAccountIdentification)
func (*NullableNOLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableNOLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableNOLocalAccountIdentification) Unset ¶
func (v *NullableNOLocalAccountIdentification) Unset()
type NullableNZLocalAccountIdentification ¶
type NullableNZLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableNZLocalAccountIdentification ¶
func NewNullableNZLocalAccountIdentification(val *NZLocalAccountIdentification) *NullableNZLocalAccountIdentification
func (NullableNZLocalAccountIdentification) Get ¶
func (v NullableNZLocalAccountIdentification) Get() *NZLocalAccountIdentification
func (NullableNZLocalAccountIdentification) IsSet ¶
func (v NullableNZLocalAccountIdentification) IsSet() bool
func (NullableNZLocalAccountIdentification) MarshalJSON ¶
func (v NullableNZLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableNZLocalAccountIdentification) Set ¶
func (v *NullableNZLocalAccountIdentification) Set(val *NZLocalAccountIdentification)
func (*NullableNZLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableNZLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableNZLocalAccountIdentification) Unset ¶
func (v *NullableNZLocalAccountIdentification) Unset()
type NullableNameLocation ¶
type NullableNameLocation struct {
// contains filtered or unexported fields
}
func NewNullableNameLocation ¶
func NewNullableNameLocation(val *NameLocation) *NullableNameLocation
func (NullableNameLocation) Get ¶
func (v NullableNameLocation) Get() *NameLocation
func (NullableNameLocation) IsSet ¶
func (v NullableNameLocation) IsSet() bool
func (NullableNameLocation) MarshalJSON ¶
func (v NullableNameLocation) MarshalJSON() ([]byte, error)
func (*NullableNameLocation) Set ¶
func (v *NullableNameLocation) Set(val *NameLocation)
func (*NullableNameLocation) UnmarshalJSON ¶
func (v *NullableNameLocation) UnmarshalJSON(src []byte) error
func (*NullableNameLocation) Unset ¶
func (v *NullableNameLocation) Unset()
type NullableNumberAndBicAccountIdentification ¶
type NullableNumberAndBicAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableNumberAndBicAccountIdentification ¶
func NewNullableNumberAndBicAccountIdentification(val *NumberAndBicAccountIdentification) *NullableNumberAndBicAccountIdentification
func (NullableNumberAndBicAccountIdentification) IsSet ¶
func (v NullableNumberAndBicAccountIdentification) IsSet() bool
func (NullableNumberAndBicAccountIdentification) MarshalJSON ¶
func (v NullableNumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableNumberAndBicAccountIdentification) Set ¶
func (v *NullableNumberAndBicAccountIdentification) Set(val *NumberAndBicAccountIdentification)
func (*NullableNumberAndBicAccountIdentification) UnmarshalJSON ¶
func (v *NullableNumberAndBicAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableNumberAndBicAccountIdentification) Unset ¶
func (v *NullableNumberAndBicAccountIdentification) Unset()
type NullablePLLocalAccountIdentification ¶
type NullablePLLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullablePLLocalAccountIdentification ¶
func NewNullablePLLocalAccountIdentification(val *PLLocalAccountIdentification) *NullablePLLocalAccountIdentification
func (NullablePLLocalAccountIdentification) Get ¶
func (v NullablePLLocalAccountIdentification) Get() *PLLocalAccountIdentification
func (NullablePLLocalAccountIdentification) IsSet ¶
func (v NullablePLLocalAccountIdentification) IsSet() bool
func (NullablePLLocalAccountIdentification) MarshalJSON ¶
func (v NullablePLLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullablePLLocalAccountIdentification) Set ¶
func (v *NullablePLLocalAccountIdentification) Set(val *PLLocalAccountIdentification)
func (*NullablePLLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullablePLLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullablePLLocalAccountIdentification) Unset ¶
func (v *NullablePLLocalAccountIdentification) Unset()
type NullablePartyIdentification ¶
type NullablePartyIdentification struct {
// contains filtered or unexported fields
}
func NewNullablePartyIdentification ¶
func NewNullablePartyIdentification(val *PartyIdentification) *NullablePartyIdentification
func (NullablePartyIdentification) Get ¶
func (v NullablePartyIdentification) Get() *PartyIdentification
func (NullablePartyIdentification) IsSet ¶
func (v NullablePartyIdentification) IsSet() bool
func (NullablePartyIdentification) MarshalJSON ¶
func (v NullablePartyIdentification) MarshalJSON() ([]byte, error)
func (*NullablePartyIdentification) Set ¶
func (v *NullablePartyIdentification) Set(val *PartyIdentification)
func (*NullablePartyIdentification) UnmarshalJSON ¶
func (v *NullablePartyIdentification) UnmarshalJSON(src []byte) error
func (*NullablePartyIdentification) Unset ¶
func (v *NullablePartyIdentification) Unset()
type NullablePaymentInstrument ¶
type NullablePaymentInstrument struct {
// contains filtered or unexported fields
}
func NewNullablePaymentInstrument ¶
func NewNullablePaymentInstrument(val *PaymentInstrument) *NullablePaymentInstrument
func (NullablePaymentInstrument) Get ¶
func (v NullablePaymentInstrument) Get() *PaymentInstrument
func (NullablePaymentInstrument) IsSet ¶
func (v NullablePaymentInstrument) IsSet() bool
func (NullablePaymentInstrument) MarshalJSON ¶
func (v NullablePaymentInstrument) MarshalJSON() ([]byte, error)
func (*NullablePaymentInstrument) Set ¶
func (v *NullablePaymentInstrument) Set(val *PaymentInstrument)
func (*NullablePaymentInstrument) UnmarshalJSON ¶
func (v *NullablePaymentInstrument) UnmarshalJSON(src []byte) error
func (*NullablePaymentInstrument) Unset ¶
func (v *NullablePaymentInstrument) Unset()
type NullablePlatformPayment ¶
type NullablePlatformPayment struct {
// contains filtered or unexported fields
}
func NewNullablePlatformPayment ¶
func NewNullablePlatformPayment(val *PlatformPayment) *NullablePlatformPayment
func (NullablePlatformPayment) Get ¶
func (v NullablePlatformPayment) Get() *PlatformPayment
func (NullablePlatformPayment) IsSet ¶
func (v NullablePlatformPayment) IsSet() bool
func (NullablePlatformPayment) MarshalJSON ¶
func (v NullablePlatformPayment) MarshalJSON() ([]byte, error)
func (*NullablePlatformPayment) Set ¶
func (v *NullablePlatformPayment) Set(val *PlatformPayment)
func (*NullablePlatformPayment) UnmarshalJSON ¶
func (v *NullablePlatformPayment) UnmarshalJSON(src []byte) error
func (*NullablePlatformPayment) Unset ¶
func (v *NullablePlatformPayment) Unset()
type NullableRelayedAuthorisationData ¶
type NullableRelayedAuthorisationData struct {
// contains filtered or unexported fields
}
func NewNullableRelayedAuthorisationData ¶
func NewNullableRelayedAuthorisationData(val *RelayedAuthorisationData) *NullableRelayedAuthorisationData
func (NullableRelayedAuthorisationData) Get ¶
func (v NullableRelayedAuthorisationData) Get() *RelayedAuthorisationData
func (NullableRelayedAuthorisationData) IsSet ¶
func (v NullableRelayedAuthorisationData) IsSet() bool
func (NullableRelayedAuthorisationData) MarshalJSON ¶
func (v NullableRelayedAuthorisationData) MarshalJSON() ([]byte, error)
func (*NullableRelayedAuthorisationData) Set ¶
func (v *NullableRelayedAuthorisationData) Set(val *RelayedAuthorisationData)
func (*NullableRelayedAuthorisationData) UnmarshalJSON ¶
func (v *NullableRelayedAuthorisationData) UnmarshalJSON(src []byte) error
func (*NullableRelayedAuthorisationData) Unset ¶
func (v *NullableRelayedAuthorisationData) Unset()
type NullableResource ¶
type NullableResource struct {
// contains filtered or unexported fields
}
func NewNullableResource ¶
func NewNullableResource(val *Resource) *NullableResource
func (NullableResource) Get ¶
func (v NullableResource) Get() *Resource
func (NullableResource) IsSet ¶
func (v NullableResource) IsSet() bool
func (NullableResource) MarshalJSON ¶
func (v NullableResource) MarshalJSON() ([]byte, error)
func (*NullableResource) Set ¶
func (v *NullableResource) Set(val *Resource)
func (*NullableResource) UnmarshalJSON ¶
func (v *NullableResource) UnmarshalJSON(src []byte) error
func (*NullableResource) Unset ¶
func (v *NullableResource) Unset()
type NullableResourceReference ¶
type NullableResourceReference struct {
// contains filtered or unexported fields
}
func NewNullableResourceReference ¶
func NewNullableResourceReference(val *ResourceReference) *NullableResourceReference
func (NullableResourceReference) Get ¶
func (v NullableResourceReference) Get() *ResourceReference
func (NullableResourceReference) IsSet ¶
func (v NullableResourceReference) IsSet() bool
func (NullableResourceReference) MarshalJSON ¶
func (v NullableResourceReference) MarshalJSON() ([]byte, error)
func (*NullableResourceReference) Set ¶
func (v *NullableResourceReference) Set(val *ResourceReference)
func (*NullableResourceReference) UnmarshalJSON ¶
func (v *NullableResourceReference) UnmarshalJSON(src []byte) error
func (*NullableResourceReference) Unset ¶
func (v *NullableResourceReference) Unset()
type NullableSELocalAccountIdentification ¶
type NullableSELocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableSELocalAccountIdentification ¶
func NewNullableSELocalAccountIdentification(val *SELocalAccountIdentification) *NullableSELocalAccountIdentification
func (NullableSELocalAccountIdentification) Get ¶
func (v NullableSELocalAccountIdentification) Get() *SELocalAccountIdentification
func (NullableSELocalAccountIdentification) IsSet ¶
func (v NullableSELocalAccountIdentification) IsSet() bool
func (NullableSELocalAccountIdentification) MarshalJSON ¶
func (v NullableSELocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableSELocalAccountIdentification) Set ¶
func (v *NullableSELocalAccountIdentification) Set(val *SELocalAccountIdentification)
func (*NullableSELocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableSELocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableSELocalAccountIdentification) Unset ¶
func (v *NullableSELocalAccountIdentification) Unset()
type NullableSGLocalAccountIdentification ¶
type NullableSGLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableSGLocalAccountIdentification ¶
func NewNullableSGLocalAccountIdentification(val *SGLocalAccountIdentification) *NullableSGLocalAccountIdentification
func (NullableSGLocalAccountIdentification) Get ¶
func (v NullableSGLocalAccountIdentification) Get() *SGLocalAccountIdentification
func (NullableSGLocalAccountIdentification) IsSet ¶
func (v NullableSGLocalAccountIdentification) IsSet() bool
func (NullableSGLocalAccountIdentification) MarshalJSON ¶
func (v NullableSGLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableSGLocalAccountIdentification) Set ¶
func (v *NullableSGLocalAccountIdentification) Set(val *SGLocalAccountIdentification)
func (*NullableSGLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableSGLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableSGLocalAccountIdentification) Unset ¶
func (v *NullableSGLocalAccountIdentification) Unset()
type NullableTransactionEventViolation ¶
type NullableTransactionEventViolation struct {
// contains filtered or unexported fields
}
func NewNullableTransactionEventViolation ¶
func NewNullableTransactionEventViolation(val *TransactionEventViolation) *NullableTransactionEventViolation
func (NullableTransactionEventViolation) Get ¶
func (v NullableTransactionEventViolation) Get() *TransactionEventViolation
func (NullableTransactionEventViolation) IsSet ¶
func (v NullableTransactionEventViolation) IsSet() bool
func (NullableTransactionEventViolation) MarshalJSON ¶
func (v NullableTransactionEventViolation) MarshalJSON() ([]byte, error)
func (*NullableTransactionEventViolation) Set ¶
func (v *NullableTransactionEventViolation) Set(val *TransactionEventViolation)
func (*NullableTransactionEventViolation) UnmarshalJSON ¶
func (v *NullableTransactionEventViolation) UnmarshalJSON(src []byte) error
func (*NullableTransactionEventViolation) Unset ¶
func (v *NullableTransactionEventViolation) Unset()
type NullableTransactionRuleReference ¶
type NullableTransactionRuleReference struct {
// contains filtered or unexported fields
}
func NewNullableTransactionRuleReference ¶
func NewNullableTransactionRuleReference(val *TransactionRuleReference) *NullableTransactionRuleReference
func (NullableTransactionRuleReference) Get ¶
func (v NullableTransactionRuleReference) Get() *TransactionRuleReference
func (NullableTransactionRuleReference) IsSet ¶
func (v NullableTransactionRuleReference) IsSet() bool
func (NullableTransactionRuleReference) MarshalJSON ¶
func (v NullableTransactionRuleReference) MarshalJSON() ([]byte, error)
func (*NullableTransactionRuleReference) Set ¶
func (v *NullableTransactionRuleReference) Set(val *TransactionRuleReference)
func (*NullableTransactionRuleReference) UnmarshalJSON ¶
func (v *NullableTransactionRuleReference) UnmarshalJSON(src []byte) error
func (*NullableTransactionRuleReference) Unset ¶
func (v *NullableTransactionRuleReference) Unset()
type NullableTransactionRuleSource ¶
type NullableTransactionRuleSource struct {
// contains filtered or unexported fields
}
func NewNullableTransactionRuleSource ¶
func NewNullableTransactionRuleSource(val *TransactionRuleSource) *NullableTransactionRuleSource
func (NullableTransactionRuleSource) Get ¶
func (v NullableTransactionRuleSource) Get() *TransactionRuleSource
func (NullableTransactionRuleSource) IsSet ¶
func (v NullableTransactionRuleSource) IsSet() bool
func (NullableTransactionRuleSource) MarshalJSON ¶
func (v NullableTransactionRuleSource) MarshalJSON() ([]byte, error)
func (*NullableTransactionRuleSource) Set ¶
func (v *NullableTransactionRuleSource) Set(val *TransactionRuleSource)
func (*NullableTransactionRuleSource) UnmarshalJSON ¶
func (v *NullableTransactionRuleSource) UnmarshalJSON(src []byte) error
func (*NullableTransactionRuleSource) Unset ¶
func (v *NullableTransactionRuleSource) Unset()
type NullableTransactionRulesResult ¶
type NullableTransactionRulesResult struct {
// contains filtered or unexported fields
}
func NewNullableTransactionRulesResult ¶
func NewNullableTransactionRulesResult(val *TransactionRulesResult) *NullableTransactionRulesResult
func (NullableTransactionRulesResult) Get ¶
func (v NullableTransactionRulesResult) Get() *TransactionRulesResult
func (NullableTransactionRulesResult) IsSet ¶
func (v NullableTransactionRulesResult) IsSet() bool
func (NullableTransactionRulesResult) MarshalJSON ¶
func (v NullableTransactionRulesResult) MarshalJSON() ([]byte, error)
func (*NullableTransactionRulesResult) Set ¶
func (v *NullableTransactionRulesResult) Set(val *TransactionRulesResult)
func (*NullableTransactionRulesResult) UnmarshalJSON ¶
func (v *NullableTransactionRulesResult) UnmarshalJSON(src []byte) error
func (*NullableTransactionRulesResult) Unset ¶
func (v *NullableTransactionRulesResult) Unset()
type NullableTransferData ¶
type NullableTransferData struct {
// contains filtered or unexported fields
}
func NewNullableTransferData ¶
func NewNullableTransferData(val *TransferData) *NullableTransferData
func (NullableTransferData) Get ¶
func (v NullableTransferData) Get() *TransferData
func (NullableTransferData) IsSet ¶
func (v NullableTransferData) IsSet() bool
func (NullableTransferData) MarshalJSON ¶
func (v NullableTransferData) MarshalJSON() ([]byte, error)
func (*NullableTransferData) Set ¶
func (v *NullableTransferData) Set(val *TransferData)
func (*NullableTransferData) UnmarshalJSON ¶
func (v *NullableTransferData) UnmarshalJSON(src []byte) error
func (*NullableTransferData) Unset ¶
func (v *NullableTransferData) Unset()
type NullableTransferDataCategoryData ¶
type NullableTransferDataCategoryData struct {
// contains filtered or unexported fields
}
func NewNullableTransferDataCategoryData ¶
func NewNullableTransferDataCategoryData(val *TransferDataCategoryData) *NullableTransferDataCategoryData
func (NullableTransferDataCategoryData) Get ¶
func (v NullableTransferDataCategoryData) Get() *TransferDataCategoryData
func (NullableTransferDataCategoryData) IsSet ¶
func (v NullableTransferDataCategoryData) IsSet() bool
func (NullableTransferDataCategoryData) MarshalJSON ¶
func (v NullableTransferDataCategoryData) MarshalJSON() ([]byte, error)
func (*NullableTransferDataCategoryData) Set ¶
func (v *NullableTransferDataCategoryData) Set(val *TransferDataCategoryData)
func (*NullableTransferDataCategoryData) UnmarshalJSON ¶
func (v *NullableTransferDataCategoryData) UnmarshalJSON(src []byte) error
func (*NullableTransferDataCategoryData) Unset ¶
func (v *NullableTransferDataCategoryData) Unset()
type NullableTransferDataTracking ¶
type NullableTransferDataTracking struct {
// contains filtered or unexported fields
}
func NewNullableTransferDataTracking ¶
func NewNullableTransferDataTracking(val *TransferDataTracking) *NullableTransferDataTracking
func (NullableTransferDataTracking) Get ¶
func (v NullableTransferDataTracking) Get() *TransferDataTracking
func (NullableTransferDataTracking) IsSet ¶
func (v NullableTransferDataTracking) IsSet() bool
func (NullableTransferDataTracking) MarshalJSON ¶
func (v NullableTransferDataTracking) MarshalJSON() ([]byte, error)
func (*NullableTransferDataTracking) Set ¶
func (v *NullableTransferDataTracking) Set(val *TransferDataTracking)
func (*NullableTransferDataTracking) UnmarshalJSON ¶
func (v *NullableTransferDataTracking) UnmarshalJSON(src []byte) error
func (*NullableTransferDataTracking) Unset ¶
func (v *NullableTransferDataTracking) Unset()
type NullableTransferEvent ¶
type NullableTransferEvent struct {
// contains filtered or unexported fields
}
func NewNullableTransferEvent ¶
func NewNullableTransferEvent(val *TransferEvent) *NullableTransferEvent
func (NullableTransferEvent) Get ¶
func (v NullableTransferEvent) Get() *TransferEvent
func (NullableTransferEvent) IsSet ¶
func (v NullableTransferEvent) IsSet() bool
func (NullableTransferEvent) MarshalJSON ¶
func (v NullableTransferEvent) MarshalJSON() ([]byte, error)
func (*NullableTransferEvent) Set ¶
func (v *NullableTransferEvent) Set(val *TransferEvent)
func (*NullableTransferEvent) UnmarshalJSON ¶
func (v *NullableTransferEvent) UnmarshalJSON(src []byte) error
func (*NullableTransferEvent) Unset ¶
func (v *NullableTransferEvent) Unset()
type NullableTransferEventTrackingData ¶
type NullableTransferEventTrackingData struct {
// contains filtered or unexported fields
}
func NewNullableTransferEventTrackingData ¶
func NewNullableTransferEventTrackingData(val *TransferEventTrackingData) *NullableTransferEventTrackingData
func (NullableTransferEventTrackingData) Get ¶
func (v NullableTransferEventTrackingData) Get() *TransferEventTrackingData
func (NullableTransferEventTrackingData) IsSet ¶
func (v NullableTransferEventTrackingData) IsSet() bool
func (NullableTransferEventTrackingData) MarshalJSON ¶
func (v NullableTransferEventTrackingData) MarshalJSON() ([]byte, error)
func (*NullableTransferEventTrackingData) Set ¶
func (v *NullableTransferEventTrackingData) Set(val *TransferEventTrackingData)
func (*NullableTransferEventTrackingData) UnmarshalJSON ¶
func (v *NullableTransferEventTrackingData) UnmarshalJSON(src []byte) error
func (*NullableTransferEventTrackingData) Unset ¶
func (v *NullableTransferEventTrackingData) Unset()
type NullableTransferNotificationCounterParty ¶
type NullableTransferNotificationCounterParty struct {
// contains filtered or unexported fields
}
func NewNullableTransferNotificationCounterParty ¶
func NewNullableTransferNotificationCounterParty(val *TransferNotificationCounterParty) *NullableTransferNotificationCounterParty
func (NullableTransferNotificationCounterParty) IsSet ¶
func (v NullableTransferNotificationCounterParty) IsSet() bool
func (NullableTransferNotificationCounterParty) MarshalJSON ¶
func (v NullableTransferNotificationCounterParty) MarshalJSON() ([]byte, error)
func (*NullableTransferNotificationCounterParty) Set ¶
func (v *NullableTransferNotificationCounterParty) Set(val *TransferNotificationCounterParty)
func (*NullableTransferNotificationCounterParty) UnmarshalJSON ¶
func (v *NullableTransferNotificationCounterParty) UnmarshalJSON(src []byte) error
func (*NullableTransferNotificationCounterParty) Unset ¶
func (v *NullableTransferNotificationCounterParty) Unset()
type NullableTransferNotificationData ¶
type NullableTransferNotificationData struct {
// contains filtered or unexported fields
}
func NewNullableTransferNotificationData ¶
func NewNullableTransferNotificationData(val *TransferNotificationData) *NullableTransferNotificationData
func (NullableTransferNotificationData) Get ¶
func (v NullableTransferNotificationData) Get() *TransferNotificationData
func (NullableTransferNotificationData) IsSet ¶
func (v NullableTransferNotificationData) IsSet() bool
func (NullableTransferNotificationData) MarshalJSON ¶
func (v NullableTransferNotificationData) MarshalJSON() ([]byte, error)
func (*NullableTransferNotificationData) Set ¶
func (v *NullableTransferNotificationData) Set(val *TransferNotificationData)
func (*NullableTransferNotificationData) UnmarshalJSON ¶
func (v *NullableTransferNotificationData) UnmarshalJSON(src []byte) error
func (*NullableTransferNotificationData) Unset ¶
func (v *NullableTransferNotificationData) Unset()
type NullableTransferNotificationMerchantData ¶
type NullableTransferNotificationMerchantData struct {
// contains filtered or unexported fields
}
func NewNullableTransferNotificationMerchantData ¶
func NewNullableTransferNotificationMerchantData(val *TransferNotificationMerchantData) *NullableTransferNotificationMerchantData
func (NullableTransferNotificationMerchantData) IsSet ¶
func (v NullableTransferNotificationMerchantData) IsSet() bool
func (NullableTransferNotificationMerchantData) MarshalJSON ¶
func (v NullableTransferNotificationMerchantData) MarshalJSON() ([]byte, error)
func (*NullableTransferNotificationMerchantData) Set ¶
func (v *NullableTransferNotificationMerchantData) Set(val *TransferNotificationMerchantData)
func (*NullableTransferNotificationMerchantData) UnmarshalJSON ¶
func (v *NullableTransferNotificationMerchantData) UnmarshalJSON(src []byte) error
func (*NullableTransferNotificationMerchantData) Unset ¶
func (v *NullableTransferNotificationMerchantData) Unset()
type NullableTransferNotificationRequest ¶
type NullableTransferNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTransferNotificationRequest ¶
func NewNullableTransferNotificationRequest(val *TransferNotificationRequest) *NullableTransferNotificationRequest
func (NullableTransferNotificationRequest) Get ¶
func (v NullableTransferNotificationRequest) Get() *TransferNotificationRequest
func (NullableTransferNotificationRequest) IsSet ¶
func (v NullableTransferNotificationRequest) IsSet() bool
func (NullableTransferNotificationRequest) MarshalJSON ¶
func (v NullableTransferNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableTransferNotificationRequest) Set ¶
func (v *NullableTransferNotificationRequest) Set(val *TransferNotificationRequest)
func (*NullableTransferNotificationRequest) UnmarshalJSON ¶
func (v *NullableTransferNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableTransferNotificationRequest) Unset ¶
func (v *NullableTransferNotificationRequest) Unset()
type NullableTransferNotificationTransferTracking ¶
type NullableTransferNotificationTransferTracking struct {
// contains filtered or unexported fields
}
func NewNullableTransferNotificationTransferTracking ¶
func NewNullableTransferNotificationTransferTracking(val *TransferNotificationTransferTracking) *NullableTransferNotificationTransferTracking
func (NullableTransferNotificationTransferTracking) IsSet ¶
func (v NullableTransferNotificationTransferTracking) IsSet() bool
func (NullableTransferNotificationTransferTracking) MarshalJSON ¶
func (v NullableTransferNotificationTransferTracking) MarshalJSON() ([]byte, error)
func (*NullableTransferNotificationTransferTracking) Set ¶
func (v *NullableTransferNotificationTransferTracking) Set(val *TransferNotificationTransferTracking)
func (*NullableTransferNotificationTransferTracking) UnmarshalJSON ¶
func (v *NullableTransferNotificationTransferTracking) UnmarshalJSON(src []byte) error
func (*NullableTransferNotificationTransferTracking) Unset ¶
func (v *NullableTransferNotificationTransferTracking) Unset()
type NullableTransferNotificationValidationFact ¶
type NullableTransferNotificationValidationFact struct {
// contains filtered or unexported fields
}
func NewNullableTransferNotificationValidationFact ¶
func NewNullableTransferNotificationValidationFact(val *TransferNotificationValidationFact) *NullableTransferNotificationValidationFact
func (NullableTransferNotificationValidationFact) IsSet ¶
func (v NullableTransferNotificationValidationFact) IsSet() bool
func (NullableTransferNotificationValidationFact) MarshalJSON ¶
func (v NullableTransferNotificationValidationFact) MarshalJSON() ([]byte, error)
func (*NullableTransferNotificationValidationFact) Set ¶
func (v *NullableTransferNotificationValidationFact) Set(val *TransferNotificationValidationFact)
func (*NullableTransferNotificationValidationFact) UnmarshalJSON ¶
func (v *NullableTransferNotificationValidationFact) UnmarshalJSON(src []byte) error
func (*NullableTransferNotificationValidationFact) Unset ¶
func (v *NullableTransferNotificationValidationFact) Unset()
type NullableTransferOperation ¶
type NullableTransferOperation struct {
// contains filtered or unexported fields
}
func NewNullableTransferOperation ¶
func NewNullableTransferOperation(val *TransferOperation) *NullableTransferOperation
func (NullableTransferOperation) Get ¶
func (v NullableTransferOperation) Get() *TransferOperation
func (NullableTransferOperation) IsSet ¶
func (v NullableTransferOperation) IsSet() bool
func (NullableTransferOperation) MarshalJSON ¶
func (v NullableTransferOperation) MarshalJSON() ([]byte, error)
func (*NullableTransferOperation) Set ¶
func (v *NullableTransferOperation) Set(val *TransferOperation)
func (*NullableTransferOperation) UnmarshalJSON ¶
func (v *NullableTransferOperation) UnmarshalJSON(src []byte) error
func (*NullableTransferOperation) Unset ¶
func (v *NullableTransferOperation) Unset()
type NullableUKLocalAccountIdentification ¶
type NullableUKLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableUKLocalAccountIdentification ¶
func NewNullableUKLocalAccountIdentification(val *UKLocalAccountIdentification) *NullableUKLocalAccountIdentification
func (NullableUKLocalAccountIdentification) Get ¶
func (v NullableUKLocalAccountIdentification) Get() *UKLocalAccountIdentification
func (NullableUKLocalAccountIdentification) IsSet ¶
func (v NullableUKLocalAccountIdentification) IsSet() bool
func (NullableUKLocalAccountIdentification) MarshalJSON ¶
func (v NullableUKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableUKLocalAccountIdentification) Set ¶
func (v *NullableUKLocalAccountIdentification) Set(val *UKLocalAccountIdentification)
func (*NullableUKLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableUKLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableUKLocalAccountIdentification) Unset ¶
func (v *NullableUKLocalAccountIdentification) Unset()
type NullableUSLocalAccountIdentification ¶
type NullableUSLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableUSLocalAccountIdentification ¶
func NewNullableUSLocalAccountIdentification(val *USLocalAccountIdentification) *NullableUSLocalAccountIdentification
func (NullableUSLocalAccountIdentification) Get ¶
func (v NullableUSLocalAccountIdentification) Get() *USLocalAccountIdentification
func (NullableUSLocalAccountIdentification) IsSet ¶
func (v NullableUSLocalAccountIdentification) IsSet() bool
func (NullableUSLocalAccountIdentification) MarshalJSON ¶
func (v NullableUSLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableUSLocalAccountIdentification) Set ¶
func (v *NullableUSLocalAccountIdentification) Set(val *USLocalAccountIdentification)
func (*NullableUSLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableUSLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableUSLocalAccountIdentification) Unset ¶
func (v *NullableUSLocalAccountIdentification) Unset()
type NumberAndBicAccountIdentification ¶
type NumberAndBicAccountIdentification struct { // The bank account number, without separators or whitespace. The length and format depends on the bank or country. AccountNumber string `json:"accountNumber"` AdditionalBankIdentification *AdditionalBankIdentification `json:"additionalBankIdentification,omitempty"` // The bank's 8- or 11-character BIC or SWIFT code. Bic string `json:"bic"` // **numberAndBic** Type string `json:"type"` }
NumberAndBicAccountIdentification struct for NumberAndBicAccountIdentification
func NewNumberAndBicAccountIdentification ¶
func NewNumberAndBicAccountIdentification(accountNumber string, bic string, type_ string) *NumberAndBicAccountIdentification
NewNumberAndBicAccountIdentification instantiates a new NumberAndBicAccountIdentification 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 NewNumberAndBicAccountIdentificationWithDefaults ¶
func NewNumberAndBicAccountIdentificationWithDefaults() *NumberAndBicAccountIdentification
NewNumberAndBicAccountIdentificationWithDefaults instantiates a new NumberAndBicAccountIdentification 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 (*NumberAndBicAccountIdentification) GetAccountNumber ¶
func (o *NumberAndBicAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*NumberAndBicAccountIdentification) GetAccountNumberOk ¶
func (o *NumberAndBicAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*NumberAndBicAccountIdentification) GetAdditionalBankIdentification ¶
func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentification() AdditionalBankIdentification
GetAdditionalBankIdentification returns the AdditionalBankIdentification field value if set, zero value otherwise.
func (*NumberAndBicAccountIdentification) GetAdditionalBankIdentificationOk ¶
func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentificationOk() (*AdditionalBankIdentification, bool)
GetAdditionalBankIdentificationOk returns a tuple with the AdditionalBankIdentification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NumberAndBicAccountIdentification) GetBic ¶
func (o *NumberAndBicAccountIdentification) GetBic() string
GetBic returns the Bic field value
func (*NumberAndBicAccountIdentification) GetBicOk ¶
func (o *NumberAndBicAccountIdentification) GetBicOk() (*string, bool)
GetBicOk returns a tuple with the Bic field value and a boolean to check if the value has been set.
func (*NumberAndBicAccountIdentification) GetType ¶
func (o *NumberAndBicAccountIdentification) GetType() string
GetType returns the Type field value
func (*NumberAndBicAccountIdentification) GetTypeOk ¶
func (o *NumberAndBicAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*NumberAndBicAccountIdentification) HasAdditionalBankIdentification ¶
func (o *NumberAndBicAccountIdentification) HasAdditionalBankIdentification() bool
HasAdditionalBankIdentification returns a boolean if a field has been set.
func (NumberAndBicAccountIdentification) MarshalJSON ¶
func (o NumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)
func (*NumberAndBicAccountIdentification) SetAccountNumber ¶
func (o *NumberAndBicAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*NumberAndBicAccountIdentification) SetAdditionalBankIdentification ¶
func (o *NumberAndBicAccountIdentification) SetAdditionalBankIdentification(v AdditionalBankIdentification)
SetAdditionalBankIdentification gets a reference to the given AdditionalBankIdentification and assigns it to the AdditionalBankIdentification field.
func (*NumberAndBicAccountIdentification) SetBic ¶
func (o *NumberAndBicAccountIdentification) SetBic(v string)
SetBic sets field value
func (*NumberAndBicAccountIdentification) SetType ¶
func (o *NumberAndBicAccountIdentification) SetType(v string)
SetType sets field value
func (NumberAndBicAccountIdentification) ToMap ¶
func (o NumberAndBicAccountIdentification) ToMap() (map[string]interface{}, error)
type PLLocalAccountIdentification ¶
type PLLocalAccountIdentification struct { // The 26-digit bank account number ([Numer rachunku](https://pl.wikipedia.org/wiki/Numer_Rachunku_Bankowego)), without separators or whitespace. AccountNumber string `json:"accountNumber"` // **plLocal** Type string `json:"type"` }
PLLocalAccountIdentification struct for PLLocalAccountIdentification
func NewPLLocalAccountIdentification ¶
func NewPLLocalAccountIdentification(accountNumber string, type_ string) *PLLocalAccountIdentification
NewPLLocalAccountIdentification instantiates a new PLLocalAccountIdentification 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 NewPLLocalAccountIdentificationWithDefaults ¶
func NewPLLocalAccountIdentificationWithDefaults() *PLLocalAccountIdentification
NewPLLocalAccountIdentificationWithDefaults instantiates a new PLLocalAccountIdentification 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 (*PLLocalAccountIdentification) GetAccountNumber ¶
func (o *PLLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*PLLocalAccountIdentification) GetAccountNumberOk ¶
func (o *PLLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*PLLocalAccountIdentification) GetType ¶
func (o *PLLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*PLLocalAccountIdentification) GetTypeOk ¶
func (o *PLLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PLLocalAccountIdentification) MarshalJSON ¶
func (o PLLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*PLLocalAccountIdentification) SetAccountNumber ¶
func (o *PLLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*PLLocalAccountIdentification) SetType ¶
func (o *PLLocalAccountIdentification) SetType(v string)
SetType sets field value
func (PLLocalAccountIdentification) ToMap ¶
func (o PLLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type PartyIdentification ¶
type PartyIdentification struct { Address *Address `json:"address,omitempty"` // The date of birth of the individual in [ISO-8601](https://www.w3.org/TR/NOTE-datetime) format. For example, **YYYY-MM-DD**. Allowed only when `type` is **individual**. DateOfBirth *string `json:"dateOfBirth,omitempty"` // The first name of the individual. Supported characters: [a-z] [A-Z] - . / — and space. This parameter is: - Allowed only when `type` is **individual**. - Required when `category` is **card**. FirstName *string `json:"firstName,omitempty"` // The full name of the entity that owns the bank account or card. Supported characters: [a-z] [A-Z] [0-9] , . ; : - — / \\ + & ! ? @ ( ) \" ' and space. Required when `category` is **bank**. FullName *string `json:"fullName,omitempty"` // The last name of the individual. Supported characters: [a-z] [A-Z] - . / — and space. This parameter is: - Allowed only when `type` is **individual**. - Required when `category` is **card**. LastName *string `json:"lastName,omitempty"` // A unique reference to identify the party or counterparty involved in the transfer. For example, your client's unique wallet or payee ID. Required when you include `cardIdentification.storedPaymentMethodId`. Reference *string `json:"reference,omitempty"` // The type of entity that owns the bank account or card. Possible values: **individual**, **organization**, or **unknown**. Required when `category` is **card**. In this case, the value must be **individual**. Type *string `json:"type,omitempty"` }
PartyIdentification struct for PartyIdentification
func NewPartyIdentification ¶
func NewPartyIdentification() *PartyIdentification
NewPartyIdentification instantiates a new PartyIdentification 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 NewPartyIdentificationWithDefaults ¶
func NewPartyIdentificationWithDefaults() *PartyIdentification
NewPartyIdentificationWithDefaults instantiates a new PartyIdentification 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 (*PartyIdentification) GetAddress ¶
func (o *PartyIdentification) GetAddress() Address
GetAddress returns the Address field value if set, zero value otherwise.
func (*PartyIdentification) GetAddressOk ¶
func (o *PartyIdentification) 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 (*PartyIdentification) GetDateOfBirth ¶
func (o *PartyIdentification) GetDateOfBirth() string
GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.
func (*PartyIdentification) GetDateOfBirthOk ¶
func (o *PartyIdentification) GetDateOfBirthOk() (*string, bool)
GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartyIdentification) GetFirstName ¶
func (o *PartyIdentification) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*PartyIdentification) GetFirstNameOk ¶
func (o *PartyIdentification) GetFirstNameOk() (*string, bool)
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 (*PartyIdentification) GetFullName ¶
func (o *PartyIdentification) GetFullName() string
GetFullName returns the FullName field value if set, zero value otherwise.
func (*PartyIdentification) GetFullNameOk ¶
func (o *PartyIdentification) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartyIdentification) GetLastName ¶
func (o *PartyIdentification) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*PartyIdentification) GetLastNameOk ¶
func (o *PartyIdentification) GetLastNameOk() (*string, bool)
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 (*PartyIdentification) GetReference ¶
func (o *PartyIdentification) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*PartyIdentification) GetReferenceOk ¶
func (o *PartyIdentification) 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 (*PartyIdentification) GetType ¶
func (o *PartyIdentification) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*PartyIdentification) GetTypeOk ¶
func (o *PartyIdentification) 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 (*PartyIdentification) HasAddress ¶
func (o *PartyIdentification) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*PartyIdentification) HasDateOfBirth ¶
func (o *PartyIdentification) HasDateOfBirth() bool
HasDateOfBirth returns a boolean if a field has been set.
func (*PartyIdentification) HasFirstName ¶
func (o *PartyIdentification) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*PartyIdentification) HasFullName ¶
func (o *PartyIdentification) HasFullName() bool
HasFullName returns a boolean if a field has been set.
func (*PartyIdentification) HasLastName ¶
func (o *PartyIdentification) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (*PartyIdentification) HasReference ¶
func (o *PartyIdentification) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*PartyIdentification) HasType ¶
func (o *PartyIdentification) HasType() bool
HasType returns a boolean if a field has been set.
func (PartyIdentification) MarshalJSON ¶
func (o PartyIdentification) MarshalJSON() ([]byte, error)
func (*PartyIdentification) SetAddress ¶
func (o *PartyIdentification) SetAddress(v Address)
SetAddress gets a reference to the given Address and assigns it to the Address field.
func (*PartyIdentification) SetDateOfBirth ¶
func (o *PartyIdentification) SetDateOfBirth(v string)
SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.
func (*PartyIdentification) SetFirstName ¶
func (o *PartyIdentification) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*PartyIdentification) SetFullName ¶
func (o *PartyIdentification) SetFullName(v string)
SetFullName gets a reference to the given string and assigns it to the FullName field.
func (*PartyIdentification) SetLastName ¶
func (o *PartyIdentification) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*PartyIdentification) SetReference ¶
func (o *PartyIdentification) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*PartyIdentification) SetType ¶
func (o *PartyIdentification) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (PartyIdentification) ToMap ¶
func (o PartyIdentification) ToMap() (map[string]interface{}, error)
type PaymentInstrument ¶
type PaymentInstrument struct { // The description of the resource. Description *string `json:"description,omitempty"` // The unique identifier of the resource. Id *string `json:"id,omitempty"` // The reference for the resource. Reference *string `json:"reference,omitempty"` // The type of wallet that the network token is associated with. TokenType *string `json:"tokenType,omitempty"` }
PaymentInstrument struct for PaymentInstrument
func NewPaymentInstrument ¶
func NewPaymentInstrument() *PaymentInstrument
NewPaymentInstrument instantiates a new PaymentInstrument 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 NewPaymentInstrumentWithDefaults ¶
func NewPaymentInstrumentWithDefaults() *PaymentInstrument
NewPaymentInstrumentWithDefaults instantiates a new PaymentInstrument 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 (*PaymentInstrument) GetDescription ¶
func (o *PaymentInstrument) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*PaymentInstrument) GetDescriptionOk ¶
func (o *PaymentInstrument) 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 (*PaymentInstrument) GetId ¶
func (o *PaymentInstrument) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*PaymentInstrument) GetIdOk ¶
func (o *PaymentInstrument) 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 (*PaymentInstrument) GetReference ¶
func (o *PaymentInstrument) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*PaymentInstrument) GetReferenceOk ¶
func (o *PaymentInstrument) 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 (*PaymentInstrument) GetTokenType ¶
func (o *PaymentInstrument) GetTokenType() string
GetTokenType returns the TokenType field value if set, zero value otherwise.
func (*PaymentInstrument) GetTokenTypeOk ¶
func (o *PaymentInstrument) GetTokenTypeOk() (*string, bool)
GetTokenTypeOk returns a tuple with the TokenType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentInstrument) HasDescription ¶
func (o *PaymentInstrument) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*PaymentInstrument) HasId ¶
func (o *PaymentInstrument) HasId() bool
HasId returns a boolean if a field has been set.
func (*PaymentInstrument) HasReference ¶
func (o *PaymentInstrument) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*PaymentInstrument) HasTokenType ¶
func (o *PaymentInstrument) HasTokenType() bool
HasTokenType returns a boolean if a field has been set.
func (PaymentInstrument) MarshalJSON ¶
func (o PaymentInstrument) MarshalJSON() ([]byte, error)
func (*PaymentInstrument) SetDescription ¶
func (o *PaymentInstrument) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*PaymentInstrument) SetId ¶
func (o *PaymentInstrument) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*PaymentInstrument) SetReference ¶
func (o *PaymentInstrument) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*PaymentInstrument) SetTokenType ¶
func (o *PaymentInstrument) SetTokenType(v string)
SetTokenType gets a reference to the given string and assigns it to the TokenType field.
func (PaymentInstrument) ToMap ¶
func (o PaymentInstrument) ToMap() (map[string]interface{}, error)
type PlatformPayment ¶
type PlatformPayment struct { // The capture's merchant reference included in the transfer. ModificationMerchantReference *string `json:"modificationMerchantReference,omitempty"` // The capture reference included in the transfer. ModificationPspReference *string `json:"modificationPspReference,omitempty"` // The payment's merchant reference included in the transfer. PaymentMerchantReference *string `json:"paymentMerchantReference,omitempty"` // The type of the related split. PlatformPaymentType *string `json:"platformPaymentType,omitempty"` // The payment reference included in the transfer. PspPaymentReference *string `json:"pspPaymentReference,omitempty"` // **platformPayment** Type *string `json:"type,omitempty"` }
PlatformPayment struct for PlatformPayment
func NewPlatformPayment ¶
func NewPlatformPayment() *PlatformPayment
NewPlatformPayment instantiates a new PlatformPayment 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 NewPlatformPaymentWithDefaults ¶
func NewPlatformPaymentWithDefaults() *PlatformPayment
NewPlatformPaymentWithDefaults instantiates a new PlatformPayment 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 (*PlatformPayment) GetModificationMerchantReference ¶
func (o *PlatformPayment) GetModificationMerchantReference() string
GetModificationMerchantReference returns the ModificationMerchantReference field value if set, zero value otherwise.
func (*PlatformPayment) GetModificationMerchantReferenceOk ¶
func (o *PlatformPayment) GetModificationMerchantReferenceOk() (*string, bool)
GetModificationMerchantReferenceOk returns a tuple with the ModificationMerchantReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlatformPayment) GetModificationPspReference ¶
func (o *PlatformPayment) GetModificationPspReference() string
GetModificationPspReference returns the ModificationPspReference field value if set, zero value otherwise.
func (*PlatformPayment) GetModificationPspReferenceOk ¶
func (o *PlatformPayment) GetModificationPspReferenceOk() (*string, bool)
GetModificationPspReferenceOk returns a tuple with the ModificationPspReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlatformPayment) GetPaymentMerchantReference ¶
func (o *PlatformPayment) GetPaymentMerchantReference() string
GetPaymentMerchantReference returns the PaymentMerchantReference field value if set, zero value otherwise.
func (*PlatformPayment) GetPaymentMerchantReferenceOk ¶
func (o *PlatformPayment) GetPaymentMerchantReferenceOk() (*string, bool)
GetPaymentMerchantReferenceOk returns a tuple with the PaymentMerchantReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlatformPayment) GetPlatformPaymentType ¶
func (o *PlatformPayment) GetPlatformPaymentType() string
GetPlatformPaymentType returns the PlatformPaymentType field value if set, zero value otherwise.
func (*PlatformPayment) GetPlatformPaymentTypeOk ¶
func (o *PlatformPayment) GetPlatformPaymentTypeOk() (*string, bool)
GetPlatformPaymentTypeOk returns a tuple with the PlatformPaymentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlatformPayment) GetPspPaymentReference ¶
func (o *PlatformPayment) GetPspPaymentReference() string
GetPspPaymentReference returns the PspPaymentReference field value if set, zero value otherwise.
func (*PlatformPayment) GetPspPaymentReferenceOk ¶
func (o *PlatformPayment) GetPspPaymentReferenceOk() (*string, bool)
GetPspPaymentReferenceOk returns a tuple with the PspPaymentReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlatformPayment) GetType ¶
func (o *PlatformPayment) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*PlatformPayment) GetTypeOk ¶
func (o *PlatformPayment) 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 (*PlatformPayment) HasModificationMerchantReference ¶
func (o *PlatformPayment) HasModificationMerchantReference() bool
HasModificationMerchantReference returns a boolean if a field has been set.
func (*PlatformPayment) HasModificationPspReference ¶
func (o *PlatformPayment) HasModificationPspReference() bool
HasModificationPspReference returns a boolean if a field has been set.
func (*PlatformPayment) HasPaymentMerchantReference ¶
func (o *PlatformPayment) HasPaymentMerchantReference() bool
HasPaymentMerchantReference returns a boolean if a field has been set.
func (*PlatformPayment) HasPlatformPaymentType ¶
func (o *PlatformPayment) HasPlatformPaymentType() bool
HasPlatformPaymentType returns a boolean if a field has been set.
func (*PlatformPayment) HasPspPaymentReference ¶
func (o *PlatformPayment) HasPspPaymentReference() bool
HasPspPaymentReference returns a boolean if a field has been set.
func (*PlatformPayment) HasType ¶
func (o *PlatformPayment) HasType() bool
HasType returns a boolean if a field has been set.
func (PlatformPayment) MarshalJSON ¶
func (o PlatformPayment) MarshalJSON() ([]byte, error)
func (*PlatformPayment) SetModificationMerchantReference ¶
func (o *PlatformPayment) SetModificationMerchantReference(v string)
SetModificationMerchantReference gets a reference to the given string and assigns it to the ModificationMerchantReference field.
func (*PlatformPayment) SetModificationPspReference ¶
func (o *PlatformPayment) SetModificationPspReference(v string)
SetModificationPspReference gets a reference to the given string and assigns it to the ModificationPspReference field.
func (*PlatformPayment) SetPaymentMerchantReference ¶
func (o *PlatformPayment) SetPaymentMerchantReference(v string)
SetPaymentMerchantReference gets a reference to the given string and assigns it to the PaymentMerchantReference field.
func (*PlatformPayment) SetPlatformPaymentType ¶
func (o *PlatformPayment) SetPlatformPaymentType(v string)
SetPlatformPaymentType gets a reference to the given string and assigns it to the PlatformPaymentType field.
func (*PlatformPayment) SetPspPaymentReference ¶
func (o *PlatformPayment) SetPspPaymentReference(v string)
SetPspPaymentReference gets a reference to the given string and assigns it to the PspPaymentReference field.
func (*PlatformPayment) SetType ¶
func (o *PlatformPayment) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (PlatformPayment) ToMap ¶
func (o PlatformPayment) ToMap() (map[string]interface{}, error)
type RelayedAuthorisationData ¶
type RelayedAuthorisationData struct { // Contains key-value pairs of your references and descriptions, for example, `customId`:`your-own-custom-field-12345`. Metadata *map[string]string `json:"metadata,omitempty"` // Your reference for the relayed authorisation data. Reference *string `json:"reference,omitempty"` }
RelayedAuthorisationData struct for RelayedAuthorisationData
func NewRelayedAuthorisationData ¶
func NewRelayedAuthorisationData() *RelayedAuthorisationData
NewRelayedAuthorisationData instantiates a new RelayedAuthorisationData 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 NewRelayedAuthorisationDataWithDefaults ¶
func NewRelayedAuthorisationDataWithDefaults() *RelayedAuthorisationData
NewRelayedAuthorisationDataWithDefaults instantiates a new RelayedAuthorisationData 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 (*RelayedAuthorisationData) GetMetadata ¶
func (o *RelayedAuthorisationData) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*RelayedAuthorisationData) GetMetadataOk ¶
func (o *RelayedAuthorisationData) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelayedAuthorisationData) GetReference ¶
func (o *RelayedAuthorisationData) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*RelayedAuthorisationData) GetReferenceOk ¶
func (o *RelayedAuthorisationData) 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 (*RelayedAuthorisationData) HasMetadata ¶
func (o *RelayedAuthorisationData) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*RelayedAuthorisationData) HasReference ¶
func (o *RelayedAuthorisationData) HasReference() bool
HasReference returns a boolean if a field has been set.
func (RelayedAuthorisationData) MarshalJSON ¶
func (o RelayedAuthorisationData) MarshalJSON() ([]byte, error)
func (*RelayedAuthorisationData) SetMetadata ¶
func (o *RelayedAuthorisationData) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*RelayedAuthorisationData) SetReference ¶
func (o *RelayedAuthorisationData) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (RelayedAuthorisationData) ToMap ¶
func (o RelayedAuthorisationData) ToMap() (map[string]interface{}, error)
type Resource ¶
type Resource struct { // The unique identifier of the balance platform. BalancePlatform *string `json:"balancePlatform,omitempty"` // The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**. CreationDate *time.Time `json:"creationDate,omitempty"` // The ID of the resource. Id *string `json:"id,omitempty"` }
Resource struct for Resource
func NewResource ¶
func NewResource() *Resource
NewResource instantiates a new Resource 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 NewResourceWithDefaults ¶
func NewResourceWithDefaults() *Resource
NewResourceWithDefaults instantiates a new Resource 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 (*Resource) GetBalancePlatform ¶
GetBalancePlatform returns the BalancePlatform field value if set, zero value otherwise.
func (*Resource) GetBalancePlatformOk ¶
GetBalancePlatformOk returns a tuple with the BalancePlatform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetCreationDate ¶
GetCreationDate returns the CreationDate field value if set, zero value otherwise.
func (*Resource) GetCreationDateOk ¶
GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) 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 (*Resource) HasBalancePlatform ¶
HasBalancePlatform returns a boolean if a field has been set.
func (*Resource) HasCreationDate ¶
HasCreationDate returns a boolean if a field has been set.
func (Resource) MarshalJSON ¶
func (*Resource) SetBalancePlatform ¶
SetBalancePlatform gets a reference to the given string and assigns it to the BalancePlatform field.
func (*Resource) SetCreationDate ¶
SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.
type ResourceReference ¶
type ResourceReference struct { // The description of the resource. Description *string `json:"description,omitempty"` // The unique identifier of the resource. Id *string `json:"id,omitempty"` // The reference for the resource. Reference *string `json:"reference,omitempty"` }
ResourceReference struct for ResourceReference
func NewResourceReference ¶
func NewResourceReference() *ResourceReference
NewResourceReference instantiates a new ResourceReference 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 NewResourceReferenceWithDefaults ¶
func NewResourceReferenceWithDefaults() *ResourceReference
NewResourceReferenceWithDefaults instantiates a new ResourceReference 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 (*ResourceReference) GetDescription ¶
func (o *ResourceReference) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceReference) GetDescriptionOk ¶
func (o *ResourceReference) 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 (*ResourceReference) GetId ¶
func (o *ResourceReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResourceReference) GetIdOk ¶
func (o *ResourceReference) 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 (*ResourceReference) GetReference ¶
func (o *ResourceReference) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*ResourceReference) GetReferenceOk ¶
func (o *ResourceReference) 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 (*ResourceReference) HasDescription ¶
func (o *ResourceReference) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceReference) HasId ¶
func (o *ResourceReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResourceReference) HasReference ¶
func (o *ResourceReference) HasReference() bool
HasReference returns a boolean if a field has been set.
func (ResourceReference) MarshalJSON ¶
func (o ResourceReference) MarshalJSON() ([]byte, error)
func (*ResourceReference) SetDescription ¶
func (o *ResourceReference) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceReference) SetId ¶
func (o *ResourceReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResourceReference) SetReference ¶
func (o *ResourceReference) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (ResourceReference) ToMap ¶
func (o ResourceReference) ToMap() (map[string]interface{}, error)
type SELocalAccountIdentification ¶
type SELocalAccountIdentification struct { // The 7- to 10-digit bank account number ([Bankkontonummer](https://sv.wikipedia.org/wiki/Bankkonto)), without the clearing number, separators, or whitespace. AccountNumber string `json:"accountNumber"` // The 4- to 5-digit clearing number ([Clearingnummer](https://sv.wikipedia.org/wiki/Clearingnummer)), without separators or whitespace. ClearingNumber string `json:"clearingNumber"` // **seLocal** Type string `json:"type"` }
SELocalAccountIdentification struct for SELocalAccountIdentification
func NewSELocalAccountIdentification ¶
func NewSELocalAccountIdentification(accountNumber string, clearingNumber string, type_ string) *SELocalAccountIdentification
NewSELocalAccountIdentification instantiates a new SELocalAccountIdentification 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 NewSELocalAccountIdentificationWithDefaults ¶
func NewSELocalAccountIdentificationWithDefaults() *SELocalAccountIdentification
NewSELocalAccountIdentificationWithDefaults instantiates a new SELocalAccountIdentification 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 (*SELocalAccountIdentification) GetAccountNumber ¶
func (o *SELocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*SELocalAccountIdentification) GetAccountNumberOk ¶
func (o *SELocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*SELocalAccountIdentification) GetClearingNumber ¶
func (o *SELocalAccountIdentification) GetClearingNumber() string
GetClearingNumber returns the ClearingNumber field value
func (*SELocalAccountIdentification) GetClearingNumberOk ¶
func (o *SELocalAccountIdentification) GetClearingNumberOk() (*string, bool)
GetClearingNumberOk returns a tuple with the ClearingNumber field value and a boolean to check if the value has been set.
func (*SELocalAccountIdentification) GetType ¶
func (o *SELocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*SELocalAccountIdentification) GetTypeOk ¶
func (o *SELocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SELocalAccountIdentification) MarshalJSON ¶
func (o SELocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*SELocalAccountIdentification) SetAccountNumber ¶
func (o *SELocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*SELocalAccountIdentification) SetClearingNumber ¶
func (o *SELocalAccountIdentification) SetClearingNumber(v string)
SetClearingNumber sets field value
func (*SELocalAccountIdentification) SetType ¶
func (o *SELocalAccountIdentification) SetType(v string)
SetType sets field value
func (SELocalAccountIdentification) ToMap ¶
func (o SELocalAccountIdentification) ToMap() (map[string]interface{}, error)
type SGLocalAccountIdentification ¶
type SGLocalAccountIdentification struct { // The 4- to 19-digit bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // The bank's 8- or 11-character BIC or SWIFT code. Bic string `json:"bic"` // **sgLocal** Type *string `json:"type,omitempty"` }
SGLocalAccountIdentification struct for SGLocalAccountIdentification
func NewSGLocalAccountIdentification ¶
func NewSGLocalAccountIdentification(accountNumber string, bic string) *SGLocalAccountIdentification
NewSGLocalAccountIdentification instantiates a new SGLocalAccountIdentification 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 NewSGLocalAccountIdentificationWithDefaults ¶
func NewSGLocalAccountIdentificationWithDefaults() *SGLocalAccountIdentification
NewSGLocalAccountIdentificationWithDefaults instantiates a new SGLocalAccountIdentification 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 (*SGLocalAccountIdentification) GetAccountNumber ¶
func (o *SGLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*SGLocalAccountIdentification) GetAccountNumberOk ¶
func (o *SGLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*SGLocalAccountIdentification) GetBic ¶
func (o *SGLocalAccountIdentification) GetBic() string
GetBic returns the Bic field value
func (*SGLocalAccountIdentification) GetBicOk ¶
func (o *SGLocalAccountIdentification) GetBicOk() (*string, bool)
GetBicOk returns a tuple with the Bic field value and a boolean to check if the value has been set.
func (*SGLocalAccountIdentification) GetType ¶
func (o *SGLocalAccountIdentification) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SGLocalAccountIdentification) GetTypeOk ¶
func (o *SGLocalAccountIdentification) 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 (*SGLocalAccountIdentification) HasType ¶
func (o *SGLocalAccountIdentification) HasType() bool
HasType returns a boolean if a field has been set.
func (SGLocalAccountIdentification) MarshalJSON ¶
func (o SGLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*SGLocalAccountIdentification) SetAccountNumber ¶
func (o *SGLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*SGLocalAccountIdentification) SetBic ¶
func (o *SGLocalAccountIdentification) SetBic(v string)
SetBic sets field value
func (*SGLocalAccountIdentification) SetType ¶
func (o *SGLocalAccountIdentification) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SGLocalAccountIdentification) ToMap ¶
func (o SGLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type TransactionEventViolation ¶
type TransactionEventViolation struct { // An explanation about why the transaction rule failed. Reason *string `json:"reason,omitempty"` TransactionRule *TransactionRuleReference `json:"transactionRule,omitempty"` TransactionRuleSource *TransactionRuleSource `json:"transactionRuleSource,omitempty"` }
TransactionEventViolation struct for TransactionEventViolation
func NewTransactionEventViolation ¶
func NewTransactionEventViolation() *TransactionEventViolation
NewTransactionEventViolation instantiates a new TransactionEventViolation 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 NewTransactionEventViolationWithDefaults ¶
func NewTransactionEventViolationWithDefaults() *TransactionEventViolation
NewTransactionEventViolationWithDefaults instantiates a new TransactionEventViolation 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 (*TransactionEventViolation) GetReason ¶
func (o *TransactionEventViolation) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*TransactionEventViolation) GetReasonOk ¶
func (o *TransactionEventViolation) 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 (*TransactionEventViolation) GetTransactionRule ¶
func (o *TransactionEventViolation) GetTransactionRule() TransactionRuleReference
GetTransactionRule returns the TransactionRule field value if set, zero value otherwise.
func (*TransactionEventViolation) GetTransactionRuleOk ¶
func (o *TransactionEventViolation) GetTransactionRuleOk() (*TransactionRuleReference, bool)
GetTransactionRuleOk returns a tuple with the TransactionRule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionEventViolation) GetTransactionRuleSource ¶
func (o *TransactionEventViolation) GetTransactionRuleSource() TransactionRuleSource
GetTransactionRuleSource returns the TransactionRuleSource field value if set, zero value otherwise.
func (*TransactionEventViolation) GetTransactionRuleSourceOk ¶
func (o *TransactionEventViolation) GetTransactionRuleSourceOk() (*TransactionRuleSource, bool)
GetTransactionRuleSourceOk returns a tuple with the TransactionRuleSource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionEventViolation) HasReason ¶
func (o *TransactionEventViolation) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*TransactionEventViolation) HasTransactionRule ¶
func (o *TransactionEventViolation) HasTransactionRule() bool
HasTransactionRule returns a boolean if a field has been set.
func (*TransactionEventViolation) HasTransactionRuleSource ¶
func (o *TransactionEventViolation) HasTransactionRuleSource() bool
HasTransactionRuleSource returns a boolean if a field has been set.
func (TransactionEventViolation) MarshalJSON ¶
func (o TransactionEventViolation) MarshalJSON() ([]byte, error)
func (*TransactionEventViolation) SetReason ¶
func (o *TransactionEventViolation) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*TransactionEventViolation) SetTransactionRule ¶
func (o *TransactionEventViolation) SetTransactionRule(v TransactionRuleReference)
SetTransactionRule gets a reference to the given TransactionRuleReference and assigns it to the TransactionRule field.
func (*TransactionEventViolation) SetTransactionRuleSource ¶
func (o *TransactionEventViolation) SetTransactionRuleSource(v TransactionRuleSource)
SetTransactionRuleSource gets a reference to the given TransactionRuleSource and assigns it to the TransactionRuleSource field.
func (TransactionEventViolation) ToMap ¶
func (o TransactionEventViolation) ToMap() (map[string]interface{}, error)
type TransactionRuleReference ¶
type TransactionRuleReference struct { // The description of the resource. Description *string `json:"description,omitempty"` // The unique identifier of the resource. Id *string `json:"id,omitempty"` // The outcome type of the rule. OutcomeType *string `json:"outcomeType,omitempty"` // The reference for the resource. Reference *string `json:"reference,omitempty"` // The score of the rule in case it's a scoreBased rule. Score *int32 `json:"score,omitempty"` }
TransactionRuleReference struct for TransactionRuleReference
func NewTransactionRuleReference ¶
func NewTransactionRuleReference() *TransactionRuleReference
NewTransactionRuleReference instantiates a new TransactionRuleReference 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 NewTransactionRuleReferenceWithDefaults ¶
func NewTransactionRuleReferenceWithDefaults() *TransactionRuleReference
NewTransactionRuleReferenceWithDefaults instantiates a new TransactionRuleReference 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 (*TransactionRuleReference) GetDescription ¶
func (o *TransactionRuleReference) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TransactionRuleReference) GetDescriptionOk ¶
func (o *TransactionRuleReference) 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 (*TransactionRuleReference) GetId ¶
func (o *TransactionRuleReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TransactionRuleReference) GetIdOk ¶
func (o *TransactionRuleReference) 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 (*TransactionRuleReference) GetOutcomeType ¶
func (o *TransactionRuleReference) GetOutcomeType() string
GetOutcomeType returns the OutcomeType field value if set, zero value otherwise.
func (*TransactionRuleReference) GetOutcomeTypeOk ¶
func (o *TransactionRuleReference) GetOutcomeTypeOk() (*string, bool)
GetOutcomeTypeOk returns a tuple with the OutcomeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionRuleReference) GetReference ¶
func (o *TransactionRuleReference) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*TransactionRuleReference) GetReferenceOk ¶
func (o *TransactionRuleReference) 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 (*TransactionRuleReference) GetScore ¶
func (o *TransactionRuleReference) GetScore() int32
GetScore returns the Score field value if set, zero value otherwise.
func (*TransactionRuleReference) GetScoreOk ¶
func (o *TransactionRuleReference) GetScoreOk() (*int32, bool)
GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionRuleReference) HasDescription ¶
func (o *TransactionRuleReference) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TransactionRuleReference) HasId ¶
func (o *TransactionRuleReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*TransactionRuleReference) HasOutcomeType ¶
func (o *TransactionRuleReference) HasOutcomeType() bool
HasOutcomeType returns a boolean if a field has been set.
func (*TransactionRuleReference) HasReference ¶
func (o *TransactionRuleReference) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*TransactionRuleReference) HasScore ¶
func (o *TransactionRuleReference) HasScore() bool
HasScore returns a boolean if a field has been set.
func (TransactionRuleReference) MarshalJSON ¶
func (o TransactionRuleReference) MarshalJSON() ([]byte, error)
func (*TransactionRuleReference) SetDescription ¶
func (o *TransactionRuleReference) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TransactionRuleReference) SetId ¶
func (o *TransactionRuleReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TransactionRuleReference) SetOutcomeType ¶
func (o *TransactionRuleReference) SetOutcomeType(v string)
SetOutcomeType gets a reference to the given string and assigns it to the OutcomeType field.
func (*TransactionRuleReference) SetReference ¶
func (o *TransactionRuleReference) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*TransactionRuleReference) SetScore ¶
func (o *TransactionRuleReference) SetScore(v int32)
SetScore gets a reference to the given int32 and assigns it to the Score field.
func (TransactionRuleReference) ToMap ¶
func (o TransactionRuleReference) ToMap() (map[string]interface{}, error)
type TransactionRuleSource ¶
type TransactionRuleSource struct { // ID of the resource, when applicable. Id *string `json:"id,omitempty"` // Indicates the type of resource for which the transaction rule is defined. Possible values: * **PaymentInstrumentGroup** * **PaymentInstrument** * **BalancePlatform** * **EntityUsageConfiguration** * **PlatformRule**: The transaction rule is a platform-wide rule imposed by Adyen. Type *string `json:"type,omitempty"` }
TransactionRuleSource struct for TransactionRuleSource
func NewTransactionRuleSource ¶
func NewTransactionRuleSource() *TransactionRuleSource
NewTransactionRuleSource instantiates a new TransactionRuleSource 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 NewTransactionRuleSourceWithDefaults ¶
func NewTransactionRuleSourceWithDefaults() *TransactionRuleSource
NewTransactionRuleSourceWithDefaults instantiates a new TransactionRuleSource 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 (*TransactionRuleSource) GetId ¶
func (o *TransactionRuleSource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TransactionRuleSource) GetIdOk ¶
func (o *TransactionRuleSource) 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 (*TransactionRuleSource) GetType ¶
func (o *TransactionRuleSource) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransactionRuleSource) GetTypeOk ¶
func (o *TransactionRuleSource) 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 (*TransactionRuleSource) HasId ¶
func (o *TransactionRuleSource) HasId() bool
HasId returns a boolean if a field has been set.
func (*TransactionRuleSource) HasType ¶
func (o *TransactionRuleSource) HasType() bool
HasType returns a boolean if a field has been set.
func (TransactionRuleSource) MarshalJSON ¶
func (o TransactionRuleSource) MarshalJSON() ([]byte, error)
func (*TransactionRuleSource) SetId ¶
func (o *TransactionRuleSource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TransactionRuleSource) SetType ¶
func (o *TransactionRuleSource) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (TransactionRuleSource) ToMap ¶
func (o TransactionRuleSource) ToMap() (map[string]interface{}, error)
type TransactionRulesResult ¶
type TransactionRulesResult struct { // The advice given by the Risk analysis. Advice *string `json:"advice,omitempty"` // Indicates whether the transaction passed the evaluation for all hardblock rules AllHardBlockRulesPassed *bool `json:"allHardBlockRulesPassed,omitempty"` // The score of the Risk analysis. Score *int32 `json:"score,omitempty"` // Array containing all the transaction rules that the transaction triggered. TriggeredTransactionRules []TransactionEventViolation `json:"triggeredTransactionRules,omitempty"` }
TransactionRulesResult struct for TransactionRulesResult
func NewTransactionRulesResult ¶
func NewTransactionRulesResult() *TransactionRulesResult
NewTransactionRulesResult instantiates a new TransactionRulesResult 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 NewTransactionRulesResultWithDefaults ¶
func NewTransactionRulesResultWithDefaults() *TransactionRulesResult
NewTransactionRulesResultWithDefaults instantiates a new TransactionRulesResult 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 (*TransactionRulesResult) GetAdvice ¶
func (o *TransactionRulesResult) GetAdvice() string
GetAdvice returns the Advice field value if set, zero value otherwise.
func (*TransactionRulesResult) GetAdviceOk ¶
func (o *TransactionRulesResult) GetAdviceOk() (*string, bool)
GetAdviceOk returns a tuple with the Advice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionRulesResult) GetAllHardBlockRulesPassed ¶
func (o *TransactionRulesResult) GetAllHardBlockRulesPassed() bool
GetAllHardBlockRulesPassed returns the AllHardBlockRulesPassed field value if set, zero value otherwise.
func (*TransactionRulesResult) GetAllHardBlockRulesPassedOk ¶
func (o *TransactionRulesResult) GetAllHardBlockRulesPassedOk() (*bool, bool)
GetAllHardBlockRulesPassedOk returns a tuple with the AllHardBlockRulesPassed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionRulesResult) GetScore ¶
func (o *TransactionRulesResult) GetScore() int32
GetScore returns the Score field value if set, zero value otherwise.
func (*TransactionRulesResult) GetScoreOk ¶
func (o *TransactionRulesResult) GetScoreOk() (*int32, bool)
GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionRulesResult) GetTriggeredTransactionRules ¶
func (o *TransactionRulesResult) GetTriggeredTransactionRules() []TransactionEventViolation
GetTriggeredTransactionRules returns the TriggeredTransactionRules field value if set, zero value otherwise.
func (*TransactionRulesResult) GetTriggeredTransactionRulesOk ¶
func (o *TransactionRulesResult) GetTriggeredTransactionRulesOk() ([]TransactionEventViolation, bool)
GetTriggeredTransactionRulesOk returns a tuple with the TriggeredTransactionRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionRulesResult) HasAdvice ¶
func (o *TransactionRulesResult) HasAdvice() bool
HasAdvice returns a boolean if a field has been set.
func (*TransactionRulesResult) HasAllHardBlockRulesPassed ¶
func (o *TransactionRulesResult) HasAllHardBlockRulesPassed() bool
HasAllHardBlockRulesPassed returns a boolean if a field has been set.
func (*TransactionRulesResult) HasScore ¶
func (o *TransactionRulesResult) HasScore() bool
HasScore returns a boolean if a field has been set.
func (*TransactionRulesResult) HasTriggeredTransactionRules ¶
func (o *TransactionRulesResult) HasTriggeredTransactionRules() bool
HasTriggeredTransactionRules returns a boolean if a field has been set.
func (TransactionRulesResult) MarshalJSON ¶
func (o TransactionRulesResult) MarshalJSON() ([]byte, error)
func (*TransactionRulesResult) SetAdvice ¶
func (o *TransactionRulesResult) SetAdvice(v string)
SetAdvice gets a reference to the given string and assigns it to the Advice field.
func (*TransactionRulesResult) SetAllHardBlockRulesPassed ¶
func (o *TransactionRulesResult) SetAllHardBlockRulesPassed(v bool)
SetAllHardBlockRulesPassed gets a reference to the given bool and assigns it to the AllHardBlockRulesPassed field.
func (*TransactionRulesResult) SetScore ¶
func (o *TransactionRulesResult) SetScore(v int32)
SetScore gets a reference to the given int32 and assigns it to the Score field.
func (*TransactionRulesResult) SetTriggeredTransactionRules ¶
func (o *TransactionRulesResult) SetTriggeredTransactionRules(v []TransactionEventViolation)
SetTriggeredTransactionRules gets a reference to the given []TransactionEventViolation and assigns it to the TriggeredTransactionRules field.
func (TransactionRulesResult) ToMap ¶
func (o TransactionRulesResult) ToMap() (map[string]interface{}, error)
type TransferData ¶
type TransferData struct { AccountHolder *ResourceReference `json:"accountHolder,omitempty"` Amount Amount `json:"amount"` BalanceAccount *ResourceReference `json:"balanceAccount,omitempty"` // The unique identifier of the balance platform. BalancePlatform *string `json:"balancePlatform,omitempty"` // The list of the latest balance statuses in the transfer. Balances []BalanceMutation `json:"balances,omitempty"` // The category of the transfer. Possible values: - **bank**: a transfer involving a [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id) or a bank account. - **card**: a transfer involving a third-party card. - **internal**: a transfer between [balance accounts](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id) within your platform. - **issuedCard**: a transfer initiated by an Adyen-issued card. - **platformPayment**: funds movements related to payments that are acquired for your users. Category string `json:"category"` CategoryData *TransferDataCategoryData `json:"categoryData,omitempty"` Counterparty *TransferNotificationCounterParty `json:"counterparty,omitempty"` // The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**. CreationDate *time.Time `json:"creationDate,omitempty"` // Your description for the transfer. It is used by most banks as the transfer description. We recommend sending a maximum of 140 characters, otherwise the description may be truncated. Supported characters: **[a-z] [A-Z] [0-9] / - ?** **: ( ) . , ' + Space** Supported characters for **regular** and **fast** transfers to a US counterparty: **[a-z] [A-Z] [0-9] & $ % # @** **~ = + - _ ' \" ! ?** Description *string `json:"description,omitempty"` // The direction of the transfer. Possible values: **incoming**, **outgoing**. Direction *string `json:"direction,omitempty"` // The list of events leading up to the current status of the transfer. Events []TransferEvent `json:"events,omitempty"` // The ID of the resource. Id *string `json:"id,omitempty"` PaymentInstrument *PaymentInstrument `json:"paymentInstrument,omitempty"` // Additional information about the status of the transfer. Reason *string `json:"reason,omitempty"` // Your reference for the transfer, used internally within your platform. If you don't provide this in the request, Adyen generates a unique reference. Reference *string `json:"reference,omitempty"` // A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both the source and recipient of funds. Supported characters: **a-z**, **A-Z**, **0-9**.The maximum length depends on the `category`. - **internal**: 80 characters - **bank**: 35 characters when transferring to an IBAN, 15 characters for others. ReferenceForBeneficiary *string `json:"referenceForBeneficiary,omitempty"` // The sequence number of the transfer webhook. The numbers start from 1 and increase with each new webhook for a specific transfer. The sequence number can help you restore the correct sequence of events even if they arrive out of order. SequenceNumber *int32 `json:"sequenceNumber,omitempty"` // The result of the transfer. For example, **authorised**, **refused**, or **error**. Status string `json:"status"` Tracking *TransferDataTracking `json:"tracking,omitempty"` TransactionRulesResult *TransactionRulesResult `json:"transactionRulesResult,omitempty"` // The type of transfer or transaction. For example, **refund**, **payment**, **internalTransfer**, **bankTransfer**. Type *string `json:"type,omitempty"` }
TransferData struct for TransferData
func NewTransferData ¶
func NewTransferData(amount Amount, category string, status string) *TransferData
NewTransferData instantiates a new TransferData 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 NewTransferDataWithDefaults ¶
func NewTransferDataWithDefaults() *TransferData
NewTransferDataWithDefaults instantiates a new TransferData 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 (*TransferData) GetAccountHolder ¶
func (o *TransferData) GetAccountHolder() ResourceReference
GetAccountHolder returns the AccountHolder field value if set, zero value otherwise.
func (*TransferData) GetAccountHolderOk ¶
func (o *TransferData) GetAccountHolderOk() (*ResourceReference, bool)
GetAccountHolderOk returns a tuple with the AccountHolder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetAmount ¶
func (o *TransferData) GetAmount() Amount
GetAmount returns the Amount field value
func (*TransferData) GetAmountOk ¶
func (o *TransferData) GetAmountOk() (*Amount, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*TransferData) GetBalanceAccount ¶
func (o *TransferData) GetBalanceAccount() ResourceReference
GetBalanceAccount returns the BalanceAccount field value if set, zero value otherwise.
func (*TransferData) GetBalanceAccountOk ¶
func (o *TransferData) GetBalanceAccountOk() (*ResourceReference, bool)
GetBalanceAccountOk returns a tuple with the BalanceAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetBalancePlatform ¶
func (o *TransferData) GetBalancePlatform() string
GetBalancePlatform returns the BalancePlatform field value if set, zero value otherwise.
func (*TransferData) GetBalancePlatformOk ¶
func (o *TransferData) GetBalancePlatformOk() (*string, bool)
GetBalancePlatformOk returns a tuple with the BalancePlatform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetBalances ¶
func (o *TransferData) GetBalances() []BalanceMutation
GetBalances returns the Balances field value if set, zero value otherwise.
func (*TransferData) GetBalancesOk ¶
func (o *TransferData) GetBalancesOk() ([]BalanceMutation, bool)
GetBalancesOk returns a tuple with the Balances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetCategory ¶
func (o *TransferData) GetCategory() string
GetCategory returns the Category field value
func (*TransferData) GetCategoryData ¶
func (o *TransferData) GetCategoryData() TransferDataCategoryData
GetCategoryData returns the CategoryData field value if set, zero value otherwise.
func (*TransferData) GetCategoryDataOk ¶
func (o *TransferData) GetCategoryDataOk() (*TransferDataCategoryData, bool)
GetCategoryDataOk returns a tuple with the CategoryData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetCategoryOk ¶
func (o *TransferData) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*TransferData) GetCounterparty ¶
func (o *TransferData) GetCounterparty() TransferNotificationCounterParty
GetCounterparty returns the Counterparty field value if set, zero value otherwise.
func (*TransferData) GetCounterpartyOk ¶
func (o *TransferData) GetCounterpartyOk() (*TransferNotificationCounterParty, bool)
GetCounterpartyOk returns a tuple with the Counterparty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetCreationDate ¶
func (o *TransferData) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field value if set, zero value otherwise.
func (*TransferData) GetCreationDateOk ¶
func (o *TransferData) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetDescription ¶
func (o *TransferData) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TransferData) GetDescriptionOk ¶
func (o *TransferData) 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 (*TransferData) GetDirection ¶
func (o *TransferData) GetDirection() string
GetDirection returns the Direction field value if set, zero value otherwise.
func (*TransferData) GetDirectionOk ¶
func (o *TransferData) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetEvents ¶
func (o *TransferData) GetEvents() []TransferEvent
GetEvents returns the Events field value if set, zero value otherwise.
func (*TransferData) GetEventsOk ¶
func (o *TransferData) GetEventsOk() ([]TransferEvent, bool)
GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetId ¶
func (o *TransferData) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TransferData) GetIdOk ¶
func (o *TransferData) 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 (*TransferData) GetPaymentInstrument ¶
func (o *TransferData) GetPaymentInstrument() PaymentInstrument
GetPaymentInstrument returns the PaymentInstrument field value if set, zero value otherwise.
func (*TransferData) GetPaymentInstrumentOk ¶
func (o *TransferData) GetPaymentInstrumentOk() (*PaymentInstrument, bool)
GetPaymentInstrumentOk returns a tuple with the PaymentInstrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetReason ¶
func (o *TransferData) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*TransferData) GetReasonOk ¶
func (o *TransferData) 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 (*TransferData) GetReference ¶
func (o *TransferData) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*TransferData) GetReferenceForBeneficiary ¶
func (o *TransferData) GetReferenceForBeneficiary() string
GetReferenceForBeneficiary returns the ReferenceForBeneficiary field value if set, zero value otherwise.
func (*TransferData) GetReferenceForBeneficiaryOk ¶
func (o *TransferData) GetReferenceForBeneficiaryOk() (*string, bool)
GetReferenceForBeneficiaryOk returns a tuple with the ReferenceForBeneficiary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetReferenceOk ¶
func (o *TransferData) 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 (*TransferData) GetSequenceNumber ¶
func (o *TransferData) GetSequenceNumber() int32
GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.
func (*TransferData) GetSequenceNumberOk ¶
func (o *TransferData) GetSequenceNumberOk() (*int32, bool)
GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetStatus ¶
func (o *TransferData) GetStatus() string
GetStatus returns the Status field value
func (*TransferData) GetStatusOk ¶
func (o *TransferData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TransferData) GetTracking ¶
func (o *TransferData) GetTracking() TransferDataTracking
GetTracking returns the Tracking field value if set, zero value otherwise.
func (*TransferData) GetTrackingOk ¶
func (o *TransferData) GetTrackingOk() (*TransferDataTracking, bool)
GetTrackingOk returns a tuple with the Tracking field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetTransactionRulesResult ¶
func (o *TransferData) GetTransactionRulesResult() TransactionRulesResult
GetTransactionRulesResult returns the TransactionRulesResult field value if set, zero value otherwise.
func (*TransferData) GetTransactionRulesResultOk ¶
func (o *TransferData) GetTransactionRulesResultOk() (*TransactionRulesResult, bool)
GetTransactionRulesResultOk returns a tuple with the TransactionRulesResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferData) GetType ¶
func (o *TransferData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransferData) GetTypeOk ¶
func (o *TransferData) 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 (*TransferData) HasAccountHolder ¶
func (o *TransferData) HasAccountHolder() bool
HasAccountHolder returns a boolean if a field has been set.
func (*TransferData) HasBalanceAccount ¶
func (o *TransferData) HasBalanceAccount() bool
HasBalanceAccount returns a boolean if a field has been set.
func (*TransferData) HasBalancePlatform ¶
func (o *TransferData) HasBalancePlatform() bool
HasBalancePlatform returns a boolean if a field has been set.
func (*TransferData) HasBalances ¶
func (o *TransferData) HasBalances() bool
HasBalances returns a boolean if a field has been set.
func (*TransferData) HasCategoryData ¶
func (o *TransferData) HasCategoryData() bool
HasCategoryData returns a boolean if a field has been set.
func (*TransferData) HasCounterparty ¶
func (o *TransferData) HasCounterparty() bool
HasCounterparty returns a boolean if a field has been set.
func (*TransferData) HasCreationDate ¶
func (o *TransferData) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (*TransferData) HasDescription ¶
func (o *TransferData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TransferData) HasDirection ¶
func (o *TransferData) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (*TransferData) HasEvents ¶
func (o *TransferData) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (*TransferData) HasId ¶
func (o *TransferData) HasId() bool
HasId returns a boolean if a field has been set.
func (*TransferData) HasPaymentInstrument ¶
func (o *TransferData) HasPaymentInstrument() bool
HasPaymentInstrument returns a boolean if a field has been set.
func (*TransferData) HasReason ¶
func (o *TransferData) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*TransferData) HasReference ¶
func (o *TransferData) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*TransferData) HasReferenceForBeneficiary ¶
func (o *TransferData) HasReferenceForBeneficiary() bool
HasReferenceForBeneficiary returns a boolean if a field has been set.
func (*TransferData) HasSequenceNumber ¶
func (o *TransferData) HasSequenceNumber() bool
HasSequenceNumber returns a boolean if a field has been set.
func (*TransferData) HasTracking ¶
func (o *TransferData) HasTracking() bool
HasTracking returns a boolean if a field has been set.
func (*TransferData) HasTransactionRulesResult ¶
func (o *TransferData) HasTransactionRulesResult() bool
HasTransactionRulesResult returns a boolean if a field has been set.
func (*TransferData) HasType ¶
func (o *TransferData) HasType() bool
HasType returns a boolean if a field has been set.
func (TransferData) MarshalJSON ¶
func (o TransferData) MarshalJSON() ([]byte, error)
func (*TransferData) SetAccountHolder ¶
func (o *TransferData) SetAccountHolder(v ResourceReference)
SetAccountHolder gets a reference to the given ResourceReference and assigns it to the AccountHolder field.
func (*TransferData) SetAmount ¶
func (o *TransferData) SetAmount(v Amount)
SetAmount sets field value
func (*TransferData) SetBalanceAccount ¶
func (o *TransferData) SetBalanceAccount(v ResourceReference)
SetBalanceAccount gets a reference to the given ResourceReference and assigns it to the BalanceAccount field.
func (*TransferData) SetBalancePlatform ¶
func (o *TransferData) SetBalancePlatform(v string)
SetBalancePlatform gets a reference to the given string and assigns it to the BalancePlatform field.
func (*TransferData) SetBalances ¶
func (o *TransferData) SetBalances(v []BalanceMutation)
SetBalances gets a reference to the given []BalanceMutation and assigns it to the Balances field.
func (*TransferData) SetCategory ¶
func (o *TransferData) SetCategory(v string)
SetCategory sets field value
func (*TransferData) SetCategoryData ¶
func (o *TransferData) SetCategoryData(v TransferDataCategoryData)
SetCategoryData gets a reference to the given TransferDataCategoryData and assigns it to the CategoryData field.
func (*TransferData) SetCounterparty ¶
func (o *TransferData) SetCounterparty(v TransferNotificationCounterParty)
SetCounterparty gets a reference to the given TransferNotificationCounterParty and assigns it to the Counterparty field.
func (*TransferData) SetCreationDate ¶
func (o *TransferData) SetCreationDate(v time.Time)
SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.
func (*TransferData) SetDescription ¶
func (o *TransferData) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TransferData) SetDirection ¶
func (o *TransferData) SetDirection(v string)
SetDirection gets a reference to the given string and assigns it to the Direction field.
func (*TransferData) SetEvents ¶
func (o *TransferData) SetEvents(v []TransferEvent)
SetEvents gets a reference to the given []TransferEvent and assigns it to the Events field.
func (*TransferData) SetId ¶
func (o *TransferData) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TransferData) SetPaymentInstrument ¶
func (o *TransferData) SetPaymentInstrument(v PaymentInstrument)
SetPaymentInstrument gets a reference to the given PaymentInstrument and assigns it to the PaymentInstrument field.
func (*TransferData) SetReason ¶
func (o *TransferData) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*TransferData) SetReference ¶
func (o *TransferData) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*TransferData) SetReferenceForBeneficiary ¶
func (o *TransferData) SetReferenceForBeneficiary(v string)
SetReferenceForBeneficiary gets a reference to the given string and assigns it to the ReferenceForBeneficiary field.
func (*TransferData) SetSequenceNumber ¶
func (o *TransferData) SetSequenceNumber(v int32)
SetSequenceNumber gets a reference to the given int32 and assigns it to the SequenceNumber field.
func (*TransferData) SetStatus ¶
func (o *TransferData) SetStatus(v string)
SetStatus sets field value
func (*TransferData) SetTracking ¶
func (o *TransferData) SetTracking(v TransferDataTracking)
SetTracking gets a reference to the given TransferDataTracking and assigns it to the Tracking field.
func (*TransferData) SetTransactionRulesResult ¶
func (o *TransferData) SetTransactionRulesResult(v TransactionRulesResult)
SetTransactionRulesResult gets a reference to the given TransactionRulesResult and assigns it to the TransactionRulesResult field.
func (*TransferData) SetType ¶
func (o *TransferData) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (TransferData) ToMap ¶
func (o TransferData) ToMap() (map[string]interface{}, error)
type TransferDataCategoryData ¶
type TransferDataCategoryData struct { BankCategoryData *BankCategoryData InternalCategoryData *InternalCategoryData IssuedCard *IssuedCard PlatformPayment *PlatformPayment }
TransferDataCategoryData - The relevant data according to the transfer category.
func BankCategoryDataAsTransferDataCategoryData ¶
func BankCategoryDataAsTransferDataCategoryData(v *BankCategoryData) TransferDataCategoryData
BankCategoryDataAsTransferDataCategoryData is a convenience function that returns BankCategoryData wrapped in TransferDataCategoryData
func InternalCategoryDataAsTransferDataCategoryData ¶
func InternalCategoryDataAsTransferDataCategoryData(v *InternalCategoryData) TransferDataCategoryData
InternalCategoryDataAsTransferDataCategoryData is a convenience function that returns InternalCategoryData wrapped in TransferDataCategoryData
func IssuedCardAsTransferDataCategoryData ¶
func IssuedCardAsTransferDataCategoryData(v *IssuedCard) TransferDataCategoryData
IssuedCardAsTransferDataCategoryData is a convenience function that returns IssuedCard wrapped in TransferDataCategoryData
func PlatformPaymentAsTransferDataCategoryData ¶
func PlatformPaymentAsTransferDataCategoryData(v *PlatformPayment) TransferDataCategoryData
PlatformPaymentAsTransferDataCategoryData is a convenience function that returns PlatformPayment wrapped in TransferDataCategoryData
func (*TransferDataCategoryData) GetActualInstance ¶
func (obj *TransferDataCategoryData) GetActualInstance() interface{}
Get the actual instance
func (TransferDataCategoryData) MarshalJSON ¶
func (src TransferDataCategoryData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransferDataCategoryData) UnmarshalJSON ¶
func (dst *TransferDataCategoryData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type TransferDataTracking ¶
type TransferDataTracking struct { ConfirmationTrackingData *ConfirmationTrackingData EstimationTrackingData *EstimationTrackingData InternalReviewTrackingData *InternalReviewTrackingData }
TransferDataTracking - The latest tracking information of the transfer.
func ConfirmationTrackingDataAsTransferDataTracking ¶
func ConfirmationTrackingDataAsTransferDataTracking(v *ConfirmationTrackingData) TransferDataTracking
ConfirmationTrackingDataAsTransferDataTracking is a convenience function that returns ConfirmationTrackingData wrapped in TransferDataTracking
func EstimationTrackingDataAsTransferDataTracking ¶
func EstimationTrackingDataAsTransferDataTracking(v *EstimationTrackingData) TransferDataTracking
EstimationTrackingDataAsTransferDataTracking is a convenience function that returns EstimationTrackingData wrapped in TransferDataTracking
func InternalReviewTrackingDataAsTransferDataTracking ¶
func InternalReviewTrackingDataAsTransferDataTracking(v *InternalReviewTrackingData) TransferDataTracking
InternalReviewTrackingDataAsTransferDataTracking is a convenience function that returns InternalReviewTrackingData wrapped in TransferDataTracking
func (*TransferDataTracking) GetActualInstance ¶
func (obj *TransferDataTracking) GetActualInstance() interface{}
Get the actual instance
func (TransferDataTracking) MarshalJSON ¶
func (src TransferDataTracking) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransferDataTracking) UnmarshalJSON ¶
func (dst *TransferDataTracking) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type TransferEvent ¶
type TransferEvent struct { Amount *Amount `json:"amount,omitempty"` // The amount adjustments in this transfer. AmountAdjustments []AmountAdjustment `json:"amountAdjustments,omitempty"` // Scheme unique arn identifier useful for tracing captures, chargebacks, refunds, etc. Arn *string `json:"arn,omitempty"` // The date when the transfer request was sent. BookingDate *time.Time `json:"bookingDate,omitempty"` // The estimated time when the beneficiary should have access to the funds. EstimatedArrivalTime *time.Time `json:"estimatedArrivalTime,omitempty"` ExternalReason *ExternalReason `json:"externalReason,omitempty"` // The unique identifier of the transfer event. Id *string `json:"id,omitempty"` Modification *Modification `json:"modification,omitempty"` // The list of balance mutations per event. Mutations []BalanceMutation `json:"mutations,omitempty"` OriginalAmount *Amount `json:"originalAmount,omitempty"` // The reason for the transfer status. Reason *string `json:"reason,omitempty"` // The status of the transfer event. Status *string `json:"status,omitempty"` TrackingData *TransferEventTrackingData `json:"trackingData,omitempty"` // The id of the transaction that is related to this accounting event. Only sent for events of type **accounting** where the balance changes. TransactionId *string `json:"transactionId,omitempty"` // The type of the transfer event. Possible values: **accounting**, **tracking**. Type *string `json:"type,omitempty"` // The date when the tracking status was updated. UpdateDate *time.Time `json:"updateDate,omitempty"` // A future date, when the funds are expected to be deducted from or credited to the balance account. ValueDate *time.Time `json:"valueDate,omitempty"` }
TransferEvent struct for TransferEvent
func NewTransferEvent ¶
func NewTransferEvent() *TransferEvent
NewTransferEvent instantiates a new TransferEvent 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 NewTransferEventWithDefaults ¶
func NewTransferEventWithDefaults() *TransferEvent
NewTransferEventWithDefaults instantiates a new TransferEvent 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 (*TransferEvent) GetAmount ¶
func (o *TransferEvent) GetAmount() Amount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*TransferEvent) GetAmountAdjustments ¶
func (o *TransferEvent) GetAmountAdjustments() []AmountAdjustment
GetAmountAdjustments returns the AmountAdjustments field value if set, zero value otherwise.
func (*TransferEvent) GetAmountAdjustmentsOk ¶
func (o *TransferEvent) GetAmountAdjustmentsOk() ([]AmountAdjustment, bool)
GetAmountAdjustmentsOk returns a tuple with the AmountAdjustments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetAmountOk ¶
func (o *TransferEvent) 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 (*TransferEvent) GetArn ¶
func (o *TransferEvent) GetArn() string
GetArn returns the Arn field value if set, zero value otherwise.
func (*TransferEvent) GetArnOk ¶
func (o *TransferEvent) GetArnOk() (*string, bool)
GetArnOk returns a tuple with the Arn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetBookingDate ¶
func (o *TransferEvent) GetBookingDate() time.Time
GetBookingDate returns the BookingDate field value if set, zero value otherwise.
func (*TransferEvent) GetBookingDateOk ¶
func (o *TransferEvent) GetBookingDateOk() (*time.Time, bool)
GetBookingDateOk returns a tuple with the BookingDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetEstimatedArrivalTime ¶
func (o *TransferEvent) GetEstimatedArrivalTime() time.Time
GetEstimatedArrivalTime returns the EstimatedArrivalTime field value if set, zero value otherwise.
func (*TransferEvent) GetEstimatedArrivalTimeOk ¶
func (o *TransferEvent) GetEstimatedArrivalTimeOk() (*time.Time, bool)
GetEstimatedArrivalTimeOk returns a tuple with the EstimatedArrivalTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetExternalReason ¶
func (o *TransferEvent) GetExternalReason() ExternalReason
GetExternalReason returns the ExternalReason field value if set, zero value otherwise.
func (*TransferEvent) GetExternalReasonOk ¶
func (o *TransferEvent) GetExternalReasonOk() (*ExternalReason, bool)
GetExternalReasonOk returns a tuple with the ExternalReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetId ¶
func (o *TransferEvent) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TransferEvent) GetIdOk ¶
func (o *TransferEvent) 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 (*TransferEvent) GetModification ¶
func (o *TransferEvent) GetModification() Modification
GetModification returns the Modification field value if set, zero value otherwise.
func (*TransferEvent) GetModificationOk ¶
func (o *TransferEvent) GetModificationOk() (*Modification, bool)
GetModificationOk returns a tuple with the Modification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetMutations ¶
func (o *TransferEvent) GetMutations() []BalanceMutation
GetMutations returns the Mutations field value if set, zero value otherwise.
func (*TransferEvent) GetMutationsOk ¶
func (o *TransferEvent) GetMutationsOk() ([]BalanceMutation, bool)
GetMutationsOk returns a tuple with the Mutations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetOriginalAmount ¶
func (o *TransferEvent) GetOriginalAmount() Amount
GetOriginalAmount returns the OriginalAmount field value if set, zero value otherwise.
func (*TransferEvent) GetOriginalAmountOk ¶
func (o *TransferEvent) GetOriginalAmountOk() (*Amount, bool)
GetOriginalAmountOk returns a tuple with the OriginalAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetReason ¶
func (o *TransferEvent) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*TransferEvent) GetReasonOk ¶
func (o *TransferEvent) 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 (*TransferEvent) GetStatus ¶
func (o *TransferEvent) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*TransferEvent) GetStatusOk ¶
func (o *TransferEvent) 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 (*TransferEvent) GetTrackingData ¶
func (o *TransferEvent) GetTrackingData() TransferEventTrackingData
GetTrackingData returns the TrackingData field value if set, zero value otherwise.
func (*TransferEvent) GetTrackingDataOk ¶
func (o *TransferEvent) GetTrackingDataOk() (*TransferEventTrackingData, bool)
GetTrackingDataOk returns a tuple with the TrackingData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetTransactionId ¶
func (o *TransferEvent) GetTransactionId() string
GetTransactionId returns the TransactionId field value if set, zero value otherwise.
func (*TransferEvent) GetTransactionIdOk ¶
func (o *TransferEvent) GetTransactionIdOk() (*string, bool)
GetTransactionIdOk returns a tuple with the TransactionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetType ¶
func (o *TransferEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransferEvent) GetTypeOk ¶
func (o *TransferEvent) 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 (*TransferEvent) GetUpdateDate ¶
func (o *TransferEvent) GetUpdateDate() time.Time
GetUpdateDate returns the UpdateDate field value if set, zero value otherwise.
func (*TransferEvent) GetUpdateDateOk ¶
func (o *TransferEvent) GetUpdateDateOk() (*time.Time, bool)
GetUpdateDateOk returns a tuple with the UpdateDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) GetValueDate ¶
func (o *TransferEvent) GetValueDate() time.Time
GetValueDate returns the ValueDate field value if set, zero value otherwise.
func (*TransferEvent) GetValueDateOk ¶
func (o *TransferEvent) GetValueDateOk() (*time.Time, bool)
GetValueDateOk returns a tuple with the ValueDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferEvent) HasAmount ¶
func (o *TransferEvent) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*TransferEvent) HasAmountAdjustments ¶
func (o *TransferEvent) HasAmountAdjustments() bool
HasAmountAdjustments returns a boolean if a field has been set.
func (*TransferEvent) HasArn ¶
func (o *TransferEvent) HasArn() bool
HasArn returns a boolean if a field has been set.
func (*TransferEvent) HasBookingDate ¶
func (o *TransferEvent) HasBookingDate() bool
HasBookingDate returns a boolean if a field has been set.
func (*TransferEvent) HasEstimatedArrivalTime ¶
func (o *TransferEvent) HasEstimatedArrivalTime() bool
HasEstimatedArrivalTime returns a boolean if a field has been set.
func (*TransferEvent) HasExternalReason ¶
func (o *TransferEvent) HasExternalReason() bool
HasExternalReason returns a boolean if a field has been set.
func (*TransferEvent) HasId ¶
func (o *TransferEvent) HasId() bool
HasId returns a boolean if a field has been set.
func (*TransferEvent) HasModification ¶
func (o *TransferEvent) HasModification() bool
HasModification returns a boolean if a field has been set.
func (*TransferEvent) HasMutations ¶
func (o *TransferEvent) HasMutations() bool
HasMutations returns a boolean if a field has been set.
func (*TransferEvent) HasOriginalAmount ¶
func (o *TransferEvent) HasOriginalAmount() bool
HasOriginalAmount returns a boolean if a field has been set.
func (*TransferEvent) HasReason ¶
func (o *TransferEvent) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*TransferEvent) HasStatus ¶
func (o *TransferEvent) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*TransferEvent) HasTrackingData ¶
func (o *TransferEvent) HasTrackingData() bool
HasTrackingData returns a boolean if a field has been set.
func (*TransferEvent) HasTransactionId ¶
func (o *TransferEvent) HasTransactionId() bool
HasTransactionId returns a boolean if a field has been set.
func (*TransferEvent) HasType ¶
func (o *TransferEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (*TransferEvent) HasUpdateDate ¶
func (o *TransferEvent) HasUpdateDate() bool
HasUpdateDate returns a boolean if a field has been set.
func (*TransferEvent) HasValueDate ¶
func (o *TransferEvent) HasValueDate() bool
HasValueDate returns a boolean if a field has been set.
func (TransferEvent) MarshalJSON ¶
func (o TransferEvent) MarshalJSON() ([]byte, error)
func (*TransferEvent) SetAmount ¶
func (o *TransferEvent) SetAmount(v Amount)
SetAmount gets a reference to the given Amount and assigns it to the Amount field.
func (*TransferEvent) SetAmountAdjustments ¶
func (o *TransferEvent) SetAmountAdjustments(v []AmountAdjustment)
SetAmountAdjustments gets a reference to the given []AmountAdjustment and assigns it to the AmountAdjustments field.
func (*TransferEvent) SetArn ¶
func (o *TransferEvent) SetArn(v string)
SetArn gets a reference to the given string and assigns it to the Arn field.
func (*TransferEvent) SetBookingDate ¶
func (o *TransferEvent) SetBookingDate(v time.Time)
SetBookingDate gets a reference to the given time.Time and assigns it to the BookingDate field.
func (*TransferEvent) SetEstimatedArrivalTime ¶
func (o *TransferEvent) SetEstimatedArrivalTime(v time.Time)
SetEstimatedArrivalTime gets a reference to the given time.Time and assigns it to the EstimatedArrivalTime field.
func (*TransferEvent) SetExternalReason ¶
func (o *TransferEvent) SetExternalReason(v ExternalReason)
SetExternalReason gets a reference to the given ExternalReason and assigns it to the ExternalReason field.
func (*TransferEvent) SetId ¶
func (o *TransferEvent) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TransferEvent) SetModification ¶
func (o *TransferEvent) SetModification(v Modification)
SetModification gets a reference to the given Modification and assigns it to the Modification field.
func (*TransferEvent) SetMutations ¶
func (o *TransferEvent) SetMutations(v []BalanceMutation)
SetMutations gets a reference to the given []BalanceMutation and assigns it to the Mutations field.
func (*TransferEvent) SetOriginalAmount ¶
func (o *TransferEvent) SetOriginalAmount(v Amount)
SetOriginalAmount gets a reference to the given Amount and assigns it to the OriginalAmount field.
func (*TransferEvent) SetReason ¶
func (o *TransferEvent) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*TransferEvent) SetStatus ¶
func (o *TransferEvent) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*TransferEvent) SetTrackingData ¶
func (o *TransferEvent) SetTrackingData(v TransferEventTrackingData)
SetTrackingData gets a reference to the given TransferEventTrackingData and assigns it to the TrackingData field.
func (*TransferEvent) SetTransactionId ¶
func (o *TransferEvent) SetTransactionId(v string)
SetTransactionId gets a reference to the given string and assigns it to the TransactionId field.
func (*TransferEvent) SetType ¶
func (o *TransferEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*TransferEvent) SetUpdateDate ¶
func (o *TransferEvent) SetUpdateDate(v time.Time)
SetUpdateDate gets a reference to the given time.Time and assigns it to the UpdateDate field.
func (*TransferEvent) SetValueDate ¶
func (o *TransferEvent) SetValueDate(v time.Time)
SetValueDate gets a reference to the given time.Time and assigns it to the ValueDate field.
func (TransferEvent) ToMap ¶
func (o TransferEvent) ToMap() (map[string]interface{}, error)
type TransferEventTrackingData ¶
type TransferEventTrackingData struct { ConfirmationTrackingData *ConfirmationTrackingData EstimationTrackingData *EstimationTrackingData InternalReviewTrackingData *InternalReviewTrackingData }
TransferEventTrackingData - Additional information for the tracking event.
func ConfirmationTrackingDataAsTransferEventTrackingData ¶
func ConfirmationTrackingDataAsTransferEventTrackingData(v *ConfirmationTrackingData) TransferEventTrackingData
ConfirmationTrackingDataAsTransferEventTrackingData is a convenience function that returns ConfirmationTrackingData wrapped in TransferEventTrackingData
func EstimationTrackingDataAsTransferEventTrackingData ¶
func EstimationTrackingDataAsTransferEventTrackingData(v *EstimationTrackingData) TransferEventTrackingData
EstimationTrackingDataAsTransferEventTrackingData is a convenience function that returns EstimationTrackingData wrapped in TransferEventTrackingData
func InternalReviewTrackingDataAsTransferEventTrackingData ¶
func InternalReviewTrackingDataAsTransferEventTrackingData(v *InternalReviewTrackingData) TransferEventTrackingData
InternalReviewTrackingDataAsTransferEventTrackingData is a convenience function that returns InternalReviewTrackingData wrapped in TransferEventTrackingData
func (*TransferEventTrackingData) GetActualInstance ¶
func (obj *TransferEventTrackingData) GetActualInstance() interface{}
Get the actual instance
func (TransferEventTrackingData) MarshalJSON ¶
func (src TransferEventTrackingData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransferEventTrackingData) UnmarshalJSON ¶
func (dst *TransferEventTrackingData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type TransferNotificationCounterParty ¶
type TransferNotificationCounterParty struct { // The unique identifier of the counterparty [balance account](https://docs.adyen.com/api-explorer/balanceplatform/latest/post/balanceAccounts#responses-200-id). BalanceAccountId *string `json:"balanceAccountId,omitempty"` BankAccount *BankAccountV3 `json:"bankAccount,omitempty"` Card *Card `json:"card,omitempty"` Merchant *TransferNotificationMerchantData `json:"merchant,omitempty"` // The unique identifier of the counterparty [transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments#responses-200-id). TransferInstrumentId *string `json:"transferInstrumentId,omitempty"` }
TransferNotificationCounterParty struct for TransferNotificationCounterParty
func NewTransferNotificationCounterParty ¶
func NewTransferNotificationCounterParty() *TransferNotificationCounterParty
NewTransferNotificationCounterParty instantiates a new TransferNotificationCounterParty 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 NewTransferNotificationCounterPartyWithDefaults ¶
func NewTransferNotificationCounterPartyWithDefaults() *TransferNotificationCounterParty
NewTransferNotificationCounterPartyWithDefaults instantiates a new TransferNotificationCounterParty 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 (*TransferNotificationCounterParty) GetBalanceAccountId ¶
func (o *TransferNotificationCounterParty) GetBalanceAccountId() string
GetBalanceAccountId returns the BalanceAccountId field value if set, zero value otherwise.
func (*TransferNotificationCounterParty) GetBalanceAccountIdOk ¶
func (o *TransferNotificationCounterParty) 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 (*TransferNotificationCounterParty) GetBankAccount ¶
func (o *TransferNotificationCounterParty) GetBankAccount() BankAccountV3
GetBankAccount returns the BankAccount field value if set, zero value otherwise.
func (*TransferNotificationCounterParty) GetBankAccountOk ¶
func (o *TransferNotificationCounterParty) GetBankAccountOk() (*BankAccountV3, bool)
GetBankAccountOk returns a tuple with the BankAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationCounterParty) GetCard ¶
func (o *TransferNotificationCounterParty) GetCard() Card
GetCard returns the Card field value if set, zero value otherwise.
func (*TransferNotificationCounterParty) GetCardOk ¶
func (o *TransferNotificationCounterParty) GetCardOk() (*Card, bool)
GetCardOk returns a tuple with the Card field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationCounterParty) GetMerchant ¶
func (o *TransferNotificationCounterParty) GetMerchant() TransferNotificationMerchantData
GetMerchant returns the Merchant field value if set, zero value otherwise.
func (*TransferNotificationCounterParty) GetMerchantOk ¶
func (o *TransferNotificationCounterParty) GetMerchantOk() (*TransferNotificationMerchantData, 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 (*TransferNotificationCounterParty) GetTransferInstrumentId ¶
func (o *TransferNotificationCounterParty) GetTransferInstrumentId() string
GetTransferInstrumentId returns the TransferInstrumentId field value if set, zero value otherwise.
func (*TransferNotificationCounterParty) GetTransferInstrumentIdOk ¶
func (o *TransferNotificationCounterParty) GetTransferInstrumentIdOk() (*string, bool)
GetTransferInstrumentIdOk returns a tuple with the TransferInstrumentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationCounterParty) HasBalanceAccountId ¶
func (o *TransferNotificationCounterParty) HasBalanceAccountId() bool
HasBalanceAccountId returns a boolean if a field has been set.
func (*TransferNotificationCounterParty) HasBankAccount ¶
func (o *TransferNotificationCounterParty) HasBankAccount() bool
HasBankAccount returns a boolean if a field has been set.
func (*TransferNotificationCounterParty) HasCard ¶
func (o *TransferNotificationCounterParty) HasCard() bool
HasCard returns a boolean if a field has been set.
func (*TransferNotificationCounterParty) HasMerchant ¶
func (o *TransferNotificationCounterParty) HasMerchant() bool
HasMerchant returns a boolean if a field has been set.
func (*TransferNotificationCounterParty) HasTransferInstrumentId ¶
func (o *TransferNotificationCounterParty) HasTransferInstrumentId() bool
HasTransferInstrumentId returns a boolean if a field has been set.
func (TransferNotificationCounterParty) MarshalJSON ¶
func (o TransferNotificationCounterParty) MarshalJSON() ([]byte, error)
func (*TransferNotificationCounterParty) SetBalanceAccountId ¶
func (o *TransferNotificationCounterParty) SetBalanceAccountId(v string)
SetBalanceAccountId gets a reference to the given string and assigns it to the BalanceAccountId field.
func (*TransferNotificationCounterParty) SetBankAccount ¶
func (o *TransferNotificationCounterParty) SetBankAccount(v BankAccountV3)
SetBankAccount gets a reference to the given BankAccountV3 and assigns it to the BankAccount field.
func (*TransferNotificationCounterParty) SetCard ¶
func (o *TransferNotificationCounterParty) SetCard(v Card)
SetCard gets a reference to the given Card and assigns it to the Card field.
func (*TransferNotificationCounterParty) SetMerchant ¶
func (o *TransferNotificationCounterParty) SetMerchant(v TransferNotificationMerchantData)
SetMerchant gets a reference to the given TransferNotificationMerchantData and assigns it to the Merchant field.
func (*TransferNotificationCounterParty) SetTransferInstrumentId ¶
func (o *TransferNotificationCounterParty) SetTransferInstrumentId(v string)
SetTransferInstrumentId gets a reference to the given string and assigns it to the TransferInstrumentId field.
func (TransferNotificationCounterParty) ToMap ¶
func (o TransferNotificationCounterParty) ToMap() (map[string]interface{}, error)
type TransferNotificationData ¶
type TransferNotificationData struct { AccountHolder *ResourceReference `json:"accountHolder,omitempty"` Amount Amount `json:"amount"` BalanceAccount *ResourceReference `json:"balanceAccount,omitempty"` // The unique identifier of the source [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id). // Deprecated BalanceAccountId *string `json:"balanceAccountId,omitempty"` // The unique identifier of the balance platform. BalancePlatform *string `json:"balancePlatform,omitempty"` // The list of the latest balance statuses in the transfer. Balances []BalanceMutation `json:"balances,omitempty"` // The type of transfer. Possible values: - **bank**: Transfer to a [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id) or a bank account. - **internal**: Transfer to another [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id) within your platform. - **issuedCard**: Transfer initiated by a Adyen-issued card. - **platformPayment**: Fund movements related to payments that are acquired for your users. Category string `json:"category"` Counterparty *CounterpartyV3 `json:"counterparty,omitempty"` // The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**. CreationDate *time.Time `json:"creationDate,omitempty"` // Your description for the transfer. It is used by most banks as the transfer description. We recommend sending a maximum of 140 characters, otherwise the description may be truncated. Supported characters: **[a-z] [A-Z] [0-9] / - ?** **: ( ) . , ' + Space** Supported characters for **regular** and **fast** transfers to a US counterparty: **[a-z] [A-Z] [0-9] & $ % # @** **~ = + - _ ' \" ! ?** Description *string `json:"description,omitempty"` // The direction of the transfer. Possible values: **incoming**, **outgoing**. Direction *string `json:"direction,omitempty"` // The list of events leading up to the current status of the transfer. Events []TransferEvent `json:"events,omitempty"` // The ID of the resource. Id *string `json:"id,omitempty"` // The capture's merchant reference included in the transfer. // Deprecated ModificationMerchantReference *string `json:"modificationMerchantReference,omitempty"` // The capture reference included in the transfer. // Deprecated ModificationPspReference *string `json:"modificationPspReference,omitempty"` // Indicates the method used for entering the PAN to initiate a transaction. Possible values: **manual**, **chip**, **magstripe**, **contactless**, **cof**, **ecommerce**, **token**. // Deprecated PanEntryMode *string `json:"panEntryMode,omitempty"` PaymentInstrument *PaymentInstrument `json:"paymentInstrument,omitempty"` // The unique identifier of the [payment instrument](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id) used in the transfer. // Deprecated PaymentInstrumentId *string `json:"paymentInstrumentId,omitempty"` // The payment's merchant reference included in the transfer. // Deprecated PaymentMerchantReference *string `json:"paymentMerchantReference,omitempty"` // The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. Required for transfers with `category` **bank**. Possible values: * **regular**: For normal, low-value transactions. * **fast**: Faster way to transfer funds but has higher fees. Recommended for high-priority, low-value transactions. * **wire**: Fastest way to transfer funds but has the highest fees. Recommended for high-priority, high-value transactions. * **instant**: Instant way to transfer funds in [SEPA countries](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). * **crossBorder**: High-value transfer to a recipient in a different country. * **internal**: Transfer to an Adyen-issued business bank account (by bank account number/IBAN). Priority *string `json:"priority,omitempty"` // Contains information about how the payment was processed. For example, **ecommerce** for online or **pos** for in-person payments. // Deprecated ProcessingType *string `json:"processingType,omitempty"` // The payment reference included in the transfer. // Deprecated PspPaymentReference *string `json:"pspPaymentReference,omitempty"` // Additional information about the status of the transfer. Reason *string `json:"reason,omitempty"` // Your reference for the transfer, used internally within your platform. If you don't provide this in the request, Adyen generates a unique reference. Reference *string `json:"reference,omitempty"` // A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both the source and recipient of funds. Supported characters: **a-z**, **A-Z**, **0-9**. The maximum length depends on the `category`. - **internal**: 80 characters - **bank**: 35 characters when transferring to an IBAN, 15 characters for others. ReferenceForBeneficiary *string `json:"referenceForBeneficiary,omitempty"` RelayedAuthorisationData *RelayedAuthorisationData `json:"relayedAuthorisationData,omitempty"` // The sequence number of the transfer notification. The numbers start from 1 and increase with each new notification for a specific transfer. It can help you restore the correct sequence of events even if they arrive out of order. SequenceNumber *int32 `json:"sequenceNumber,omitempty"` // The result of the transfer. For example, **authorised**, **refused**, or **error**. Status string `json:"status"` Tracking *TransferNotificationTransferTracking `json:"tracking,omitempty"` // The ID of the transaction that is created based on the transfer. // Deprecated TransactionId *string `json:"transactionId,omitempty"` TransactionRulesResult *TransactionRulesResult `json:"transactionRulesResult,omitempty"` // The type of transfer or transaction. For example, **refund**, **payment**, **internalTransfer**, **bankTransfer**. Type *string `json:"type,omitempty"` // The evaluation of the validation facts. See [validation checks](https://docs.adyen.com/issuing/validation-checks) for more information. // Deprecated ValidationFacts []TransferNotificationValidationFact `json:"validationFacts,omitempty"` }
TransferNotificationData struct for TransferNotificationData
func NewTransferNotificationData ¶
func NewTransferNotificationData(amount Amount, category string, status string) *TransferNotificationData
NewTransferNotificationData instantiates a new TransferNotificationData 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 NewTransferNotificationDataWithDefaults ¶
func NewTransferNotificationDataWithDefaults() *TransferNotificationData
NewTransferNotificationDataWithDefaults instantiates a new TransferNotificationData 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 (*TransferNotificationData) GetAccountHolder ¶
func (o *TransferNotificationData) GetAccountHolder() ResourceReference
GetAccountHolder returns the AccountHolder field value if set, zero value otherwise.
func (*TransferNotificationData) GetAccountHolderOk ¶
func (o *TransferNotificationData) GetAccountHolderOk() (*ResourceReference, bool)
GetAccountHolderOk returns a tuple with the AccountHolder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetAmount ¶
func (o *TransferNotificationData) GetAmount() Amount
GetAmount returns the Amount field value
func (*TransferNotificationData) GetAmountOk ¶
func (o *TransferNotificationData) GetAmountOk() (*Amount, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*TransferNotificationData) GetBalanceAccount ¶
func (o *TransferNotificationData) GetBalanceAccount() ResourceReference
GetBalanceAccount returns the BalanceAccount field value if set, zero value otherwise.
func (*TransferNotificationData) GetBalanceAccountId ¶
func (o *TransferNotificationData) GetBalanceAccountId() string
GetBalanceAccountId returns the BalanceAccountId field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetBalanceAccountIdOk ¶
func (o *TransferNotificationData) 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. Deprecated
func (*TransferNotificationData) GetBalanceAccountOk ¶
func (o *TransferNotificationData) GetBalanceAccountOk() (*ResourceReference, bool)
GetBalanceAccountOk returns a tuple with the BalanceAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetBalancePlatform ¶
func (o *TransferNotificationData) GetBalancePlatform() string
GetBalancePlatform returns the BalancePlatform field value if set, zero value otherwise.
func (*TransferNotificationData) GetBalancePlatformOk ¶
func (o *TransferNotificationData) GetBalancePlatformOk() (*string, bool)
GetBalancePlatformOk returns a tuple with the BalancePlatform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetBalances ¶
func (o *TransferNotificationData) GetBalances() []BalanceMutation
GetBalances returns the Balances field value if set, zero value otherwise.
func (*TransferNotificationData) GetBalancesOk ¶
func (o *TransferNotificationData) GetBalancesOk() ([]BalanceMutation, bool)
GetBalancesOk returns a tuple with the Balances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetCategory ¶
func (o *TransferNotificationData) GetCategory() string
GetCategory returns the Category field value
func (*TransferNotificationData) GetCategoryOk ¶
func (o *TransferNotificationData) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*TransferNotificationData) GetCounterparty ¶
func (o *TransferNotificationData) GetCounterparty() CounterpartyV3
GetCounterparty returns the Counterparty field value if set, zero value otherwise.
func (*TransferNotificationData) GetCounterpartyOk ¶
func (o *TransferNotificationData) GetCounterpartyOk() (*CounterpartyV3, bool)
GetCounterpartyOk returns a tuple with the Counterparty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetCreationDate ¶
func (o *TransferNotificationData) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field value if set, zero value otherwise.
func (*TransferNotificationData) GetCreationDateOk ¶
func (o *TransferNotificationData) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetDescription ¶
func (o *TransferNotificationData) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TransferNotificationData) GetDescriptionOk ¶
func (o *TransferNotificationData) 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 (*TransferNotificationData) GetDirection ¶
func (o *TransferNotificationData) GetDirection() string
GetDirection returns the Direction field value if set, zero value otherwise.
func (*TransferNotificationData) GetDirectionOk ¶
func (o *TransferNotificationData) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetEvents ¶
func (o *TransferNotificationData) GetEvents() []TransferEvent
GetEvents returns the Events field value if set, zero value otherwise.
func (*TransferNotificationData) GetEventsOk ¶
func (o *TransferNotificationData) GetEventsOk() ([]TransferEvent, bool)
GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetId ¶
func (o *TransferNotificationData) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TransferNotificationData) GetIdOk ¶
func (o *TransferNotificationData) 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 (*TransferNotificationData) GetModificationMerchantReference ¶
func (o *TransferNotificationData) GetModificationMerchantReference() string
GetModificationMerchantReference returns the ModificationMerchantReference field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetModificationMerchantReferenceOk ¶
func (o *TransferNotificationData) GetModificationMerchantReferenceOk() (*string, bool)
GetModificationMerchantReferenceOk returns a tuple with the ModificationMerchantReference field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetModificationPspReference ¶
func (o *TransferNotificationData) GetModificationPspReference() string
GetModificationPspReference returns the ModificationPspReference field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetModificationPspReferenceOk ¶
func (o *TransferNotificationData) GetModificationPspReferenceOk() (*string, bool)
GetModificationPspReferenceOk returns a tuple with the ModificationPspReference field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetPanEntryMode ¶
func (o *TransferNotificationData) GetPanEntryMode() string
GetPanEntryMode returns the PanEntryMode field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetPanEntryModeOk ¶
func (o *TransferNotificationData) GetPanEntryModeOk() (*string, bool)
GetPanEntryModeOk returns a tuple with the PanEntryMode field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetPaymentInstrument ¶
func (o *TransferNotificationData) GetPaymentInstrument() PaymentInstrument
GetPaymentInstrument returns the PaymentInstrument field value if set, zero value otherwise.
func (*TransferNotificationData) GetPaymentInstrumentId ¶
func (o *TransferNotificationData) GetPaymentInstrumentId() string
GetPaymentInstrumentId returns the PaymentInstrumentId field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetPaymentInstrumentIdOk ¶
func (o *TransferNotificationData) GetPaymentInstrumentIdOk() (*string, bool)
GetPaymentInstrumentIdOk returns a tuple with the PaymentInstrumentId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetPaymentInstrumentOk ¶
func (o *TransferNotificationData) GetPaymentInstrumentOk() (*PaymentInstrument, bool)
GetPaymentInstrumentOk returns a tuple with the PaymentInstrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetPaymentMerchantReference ¶
func (o *TransferNotificationData) GetPaymentMerchantReference() string
GetPaymentMerchantReference returns the PaymentMerchantReference field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetPaymentMerchantReferenceOk ¶
func (o *TransferNotificationData) GetPaymentMerchantReferenceOk() (*string, bool)
GetPaymentMerchantReferenceOk returns a tuple with the PaymentMerchantReference field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetPriority ¶
func (o *TransferNotificationData) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*TransferNotificationData) GetPriorityOk ¶
func (o *TransferNotificationData) 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 (*TransferNotificationData) GetProcessingType ¶
func (o *TransferNotificationData) GetProcessingType() string
GetProcessingType returns the ProcessingType field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetProcessingTypeOk ¶
func (o *TransferNotificationData) GetProcessingTypeOk() (*string, bool)
GetProcessingTypeOk returns a tuple with the ProcessingType field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetPspPaymentReference ¶
func (o *TransferNotificationData) GetPspPaymentReference() string
GetPspPaymentReference returns the PspPaymentReference field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetPspPaymentReferenceOk ¶
func (o *TransferNotificationData) GetPspPaymentReferenceOk() (*string, bool)
GetPspPaymentReferenceOk returns a tuple with the PspPaymentReference field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetReason ¶
func (o *TransferNotificationData) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*TransferNotificationData) GetReasonOk ¶
func (o *TransferNotificationData) 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 (*TransferNotificationData) GetReference ¶
func (o *TransferNotificationData) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*TransferNotificationData) GetReferenceForBeneficiary ¶
func (o *TransferNotificationData) GetReferenceForBeneficiary() string
GetReferenceForBeneficiary returns the ReferenceForBeneficiary field value if set, zero value otherwise.
func (*TransferNotificationData) GetReferenceForBeneficiaryOk ¶
func (o *TransferNotificationData) GetReferenceForBeneficiaryOk() (*string, bool)
GetReferenceForBeneficiaryOk returns a tuple with the ReferenceForBeneficiary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetReferenceOk ¶
func (o *TransferNotificationData) 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 (*TransferNotificationData) GetRelayedAuthorisationData ¶
func (o *TransferNotificationData) GetRelayedAuthorisationData() RelayedAuthorisationData
GetRelayedAuthorisationData returns the RelayedAuthorisationData field value if set, zero value otherwise.
func (*TransferNotificationData) GetRelayedAuthorisationDataOk ¶
func (o *TransferNotificationData) GetRelayedAuthorisationDataOk() (*RelayedAuthorisationData, bool)
GetRelayedAuthorisationDataOk returns a tuple with the RelayedAuthorisationData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetSequenceNumber ¶
func (o *TransferNotificationData) GetSequenceNumber() int32
GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.
func (*TransferNotificationData) GetSequenceNumberOk ¶
func (o *TransferNotificationData) GetSequenceNumberOk() (*int32, bool)
GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetStatus ¶
func (o *TransferNotificationData) GetStatus() string
GetStatus returns the Status field value
func (*TransferNotificationData) GetStatusOk ¶
func (o *TransferNotificationData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TransferNotificationData) GetTracking ¶
func (o *TransferNotificationData) GetTracking() TransferNotificationTransferTracking
GetTracking returns the Tracking field value if set, zero value otherwise.
func (*TransferNotificationData) GetTrackingOk ¶
func (o *TransferNotificationData) GetTrackingOk() (*TransferNotificationTransferTracking, bool)
GetTrackingOk returns a tuple with the Tracking field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetTransactionId ¶
func (o *TransferNotificationData) GetTransactionId() string
GetTransactionId returns the TransactionId field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetTransactionIdOk ¶
func (o *TransferNotificationData) GetTransactionIdOk() (*string, bool)
GetTransactionIdOk returns a tuple with the TransactionId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) GetTransactionRulesResult ¶
func (o *TransferNotificationData) GetTransactionRulesResult() TransactionRulesResult
GetTransactionRulesResult returns the TransactionRulesResult field value if set, zero value otherwise.
func (*TransferNotificationData) GetTransactionRulesResultOk ¶
func (o *TransferNotificationData) GetTransactionRulesResultOk() (*TransactionRulesResult, bool)
GetTransactionRulesResultOk returns a tuple with the TransactionRulesResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationData) GetType ¶
func (o *TransferNotificationData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransferNotificationData) GetTypeOk ¶
func (o *TransferNotificationData) 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 (*TransferNotificationData) GetValidationFacts ¶
func (o *TransferNotificationData) GetValidationFacts() []TransferNotificationValidationFact
GetValidationFacts returns the ValidationFacts field value if set, zero value otherwise. Deprecated
func (*TransferNotificationData) GetValidationFactsOk ¶
func (o *TransferNotificationData) GetValidationFactsOk() ([]TransferNotificationValidationFact, bool)
GetValidationFactsOk returns a tuple with the ValidationFacts field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*TransferNotificationData) HasAccountHolder ¶
func (o *TransferNotificationData) HasAccountHolder() bool
HasAccountHolder returns a boolean if a field has been set.
func (*TransferNotificationData) HasBalanceAccount ¶
func (o *TransferNotificationData) HasBalanceAccount() bool
HasBalanceAccount returns a boolean if a field has been set.
func (*TransferNotificationData) HasBalanceAccountId ¶
func (o *TransferNotificationData) HasBalanceAccountId() bool
HasBalanceAccountId returns a boolean if a field has been set.
func (*TransferNotificationData) HasBalancePlatform ¶
func (o *TransferNotificationData) HasBalancePlatform() bool
HasBalancePlatform returns a boolean if a field has been set.
func (*TransferNotificationData) HasBalances ¶
func (o *TransferNotificationData) HasBalances() bool
HasBalances returns a boolean if a field has been set.
func (*TransferNotificationData) HasCounterparty ¶
func (o *TransferNotificationData) HasCounterparty() bool
HasCounterparty returns a boolean if a field has been set.
func (*TransferNotificationData) HasCreationDate ¶
func (o *TransferNotificationData) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (*TransferNotificationData) HasDescription ¶
func (o *TransferNotificationData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TransferNotificationData) HasDirection ¶
func (o *TransferNotificationData) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (*TransferNotificationData) HasEvents ¶
func (o *TransferNotificationData) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (*TransferNotificationData) HasId ¶
func (o *TransferNotificationData) HasId() bool
HasId returns a boolean if a field has been set.
func (*TransferNotificationData) HasModificationMerchantReference ¶
func (o *TransferNotificationData) HasModificationMerchantReference() bool
HasModificationMerchantReference returns a boolean if a field has been set.
func (*TransferNotificationData) HasModificationPspReference ¶
func (o *TransferNotificationData) HasModificationPspReference() bool
HasModificationPspReference returns a boolean if a field has been set.
func (*TransferNotificationData) HasPanEntryMode ¶
func (o *TransferNotificationData) HasPanEntryMode() bool
HasPanEntryMode returns a boolean if a field has been set.
func (*TransferNotificationData) HasPaymentInstrument ¶
func (o *TransferNotificationData) HasPaymentInstrument() bool
HasPaymentInstrument returns a boolean if a field has been set.
func (*TransferNotificationData) HasPaymentInstrumentId ¶
func (o *TransferNotificationData) HasPaymentInstrumentId() bool
HasPaymentInstrumentId returns a boolean if a field has been set.
func (*TransferNotificationData) HasPaymentMerchantReference ¶
func (o *TransferNotificationData) HasPaymentMerchantReference() bool
HasPaymentMerchantReference returns a boolean if a field has been set.
func (*TransferNotificationData) HasPriority ¶
func (o *TransferNotificationData) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*TransferNotificationData) HasProcessingType ¶
func (o *TransferNotificationData) HasProcessingType() bool
HasProcessingType returns a boolean if a field has been set.
func (*TransferNotificationData) HasPspPaymentReference ¶
func (o *TransferNotificationData) HasPspPaymentReference() bool
HasPspPaymentReference returns a boolean if a field has been set.
func (*TransferNotificationData) HasReason ¶
func (o *TransferNotificationData) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*TransferNotificationData) HasReference ¶
func (o *TransferNotificationData) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*TransferNotificationData) HasReferenceForBeneficiary ¶
func (o *TransferNotificationData) HasReferenceForBeneficiary() bool
HasReferenceForBeneficiary returns a boolean if a field has been set.
func (*TransferNotificationData) HasRelayedAuthorisationData ¶
func (o *TransferNotificationData) HasRelayedAuthorisationData() bool
HasRelayedAuthorisationData returns a boolean if a field has been set.
func (*TransferNotificationData) HasSequenceNumber ¶
func (o *TransferNotificationData) HasSequenceNumber() bool
HasSequenceNumber returns a boolean if a field has been set.
func (*TransferNotificationData) HasTracking ¶
func (o *TransferNotificationData) HasTracking() bool
HasTracking returns a boolean if a field has been set.
func (*TransferNotificationData) HasTransactionId ¶
func (o *TransferNotificationData) HasTransactionId() bool
HasTransactionId returns a boolean if a field has been set.
func (*TransferNotificationData) HasTransactionRulesResult ¶
func (o *TransferNotificationData) HasTransactionRulesResult() bool
HasTransactionRulesResult returns a boolean if a field has been set.
func (*TransferNotificationData) HasType ¶
func (o *TransferNotificationData) HasType() bool
HasType returns a boolean if a field has been set.
func (*TransferNotificationData) HasValidationFacts ¶
func (o *TransferNotificationData) HasValidationFacts() bool
HasValidationFacts returns a boolean if a field has been set.
func (TransferNotificationData) MarshalJSON ¶
func (o TransferNotificationData) MarshalJSON() ([]byte, error)
func (*TransferNotificationData) SetAccountHolder ¶
func (o *TransferNotificationData) SetAccountHolder(v ResourceReference)
SetAccountHolder gets a reference to the given ResourceReference and assigns it to the AccountHolder field.
func (*TransferNotificationData) SetAmount ¶
func (o *TransferNotificationData) SetAmount(v Amount)
SetAmount sets field value
func (*TransferNotificationData) SetBalanceAccount ¶
func (o *TransferNotificationData) SetBalanceAccount(v ResourceReference)
SetBalanceAccount gets a reference to the given ResourceReference and assigns it to the BalanceAccount field.
func (*TransferNotificationData) SetBalanceAccountId ¶
func (o *TransferNotificationData) SetBalanceAccountId(v string)
SetBalanceAccountId gets a reference to the given string and assigns it to the BalanceAccountId field. Deprecated
func (*TransferNotificationData) SetBalancePlatform ¶
func (o *TransferNotificationData) SetBalancePlatform(v string)
SetBalancePlatform gets a reference to the given string and assigns it to the BalancePlatform field.
func (*TransferNotificationData) SetBalances ¶
func (o *TransferNotificationData) SetBalances(v []BalanceMutation)
SetBalances gets a reference to the given []BalanceMutation and assigns it to the Balances field.
func (*TransferNotificationData) SetCategory ¶
func (o *TransferNotificationData) SetCategory(v string)
SetCategory sets field value
func (*TransferNotificationData) SetCounterparty ¶
func (o *TransferNotificationData) SetCounterparty(v CounterpartyV3)
SetCounterparty gets a reference to the given CounterpartyV3 and assigns it to the Counterparty field.
func (*TransferNotificationData) SetCreationDate ¶
func (o *TransferNotificationData) SetCreationDate(v time.Time)
SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.
func (*TransferNotificationData) SetDescription ¶
func (o *TransferNotificationData) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TransferNotificationData) SetDirection ¶
func (o *TransferNotificationData) SetDirection(v string)
SetDirection gets a reference to the given string and assigns it to the Direction field.
func (*TransferNotificationData) SetEvents ¶
func (o *TransferNotificationData) SetEvents(v []TransferEvent)
SetEvents gets a reference to the given []TransferEvent and assigns it to the Events field.
func (*TransferNotificationData) SetId ¶
func (o *TransferNotificationData) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TransferNotificationData) SetModificationMerchantReference ¶
func (o *TransferNotificationData) SetModificationMerchantReference(v string)
SetModificationMerchantReference gets a reference to the given string and assigns it to the ModificationMerchantReference field. Deprecated
func (*TransferNotificationData) SetModificationPspReference ¶
func (o *TransferNotificationData) SetModificationPspReference(v string)
SetModificationPspReference gets a reference to the given string and assigns it to the ModificationPspReference field. Deprecated
func (*TransferNotificationData) SetPanEntryMode ¶
func (o *TransferNotificationData) SetPanEntryMode(v string)
SetPanEntryMode gets a reference to the given string and assigns it to the PanEntryMode field. Deprecated
func (*TransferNotificationData) SetPaymentInstrument ¶
func (o *TransferNotificationData) SetPaymentInstrument(v PaymentInstrument)
SetPaymentInstrument gets a reference to the given PaymentInstrument and assigns it to the PaymentInstrument field.
func (*TransferNotificationData) SetPaymentInstrumentId ¶
func (o *TransferNotificationData) SetPaymentInstrumentId(v string)
SetPaymentInstrumentId gets a reference to the given string and assigns it to the PaymentInstrumentId field. Deprecated
func (*TransferNotificationData) SetPaymentMerchantReference ¶
func (o *TransferNotificationData) SetPaymentMerchantReference(v string)
SetPaymentMerchantReference gets a reference to the given string and assigns it to the PaymentMerchantReference field. Deprecated
func (*TransferNotificationData) SetPriority ¶
func (o *TransferNotificationData) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*TransferNotificationData) SetProcessingType ¶
func (o *TransferNotificationData) SetProcessingType(v string)
SetProcessingType gets a reference to the given string and assigns it to the ProcessingType field. Deprecated
func (*TransferNotificationData) SetPspPaymentReference ¶
func (o *TransferNotificationData) SetPspPaymentReference(v string)
SetPspPaymentReference gets a reference to the given string and assigns it to the PspPaymentReference field. Deprecated
func (*TransferNotificationData) SetReason ¶
func (o *TransferNotificationData) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*TransferNotificationData) SetReference ¶
func (o *TransferNotificationData) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*TransferNotificationData) SetReferenceForBeneficiary ¶
func (o *TransferNotificationData) SetReferenceForBeneficiary(v string)
SetReferenceForBeneficiary gets a reference to the given string and assigns it to the ReferenceForBeneficiary field.
func (*TransferNotificationData) SetRelayedAuthorisationData ¶
func (o *TransferNotificationData) SetRelayedAuthorisationData(v RelayedAuthorisationData)
SetRelayedAuthorisationData gets a reference to the given RelayedAuthorisationData and assigns it to the RelayedAuthorisationData field.
func (*TransferNotificationData) SetSequenceNumber ¶
func (o *TransferNotificationData) SetSequenceNumber(v int32)
SetSequenceNumber gets a reference to the given int32 and assigns it to the SequenceNumber field.
func (*TransferNotificationData) SetStatus ¶
func (o *TransferNotificationData) SetStatus(v string)
SetStatus sets field value
func (*TransferNotificationData) SetTracking ¶
func (o *TransferNotificationData) SetTracking(v TransferNotificationTransferTracking)
SetTracking gets a reference to the given TransferNotificationTransferTracking and assigns it to the Tracking field.
func (*TransferNotificationData) SetTransactionId ¶
func (o *TransferNotificationData) SetTransactionId(v string)
SetTransactionId gets a reference to the given string and assigns it to the TransactionId field. Deprecated
func (*TransferNotificationData) SetTransactionRulesResult ¶
func (o *TransferNotificationData) SetTransactionRulesResult(v TransactionRulesResult)
SetTransactionRulesResult gets a reference to the given TransactionRulesResult and assigns it to the TransactionRulesResult field.
func (*TransferNotificationData) SetType ¶
func (o *TransferNotificationData) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*TransferNotificationData) SetValidationFacts ¶
func (o *TransferNotificationData) SetValidationFacts(v []TransferNotificationValidationFact)
SetValidationFacts gets a reference to the given []TransferNotificationValidationFact and assigns it to the ValidationFacts field. Deprecated
func (TransferNotificationData) ToMap ¶
func (o TransferNotificationData) ToMap() (map[string]interface{}, error)
type TransferNotificationMerchantData ¶
type TransferNotificationMerchantData struct { // The unique identifier of the merchant's acquirer. AcquirerId *string `json:"acquirerId,omitempty"` // The city where the merchant is located. City *string `json:"city,omitempty"` // The country where the merchant is located. Country *string `json:"country,omitempty"` // The merchant category code. Mcc *string `json:"mcc,omitempty"` // The merchant identifier. MerchantId *string `json:"merchantId,omitempty"` // The name of the merchant's shop or service. Name *string `json:"name,omitempty"` // The merchant postal code. PostalCode *string `json:"postalCode,omitempty"` }
TransferNotificationMerchantData struct for TransferNotificationMerchantData
func NewTransferNotificationMerchantData ¶
func NewTransferNotificationMerchantData() *TransferNotificationMerchantData
NewTransferNotificationMerchantData instantiates a new TransferNotificationMerchantData 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 NewTransferNotificationMerchantDataWithDefaults ¶
func NewTransferNotificationMerchantDataWithDefaults() *TransferNotificationMerchantData
NewTransferNotificationMerchantDataWithDefaults instantiates a new TransferNotificationMerchantData 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 (*TransferNotificationMerchantData) GetAcquirerId ¶
func (o *TransferNotificationMerchantData) GetAcquirerId() string
GetAcquirerId returns the AcquirerId field value if set, zero value otherwise.
func (*TransferNotificationMerchantData) GetAcquirerIdOk ¶
func (o *TransferNotificationMerchantData) GetAcquirerIdOk() (*string, bool)
GetAcquirerIdOk returns a tuple with the AcquirerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationMerchantData) GetCity ¶
func (o *TransferNotificationMerchantData) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*TransferNotificationMerchantData) GetCityOk ¶
func (o *TransferNotificationMerchantData) 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 (*TransferNotificationMerchantData) GetCountry ¶
func (o *TransferNotificationMerchantData) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*TransferNotificationMerchantData) GetCountryOk ¶
func (o *TransferNotificationMerchantData) GetCountryOk() (*string, bool)
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 (*TransferNotificationMerchantData) GetMcc ¶
func (o *TransferNotificationMerchantData) GetMcc() string
GetMcc returns the Mcc field value if set, zero value otherwise.
func (*TransferNotificationMerchantData) GetMccOk ¶
func (o *TransferNotificationMerchantData) GetMccOk() (*string, bool)
GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationMerchantData) GetMerchantId ¶
func (o *TransferNotificationMerchantData) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*TransferNotificationMerchantData) GetMerchantIdOk ¶
func (o *TransferNotificationMerchantData) 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 (*TransferNotificationMerchantData) GetName ¶
func (o *TransferNotificationMerchantData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*TransferNotificationMerchantData) GetNameOk ¶
func (o *TransferNotificationMerchantData) 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 (*TransferNotificationMerchantData) GetPostalCode ¶
func (o *TransferNotificationMerchantData) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*TransferNotificationMerchantData) GetPostalCodeOk ¶
func (o *TransferNotificationMerchantData) 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 (*TransferNotificationMerchantData) HasAcquirerId ¶
func (o *TransferNotificationMerchantData) HasAcquirerId() bool
HasAcquirerId returns a boolean if a field has been set.
func (*TransferNotificationMerchantData) HasCity ¶
func (o *TransferNotificationMerchantData) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*TransferNotificationMerchantData) HasCountry ¶
func (o *TransferNotificationMerchantData) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*TransferNotificationMerchantData) HasMcc ¶
func (o *TransferNotificationMerchantData) HasMcc() bool
HasMcc returns a boolean if a field has been set.
func (*TransferNotificationMerchantData) HasMerchantId ¶
func (o *TransferNotificationMerchantData) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*TransferNotificationMerchantData) HasName ¶
func (o *TransferNotificationMerchantData) HasName() bool
HasName returns a boolean if a field has been set.
func (*TransferNotificationMerchantData) HasPostalCode ¶
func (o *TransferNotificationMerchantData) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (TransferNotificationMerchantData) MarshalJSON ¶
func (o TransferNotificationMerchantData) MarshalJSON() ([]byte, error)
func (*TransferNotificationMerchantData) SetAcquirerId ¶
func (o *TransferNotificationMerchantData) SetAcquirerId(v string)
SetAcquirerId gets a reference to the given string and assigns it to the AcquirerId field.
func (*TransferNotificationMerchantData) SetCity ¶
func (o *TransferNotificationMerchantData) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*TransferNotificationMerchantData) SetCountry ¶
func (o *TransferNotificationMerchantData) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*TransferNotificationMerchantData) SetMcc ¶
func (o *TransferNotificationMerchantData) SetMcc(v string)
SetMcc gets a reference to the given string and assigns it to the Mcc field.
func (*TransferNotificationMerchantData) SetMerchantId ¶
func (o *TransferNotificationMerchantData) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*TransferNotificationMerchantData) SetName ¶
func (o *TransferNotificationMerchantData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*TransferNotificationMerchantData) SetPostalCode ¶
func (o *TransferNotificationMerchantData) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (TransferNotificationMerchantData) ToMap ¶
func (o TransferNotificationMerchantData) ToMap() (map[string]interface{}, error)
type TransferNotificationRequest ¶
type TransferNotificationRequest struct { Data TransferData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // The type of webhook. Type *string `json:"type,omitempty"` }
TransferNotificationRequest struct for TransferNotificationRequest
func HandleTransferNotificationRequest ¶
func HandleTransferNotificationRequest(req string) (*TransferNotificationRequest, error)
HandleTransferNotificationRequest creates a Notification object from the given JSON string
func NewTransferNotificationRequest ¶
func NewTransferNotificationRequest(data TransferData, environment string) *TransferNotificationRequest
NewTransferNotificationRequest instantiates a new TransferNotificationRequest 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 NewTransferNotificationRequestWithDefaults ¶
func NewTransferNotificationRequestWithDefaults() *TransferNotificationRequest
NewTransferNotificationRequestWithDefaults instantiates a new TransferNotificationRequest 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 (*TransferNotificationRequest) GetData ¶
func (o *TransferNotificationRequest) GetData() TransferData
GetData returns the Data field value
func (*TransferNotificationRequest) GetDataOk ¶
func (o *TransferNotificationRequest) GetDataOk() (*TransferData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TransferNotificationRequest) GetEnvironment ¶
func (o *TransferNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*TransferNotificationRequest) GetEnvironmentOk ¶
func (o *TransferNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*TransferNotificationRequest) GetType ¶
func (o *TransferNotificationRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransferNotificationRequest) GetTypeOk ¶
func (o *TransferNotificationRequest) 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 (*TransferNotificationRequest) HasType ¶
func (o *TransferNotificationRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (TransferNotificationRequest) MarshalJSON ¶
func (o TransferNotificationRequest) MarshalJSON() ([]byte, error)
func (*TransferNotificationRequest) SetData ¶
func (o *TransferNotificationRequest) SetData(v TransferData)
SetData sets field value
func (*TransferNotificationRequest) SetEnvironment ¶
func (o *TransferNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*TransferNotificationRequest) SetType ¶
func (o *TransferNotificationRequest) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (TransferNotificationRequest) ToMap ¶
func (o TransferNotificationRequest) ToMap() (map[string]interface{}, error)
type TransferNotificationTransferTracking ¶
type TransferNotificationTransferTracking struct { // The estimated time the beneficiary should have access to the funds. EstimatedArrivalTime *time.Time `json:"estimatedArrivalTime,omitempty"` // The tracking status of the transfer. Status *string `json:"status,omitempty"` }
TransferNotificationTransferTracking struct for TransferNotificationTransferTracking
func NewTransferNotificationTransferTracking ¶
func NewTransferNotificationTransferTracking() *TransferNotificationTransferTracking
NewTransferNotificationTransferTracking instantiates a new TransferNotificationTransferTracking 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 NewTransferNotificationTransferTrackingWithDefaults ¶
func NewTransferNotificationTransferTrackingWithDefaults() *TransferNotificationTransferTracking
NewTransferNotificationTransferTrackingWithDefaults instantiates a new TransferNotificationTransferTracking 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 (*TransferNotificationTransferTracking) GetEstimatedArrivalTime ¶
func (o *TransferNotificationTransferTracking) GetEstimatedArrivalTime() time.Time
GetEstimatedArrivalTime returns the EstimatedArrivalTime field value if set, zero value otherwise.
func (*TransferNotificationTransferTracking) GetEstimatedArrivalTimeOk ¶
func (o *TransferNotificationTransferTracking) GetEstimatedArrivalTimeOk() (*time.Time, bool)
GetEstimatedArrivalTimeOk returns a tuple with the EstimatedArrivalTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferNotificationTransferTracking) GetStatus ¶
func (o *TransferNotificationTransferTracking) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*TransferNotificationTransferTracking) GetStatusOk ¶
func (o *TransferNotificationTransferTracking) 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 (*TransferNotificationTransferTracking) HasEstimatedArrivalTime ¶
func (o *TransferNotificationTransferTracking) HasEstimatedArrivalTime() bool
HasEstimatedArrivalTime returns a boolean if a field has been set.
func (*TransferNotificationTransferTracking) HasStatus ¶
func (o *TransferNotificationTransferTracking) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (TransferNotificationTransferTracking) MarshalJSON ¶
func (o TransferNotificationTransferTracking) MarshalJSON() ([]byte, error)
func (*TransferNotificationTransferTracking) SetEstimatedArrivalTime ¶
func (o *TransferNotificationTransferTracking) SetEstimatedArrivalTime(v time.Time)
SetEstimatedArrivalTime gets a reference to the given time.Time and assigns it to the EstimatedArrivalTime field.
func (*TransferNotificationTransferTracking) SetStatus ¶
func (o *TransferNotificationTransferTracking) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (TransferNotificationTransferTracking) ToMap ¶
func (o TransferNotificationTransferTracking) ToMap() (map[string]interface{}, error)
type TransferNotificationValidationFact ¶
type TransferNotificationValidationFact struct { // The evaluation result of the validation fact. Result *string `json:"result,omitempty"` // The type of the validation fact. Type *string `json:"type,omitempty"` }
TransferNotificationValidationFact struct for TransferNotificationValidationFact
func NewTransferNotificationValidationFact ¶
func NewTransferNotificationValidationFact() *TransferNotificationValidationFact
NewTransferNotificationValidationFact instantiates a new TransferNotificationValidationFact 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 NewTransferNotificationValidationFactWithDefaults ¶
func NewTransferNotificationValidationFactWithDefaults() *TransferNotificationValidationFact
NewTransferNotificationValidationFactWithDefaults instantiates a new TransferNotificationValidationFact 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 (*TransferNotificationValidationFact) GetResult ¶
func (o *TransferNotificationValidationFact) GetResult() string
GetResult returns the Result field value if set, zero value otherwise.
func (*TransferNotificationValidationFact) GetResultOk ¶
func (o *TransferNotificationValidationFact) 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 (*TransferNotificationValidationFact) GetType ¶
func (o *TransferNotificationValidationFact) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransferNotificationValidationFact) GetTypeOk ¶
func (o *TransferNotificationValidationFact) 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 (*TransferNotificationValidationFact) HasResult ¶
func (o *TransferNotificationValidationFact) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*TransferNotificationValidationFact) HasType ¶
func (o *TransferNotificationValidationFact) HasType() bool
HasType returns a boolean if a field has been set.
func (TransferNotificationValidationFact) MarshalJSON ¶
func (o TransferNotificationValidationFact) MarshalJSON() ([]byte, error)
func (*TransferNotificationValidationFact) SetResult ¶
func (o *TransferNotificationValidationFact) SetResult(v string)
SetResult gets a reference to the given string and assigns it to the Result field.
func (*TransferNotificationValidationFact) SetType ¶
func (o *TransferNotificationValidationFact) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (TransferNotificationValidationFact) ToMap ¶
func (o TransferNotificationValidationFact) ToMap() (map[string]interface{}, error)
type TransferOperation ¶
type TransferOperation struct { // The direction of the money movement. Direction *string `json:"direction,omitempty"` // The reference returned when the amend was initiated. Reference *string `json:"reference,omitempty"` // The type of amend for the transfer. Type *string `json:"type,omitempty"` }
TransferOperation struct for TransferOperation
func NewTransferOperation ¶
func NewTransferOperation() *TransferOperation
NewTransferOperation instantiates a new TransferOperation 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 NewTransferOperationWithDefaults ¶
func NewTransferOperationWithDefaults() *TransferOperation
NewTransferOperationWithDefaults instantiates a new TransferOperation 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 (*TransferOperation) GetDirection ¶
func (o *TransferOperation) GetDirection() string
GetDirection returns the Direction field value if set, zero value otherwise.
func (*TransferOperation) GetDirectionOk ¶
func (o *TransferOperation) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferOperation) GetReference ¶
func (o *TransferOperation) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*TransferOperation) GetReferenceOk ¶
func (o *TransferOperation) 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 (*TransferOperation) GetType ¶
func (o *TransferOperation) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransferOperation) GetTypeOk ¶
func (o *TransferOperation) 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 (*TransferOperation) HasDirection ¶
func (o *TransferOperation) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (*TransferOperation) HasReference ¶
func (o *TransferOperation) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*TransferOperation) HasType ¶
func (o *TransferOperation) HasType() bool
HasType returns a boolean if a field has been set.
func (TransferOperation) MarshalJSON ¶
func (o TransferOperation) MarshalJSON() ([]byte, error)
func (*TransferOperation) SetDirection ¶
func (o *TransferOperation) SetDirection(v string)
SetDirection gets a reference to the given string and assigns it to the Direction field.
func (*TransferOperation) SetReference ¶
func (o *TransferOperation) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*TransferOperation) SetType ¶
func (o *TransferOperation) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (TransferOperation) ToMap ¶
func (o TransferOperation) ToMap() (map[string]interface{}, error)
type UKLocalAccountIdentification ¶
type UKLocalAccountIdentification struct { // The 8-digit bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // The 6-digit [sort code](https://en.wikipedia.org/wiki/Sort_code), without separators or whitespace. SortCode string `json:"sortCode"` // **ukLocal** Type string `json:"type"` }
UKLocalAccountIdentification struct for UKLocalAccountIdentification
func NewUKLocalAccountIdentification ¶
func NewUKLocalAccountIdentification(accountNumber string, sortCode string, type_ string) *UKLocalAccountIdentification
NewUKLocalAccountIdentification instantiates a new UKLocalAccountIdentification 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 NewUKLocalAccountIdentificationWithDefaults ¶
func NewUKLocalAccountIdentificationWithDefaults() *UKLocalAccountIdentification
NewUKLocalAccountIdentificationWithDefaults instantiates a new UKLocalAccountIdentification 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 (*UKLocalAccountIdentification) GetAccountNumber ¶
func (o *UKLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*UKLocalAccountIdentification) GetAccountNumberOk ¶
func (o *UKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*UKLocalAccountIdentification) GetSortCode ¶
func (o *UKLocalAccountIdentification) GetSortCode() string
GetSortCode returns the SortCode field value
func (*UKLocalAccountIdentification) GetSortCodeOk ¶
func (o *UKLocalAccountIdentification) GetSortCodeOk() (*string, bool)
GetSortCodeOk returns a tuple with the SortCode field value and a boolean to check if the value has been set.
func (*UKLocalAccountIdentification) GetType ¶
func (o *UKLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*UKLocalAccountIdentification) GetTypeOk ¶
func (o *UKLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (UKLocalAccountIdentification) MarshalJSON ¶
func (o UKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*UKLocalAccountIdentification) SetAccountNumber ¶
func (o *UKLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*UKLocalAccountIdentification) SetSortCode ¶
func (o *UKLocalAccountIdentification) SetSortCode(v string)
SetSortCode sets field value
func (*UKLocalAccountIdentification) SetType ¶
func (o *UKLocalAccountIdentification) SetType(v string)
SetType sets field value
func (UKLocalAccountIdentification) ToMap ¶
func (o UKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type USLocalAccountIdentification ¶
type USLocalAccountIdentification struct { // The bank account number, without separators or whitespace. AccountNumber string `json:"accountNumber"` // The bank account type. Possible values: **checking** or **savings**. Defaults to **checking**. AccountType *string `json:"accountType,omitempty"` // The 9-digit [routing number](https://en.wikipedia.org/wiki/ABA_routing_transit_number), without separators or whitespace. RoutingNumber string `json:"routingNumber"` // **usLocal** Type string `json:"type"` }
USLocalAccountIdentification struct for USLocalAccountIdentification
func NewUSLocalAccountIdentification ¶
func NewUSLocalAccountIdentification(accountNumber string, routingNumber string, type_ string) *USLocalAccountIdentification
NewUSLocalAccountIdentification instantiates a new USLocalAccountIdentification 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 NewUSLocalAccountIdentificationWithDefaults ¶
func NewUSLocalAccountIdentificationWithDefaults() *USLocalAccountIdentification
NewUSLocalAccountIdentificationWithDefaults instantiates a new USLocalAccountIdentification 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 (*USLocalAccountIdentification) GetAccountNumber ¶
func (o *USLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*USLocalAccountIdentification) GetAccountNumberOk ¶
func (o *USLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*USLocalAccountIdentification) GetAccountType ¶
func (o *USLocalAccountIdentification) GetAccountType() string
GetAccountType returns the AccountType field value if set, zero value otherwise.
func (*USLocalAccountIdentification) GetAccountTypeOk ¶
func (o *USLocalAccountIdentification) GetAccountTypeOk() (*string, bool)
GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*USLocalAccountIdentification) GetRoutingNumber ¶
func (o *USLocalAccountIdentification) GetRoutingNumber() string
GetRoutingNumber returns the RoutingNumber field value
func (*USLocalAccountIdentification) GetRoutingNumberOk ¶
func (o *USLocalAccountIdentification) GetRoutingNumberOk() (*string, bool)
GetRoutingNumberOk returns a tuple with the RoutingNumber field value and a boolean to check if the value has been set.
func (*USLocalAccountIdentification) GetType ¶
func (o *USLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*USLocalAccountIdentification) GetTypeOk ¶
func (o *USLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*USLocalAccountIdentification) HasAccountType ¶
func (o *USLocalAccountIdentification) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.
func (USLocalAccountIdentification) MarshalJSON ¶
func (o USLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*USLocalAccountIdentification) SetAccountNumber ¶
func (o *USLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*USLocalAccountIdentification) SetAccountType ¶
func (o *USLocalAccountIdentification) SetAccountType(v string)
SetAccountType gets a reference to the given string and assigns it to the AccountType field.
func (*USLocalAccountIdentification) SetRoutingNumber ¶
func (o *USLocalAccountIdentification) SetRoutingNumber(v string)
SetRoutingNumber sets field value
func (*USLocalAccountIdentification) SetType ¶
func (o *USLocalAccountIdentification) SetType(v string)
SetType sets field value
func (USLocalAccountIdentification) ToMap ¶
func (o USLocalAccountIdentification) ToMap() (map[string]interface{}, error)
Source Files ¶
- client.go
- model_additional_bank_identification.go
- model_address.go
- model_amount.go
- model_amount_adjustment.go
- model_au_local_account_identification.go
- model_balance_mutation.go
- model_balance_platform_notification_response.go
- model_bank_account_v3.go
- model_bank_account_v3_account_identification.go
- model_bank_category_data.go
- model_br_local_account_identification.go
- model_ca_local_account_identification.go
- model_card.go
- model_card_identification.go
- model_confirmation_tracking_data.go
- model_counterparty_v3.go
- model_cz_local_account_identification.go
- model_dk_local_account_identification.go
- model_estimation_tracking_data.go
- model_external_reason.go
- model_hk_local_account_identification.go
- model_hu_local_account_identification.go
- model_iban_account_identification.go
- model_internal_category_data.go
- model_internal_review_tracking_data.go
- model_issued_card.go
- model_merchant_data.go
- model_modification.go
- model_name_location.go
- model_no_local_account_identification.go
- model_number_and_bic_account_identification.go
- model_nz_local_account_identification.go
- model_party_identification.go
- model_payment_instrument.go
- model_pl_local_account_identification.go
- model_platform_payment.go
- model_relayed_authorisation_data.go
- model_resource.go
- model_resource_reference.go
- model_se_local_account_identification.go
- model_sg_local_account_identification.go
- model_transaction_event_violation.go
- model_transaction_rule_reference.go
- model_transaction_rule_source.go
- model_transaction_rules_result.go
- model_transfer_data.go
- model_transfer_data_category_data.go
- model_transfer_data_tracking.go
- model_transfer_event.go
- model_transfer_event_tracking_data.go
- model_transfer_notification_counter_party.go
- model_transfer_notification_data.go
- model_transfer_notification_merchant_data.go
- model_transfer_notification_request.go
- model_transfer_notification_transfer_tracking.go
- model_transfer_notification_validation_fact.go
- model_transfer_operation.go
- model_uk_local_account_identification.go
- model_us_local_account_identification.go
- webhook_handler.go