Name | Type | Description | Notes |
---|---|---|---|
Days | Pointer to NullableInt32 | Issued document payment number of days by which the payment must be made | [optional] |
Type | Pointer to PaymentTermsType | [optional] [default to STANDARD] |
func NewIssuedDocumentPaymentsListItemPaymentTerms() *IssuedDocumentPaymentsListItemPaymentTerms
NewIssuedDocumentPaymentsListItemPaymentTerms instantiates a new IssuedDocumentPaymentsListItemPaymentTerms 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 NewIssuedDocumentPaymentsListItemPaymentTermsWithDefaults() *IssuedDocumentPaymentsListItemPaymentTerms
NewIssuedDocumentPaymentsListItemPaymentTermsWithDefaults instantiates a new IssuedDocumentPaymentsListItemPaymentTerms 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 *IssuedDocumentPaymentsListItemPaymentTerms) GetDays() int32
GetDays returns the Days field if non-nil, zero value otherwise.
func (o *IssuedDocumentPaymentsListItemPaymentTerms) GetDaysOk() (*int32, bool)
GetDaysOk returns a tuple with the Days field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPaymentsListItemPaymentTerms) SetDays(v int32)
SetDays sets Days field to given value.
func (o *IssuedDocumentPaymentsListItemPaymentTerms) HasDays() bool
HasDays returns a boolean if a field has been set.
func (o *IssuedDocumentPaymentsListItemPaymentTerms) SetDaysNil(b bool)
SetDaysNil sets the value for Days to be an explicit nil
func (o *IssuedDocumentPaymentsListItemPaymentTerms) UnsetDays()
UnsetDays ensures that no value is present for Days, not even an explicit nil
func (o *IssuedDocumentPaymentsListItemPaymentTerms) GetType() PaymentTermsType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *IssuedDocumentPaymentsListItemPaymentTerms) GetTypeOk() (*PaymentTermsType, 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 *IssuedDocumentPaymentsListItemPaymentTerms) SetType(v PaymentTermsType)
SetType sets Type field to given value.
func (o *IssuedDocumentPaymentsListItemPaymentTerms) HasType() bool
HasType returns a boolean if a field has been set.