-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xendit-devx-bot
committed
Jan 30, 2025
1 parent
7132b34
commit 7678f03
Showing
58 changed files
with
941 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
docs/invoice/ChannelPropertiesCardsInstallmentConfiguration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# ChannelPropertiesCardsInstallmentConfiguration | ||
An object to pre-set cards installment for a specific invoice | ||
|
||
## Properties | ||
| Name | Type | Required | Description | Examples | | ||
|------------|:-------------:|:-------------:|-------------|:-------------:| | ||
| **AllowFullPayment** | Pointer to **bool** | | Indicate whether full payment (without installment) is allowed | | | ||
| **AllowedTerms** | Pointer to [**ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner[]**](ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner.md) | | An object to set what kind (from specific bank / specific tenor) of cards installments will be available on a specific invoice | | | ||
|
||
## Methods | ||
|
||
### NewChannelPropertiesCardsInstallmentConfiguration | ||
|
||
`func NewChannelPropertiesCardsInstallmentConfiguration() *ChannelPropertiesCardsInstallmentConfiguration` | ||
|
||
NewChannelPropertiesCardsInstallmentConfiguration instantiates a new ChannelPropertiesCardsInstallmentConfiguration 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 | ||
|
||
### NewChannelPropertiesCardsInstallmentConfigurationWithDefaults | ||
|
||
`func NewChannelPropertiesCardsInstallmentConfigurationWithDefaults() *ChannelPropertiesCardsInstallmentConfiguration` | ||
|
||
NewChannelPropertiesCardsInstallmentConfigurationWithDefaults instantiates a new ChannelPropertiesCardsInstallmentConfiguration 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 | ||
|
||
### GetAllowFullPayment | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) GetAllowFullPayment() bool` | ||
|
||
GetAllowFullPayment returns the AllowFullPayment field if non-nil, zero value otherwise. | ||
|
||
### GetAllowFullPaymentOk | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) GetAllowFullPaymentOk() (*bool, bool)` | ||
|
||
GetAllowFullPaymentOk returns a tuple with the AllowFullPayment field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetAllowFullPayment | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) SetAllowFullPayment(v bool)` | ||
|
||
SetAllowFullPayment sets AllowFullPayment field to given value. | ||
|
||
### HasAllowFullPayment | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) HasAllowFullPayment() bool` | ||
|
||
HasAllowFullPayment returns a boolean if a field has been set. | ||
|
||
### GetAllowedTerms | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) GetAllowedTerms() []ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner` | ||
|
||
GetAllowedTerms returns the AllowedTerms field if non-nil, zero value otherwise. | ||
|
||
### GetAllowedTermsOk | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) GetAllowedTermsOk() (*[]ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner, bool)` | ||
|
||
GetAllowedTermsOk returns a tuple with the AllowedTerms field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetAllowedTerms | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) SetAllowedTerms(v []ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner)` | ||
|
||
SetAllowedTerms sets AllowedTerms field to given value. | ||
|
||
### HasAllowedTerms | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfiguration) HasAllowedTerms() bool` | ||
|
||
HasAllowedTerms returns a boolean if a field has been set. | ||
|
||
|
||
[[Back to README]](../../README.md) | ||
|
||
|
82 changes: 82 additions & 0 deletions
82
docs/invoice/ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner | ||
|
||
|
||
## Properties | ||
| Name | Type | Required | Description | Examples | | ||
|------------|:-------------:|:-------------:|-------------|:-------------:| | ||
| **Issuer** | Pointer to **string** | | The bank code of the installment provider / issuer | | | ||
| **AllowedTerms** | Pointer to **float32[]** | | An array containing list of installment tenor available to choose | | | ||
|
||
## Methods | ||
|
||
### NewChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner | ||
|
||
`func NewChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner() *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner` | ||
|
||
NewChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner instantiates a new ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner 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 | ||
|
||
### NewChannelPropertiesCardsInstallmentConfigurationAllowedTermsInnerWithDefaults | ||
|
||
`func NewChannelPropertiesCardsInstallmentConfigurationAllowedTermsInnerWithDefaults() *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner` | ||
|
||
NewChannelPropertiesCardsInstallmentConfigurationAllowedTermsInnerWithDefaults instantiates a new ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner 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 | ||
|
||
### GetIssuer | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) GetIssuer() string` | ||
|
||
GetIssuer returns the Issuer field if non-nil, zero value otherwise. | ||
|
||
### GetIssuerOk | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) GetIssuerOk() (*string, bool)` | ||
|
||
GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetIssuer | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) SetIssuer(v string)` | ||
|
||
SetIssuer sets Issuer field to given value. | ||
|
||
### HasIssuer | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) HasIssuer() bool` | ||
|
||
HasIssuer returns a boolean if a field has been set. | ||
|
||
### GetAllowedTerms | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) GetAllowedTerms() []float32` | ||
|
||
GetAllowedTerms returns the AllowedTerms field if non-nil, zero value otherwise. | ||
|
||
### GetAllowedTermsOk | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) GetAllowedTermsOk() (*[]float32, bool)` | ||
|
||
GetAllowedTermsOk returns a tuple with the AllowedTerms field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetAllowedTerms | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) SetAllowedTerms(v []float32)` | ||
|
||
SetAllowedTerms sets AllowedTerms field to given value. | ||
|
||
### HasAllowedTerms | ||
|
||
`func (o *ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner) HasAllowedTerms() bool` | ||
|
||
HasAllowedTerms returns a boolean if a field has been set. | ||
|
||
|
||
[[Back to README]](../../README.md) | ||
|
||
|
Oops, something went wrong.