Name | Type | Description | Notes |
---|---|---|---|
AppliedAmount | float32 | Amount applied. | |
Type | CreditTypeEnum | ||
Cause | SystemCreditCauseEnum |
func NewSystemCreditDetails(appliedAmount float32, type_ CreditTypeEnum, cause SystemCreditCauseEnum, ) *SystemCreditDetails
NewSystemCreditDetails instantiates a new SystemCreditDetails 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 NewSystemCreditDetailsWithDefaults() *SystemCreditDetails
NewSystemCreditDetailsWithDefaults instantiates a new SystemCreditDetails 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 *SystemCreditDetails) GetAppliedAmount() float32
GetAppliedAmount returns the AppliedAmount field if non-nil, zero value otherwise.
func (o *SystemCreditDetails) GetAppliedAmountOk() (*float32, bool)
GetAppliedAmountOk returns a tuple with the AppliedAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemCreditDetails) SetAppliedAmount(v float32)
SetAppliedAmount sets AppliedAmount field to given value.
func (o *SystemCreditDetails) GetType() CreditTypeEnum
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SystemCreditDetails) GetTypeOk() (*CreditTypeEnum, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemCreditDetails) SetType(v CreditTypeEnum)
SetType sets Type field to given value.
func (o *SystemCreditDetails) GetCause() SystemCreditCauseEnum
GetCause returns the Cause field if non-nil, zero value otherwise.
func (o *SystemCreditDetails) GetCauseOk() (*SystemCreditCauseEnum, bool)
GetCauseOk returns a tuple with the Cause field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemCreditDetails) SetCause(v SystemCreditCauseEnum)
SetCause sets Cause field to given value.