Skip to main content

SendClassifyMachineAccountFromSource200Response

Properties

NameTypeDescriptionNotes
AccountsSubmittedForProcessingPointer to int32Returns the number of all the accounts from source submitted for processing.[optional]

Methods

NewSendClassifyMachineAccountFromSource200Response

func NewSendClassifyMachineAccountFromSource200Response() *SendClassifyMachineAccountFromSource200Response

NewSendClassifyMachineAccountFromSource200Response instantiates a new SendClassifyMachineAccountFromSource200Response 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

NewSendClassifyMachineAccountFromSource200ResponseWithDefaults

func NewSendClassifyMachineAccountFromSource200ResponseWithDefaults() *SendClassifyMachineAccountFromSource200Response

NewSendClassifyMachineAccountFromSource200ResponseWithDefaults instantiates a new SendClassifyMachineAccountFromSource200Response 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

GetAccountsSubmittedForProcessing

func (o *SendClassifyMachineAccountFromSource200Response) GetAccountsSubmittedForProcessing() int32

GetAccountsSubmittedForProcessing returns the AccountsSubmittedForProcessing field if non-nil, zero value otherwise.

GetAccountsSubmittedForProcessingOk

func (o *SendClassifyMachineAccountFromSource200Response) GetAccountsSubmittedForProcessingOk() (*int32, bool)

GetAccountsSubmittedForProcessingOk returns a tuple with the AccountsSubmittedForProcessing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountsSubmittedForProcessing

func (o *SendClassifyMachineAccountFromSource200Response) SetAccountsSubmittedForProcessing(v int32)

SetAccountsSubmittedForProcessing sets AccountsSubmittedForProcessing field to given value.

HasAccountsSubmittedForProcessing

func (o *SendClassifyMachineAccountFromSource200Response) HasAccountsSubmittedForProcessing() bool

HasAccountsSubmittedForProcessing returns a boolean if a field has been set.