Name | Type | Description | Notes |
---|---|---|---|
AccountNumber | Pointer to string | [optional] | |
PaymentIdentifier | Pointer to string | [optional] |
func NewInternalWebControllersMerchantApiv1SimulateSimulateRequest() *InternalWebControllersMerchantApiv1SimulateSimulateRequest
NewInternalWebControllersMerchantApiv1SimulateSimulateRequest instantiates a new InternalWebControllersMerchantApiv1SimulateSimulateRequest 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 NewInternalWebControllersMerchantApiv1SimulateSimulateRequestWithDefaults() *InternalWebControllersMerchantApiv1SimulateSimulateRequest
NewInternalWebControllersMerchantApiv1SimulateSimulateRequestWithDefaults instantiates a new InternalWebControllersMerchantApiv1SimulateSimulateRequest 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 *InternalWebControllersMerchantApiv1SimulateSimulateRequest) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1SimulateSimulateRequest) 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 *InternalWebControllersMerchantApiv1SimulateSimulateRequest) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *InternalWebControllersMerchantApiv1SimulateSimulateRequest) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *InternalWebControllersMerchantApiv1SimulateSimulateRequest) GetPaymentIdentifier() string
GetPaymentIdentifier returns the PaymentIdentifier field if non-nil, zero value otherwise.
func (o *InternalWebControllersMerchantApiv1SimulateSimulateRequest) GetPaymentIdentifierOk() (*string, bool)
GetPaymentIdentifierOk returns a tuple with the PaymentIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InternalWebControllersMerchantApiv1SimulateSimulateRequest) SetPaymentIdentifier(v string)
SetPaymentIdentifier sets PaymentIdentifier field to given value.
func (o *InternalWebControllersMerchantApiv1SimulateSimulateRequest) HasPaymentIdentifier() bool
HasPaymentIdentifier returns a boolean if a field has been set.