Channel information for digital destinations (banks, e-wallets)
Name | Type | Required | Description | Examples |
---|---|---|---|---|
AccountHolderName | Pointer to NullableString | Registered account name | ||
AccountNumber | string | ☑️ | Registered account number | |
AccountType | Pointer to ChannelAccountType |
func NewDigitalPayoutChannelProperties(accountNumber string, ) *DigitalPayoutChannelProperties
NewDigitalPayoutChannelProperties instantiates a new DigitalPayoutChannelProperties 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 NewDigitalPayoutChannelPropertiesWithDefaults() *DigitalPayoutChannelProperties
NewDigitalPayoutChannelPropertiesWithDefaults instantiates a new DigitalPayoutChannelProperties 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 (o *DigitalPayoutChannelProperties) GetAccountHolderName() string
GetAccountHolderName returns the AccountHolderName field if non-nil, zero value otherwise.
func (o *DigitalPayoutChannelProperties) GetAccountHolderNameOk() (*string, bool)
GetAccountHolderNameOk returns a tuple with the AccountHolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DigitalPayoutChannelProperties) SetAccountHolderName(v string)
SetAccountHolderName sets AccountHolderName field to given value.
func (o *DigitalPayoutChannelProperties) HasAccountHolderName() bool
HasAccountHolderName returns a boolean if a field has been set.
func (o *DigitalPayoutChannelProperties) SetAccountHolderNameNil(b bool)
SetAccountHolderNameNil sets the value for AccountHolderName to be an explicit nil
func (o *DigitalPayoutChannelProperties) UnsetAccountHolderName()
UnsetAccountHolderName ensures that no value is present for AccountHolderName, not even an explicit nil
func (o *DigitalPayoutChannelProperties) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *DigitalPayoutChannelProperties) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DigitalPayoutChannelProperties) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *DigitalPayoutChannelProperties) GetAccountType() ChannelAccountType
GetAccountType returns the AccountType field if non-nil, zero value otherwise.
func (o *DigitalPayoutChannelProperties) GetAccountTypeOk() (*ChannelAccountType, bool)
GetAccountTypeOk returns a tuple with the AccountType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DigitalPayoutChannelProperties) SetAccountType(v ChannelAccountType)
SetAccountType sets AccountType field to given value.
func (o *DigitalPayoutChannelProperties) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.