Name | Type | Description | Notes |
---|---|---|---|
TransactionData | []CheckCategorizationTransactionData | <strong>Type:</strong> CheckCategorizationTransactionData<br/> Set of transaction data |
func NewCheckCategorizationData(transactionData []CheckCategorizationTransactionData, ) *CheckCategorizationData
NewCheckCategorizationData instantiates a new CheckCategorizationData 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 NewCheckCategorizationDataWithDefaults() *CheckCategorizationData
NewCheckCategorizationDataWithDefaults instantiates a new CheckCategorizationData 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 *CheckCategorizationData) GetTransactionData() []CheckCategorizationTransactionData
GetTransactionData returns the TransactionData field if non-nil, zero value otherwise.
func (o *CheckCategorizationData) GetTransactionDataOk() (*[]CheckCategorizationTransactionData, bool)
GetTransactionDataOk returns a tuple with the TransactionData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckCategorizationData) SetTransactionData(v []CheckCategorizationTransactionData)
SetTransactionData sets TransactionData field to given value.