Name | Type | Required | Description | Examples |
---|---|---|---|---|
ChannelCode | DirectDebitChannelCode | ☑️ | ||
ChannelProperties | NullableDirectDebitChannelProperties | ☑️ |
func NewDirectDebitParameters(channelCode DirectDebitChannelCode, channelProperties NullableDirectDebitChannelProperties, ) *DirectDebitParameters
NewDirectDebitParameters instantiates a new DirectDebitParameters 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 NewDirectDebitParametersWithDefaults() *DirectDebitParameters
NewDirectDebitParametersWithDefaults instantiates a new DirectDebitParameters 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 *DirectDebitParameters) GetChannelCode() DirectDebitChannelCode
GetChannelCode returns the ChannelCode field if non-nil, zero value otherwise.
func (o *DirectDebitParameters) GetChannelCodeOk() (*DirectDebitChannelCode, bool)
GetChannelCodeOk returns a tuple with the ChannelCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DirectDebitParameters) SetChannelCode(v DirectDebitChannelCode)
SetChannelCode sets ChannelCode field to given value.
func (o *DirectDebitParameters) GetChannelProperties() DirectDebitChannelProperties
GetChannelProperties returns the ChannelProperties field if non-nil, zero value otherwise.
func (o *DirectDebitParameters) GetChannelPropertiesOk() (*DirectDebitChannelProperties, bool)
GetChannelPropertiesOk returns a tuple with the ChannelProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DirectDebitParameters) SetChannelProperties(v DirectDebitChannelProperties)
SetChannelProperties sets ChannelProperties field to given value.
func (o *DirectDebitParameters) SetChannelPropertiesNil(b bool)
SetChannelPropertiesNil sets the value for ChannelProperties to be an explicit nil
func (o *DirectDebitParameters) UnsetChannelProperties()
UnsetChannelProperties ensures that no value is present for ChannelProperties, not even an explicit nil