Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.99 KB

TransactionApplicationRequest.md

File metadata and controls

93 lines (50 loc) · 2.99 KB

TransactionApplicationRequest

Properties

Name Type Description Notes
App ApplicationRequest
ProviderModel ProviderModelEnum
Provider ModelRequest

Methods

NewTransactionApplicationRequest

func NewTransactionApplicationRequest(app ApplicationRequest, providerModel ProviderModelEnum, provider ModelRequest, ) *TransactionApplicationRequest

NewTransactionApplicationRequest instantiates a new TransactionApplicationRequest 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

NewTransactionApplicationRequestWithDefaults

func NewTransactionApplicationRequestWithDefaults() *TransactionApplicationRequest

NewTransactionApplicationRequestWithDefaults instantiates a new TransactionApplicationRequest 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

GetApp

func (o *TransactionApplicationRequest) GetApp() ApplicationRequest

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

func (o *TransactionApplicationRequest) GetAppOk() (*ApplicationRequest, bool)

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

SetApp

func (o *TransactionApplicationRequest) SetApp(v ApplicationRequest)

SetApp sets App field to given value.

GetProviderModel

func (o *TransactionApplicationRequest) GetProviderModel() ProviderModelEnum

GetProviderModel returns the ProviderModel field if non-nil, zero value otherwise.

GetProviderModelOk

func (o *TransactionApplicationRequest) GetProviderModelOk() (*ProviderModelEnum, bool)

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

SetProviderModel

func (o *TransactionApplicationRequest) SetProviderModel(v ProviderModelEnum)

SetProviderModel sets ProviderModel field to given value.

GetProvider

func (o *TransactionApplicationRequest) GetProvider() ModelRequest

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *TransactionApplicationRequest) GetProviderOk() (*ModelRequest, bool)

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

SetProvider

func (o *TransactionApplicationRequest) SetProvider(v ModelRequest)

SetProvider sets Provider field to given value.

[Back to Model list] [Back to API list] [Back to README]