diff --git a/docs/CARD.md b/docs/CARD.md deleted file mode 100644 index 82d7baa..0000000 --- a/docs/CARD.md +++ /dev/null @@ -1,238 +0,0 @@ -# CARD - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Channel** | Pointer to **string** | Channel. can be link | [optional] -**CardNumber** | Pointer to **string** | Card number | [optional] -**CardHolderName** | Pointer to **string** | Card holder name | [optional] -**CardExpiryMm** | Pointer to **string** | Card expiry month | [optional] -**CardExpiryYy** | Pointer to **string** | Card expiry year | [optional] -**CardCvv** | Pointer to **string** | Card CVV | [optional] -**CardNetwork** | Pointer to **string** | Card network | [optional] -**CardType** | Pointer to **string** | Card type | [optional] - -## Methods - -### NewCARD - -`func NewCARD() *CARD` - -NewCARD instantiates a new CARD 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 - -### NewCARDWithDefaults - -`func NewCARDWithDefaults() *CARD` - -NewCARDWithDefaults instantiates a new CARD 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 - -### GetChannel - -`func (o *CARD) GetChannel() string` - -GetChannel returns the Channel field if non-nil, zero value otherwise. - -### GetChannelOk - -`func (o *CARD) GetChannelOk() (*string, bool)` - -GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetChannel - -`func (o *CARD) SetChannel(v string)` - -SetChannel sets Channel field to given value. - -### HasChannel - -`func (o *CARD) HasChannel() bool` - -HasChannel returns a boolean if a field has been set. - -### GetCardNumber - -`func (o *CARD) GetCardNumber() string` - -GetCardNumber returns the CardNumber field if non-nil, zero value otherwise. - -### GetCardNumberOk - -`func (o *CARD) GetCardNumberOk() (*string, bool)` - -GetCardNumberOk returns a tuple with the CardNumber field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetCardNumber - -`func (o *CARD) SetCardNumber(v string)` - -SetCardNumber sets CardNumber field to given value. - -### HasCardNumber - -`func (o *CARD) HasCardNumber() bool` - -HasCardNumber returns a boolean if a field has been set. - -### GetCardHolderName - -`func (o *CARD) GetCardHolderName() string` - -GetCardHolderName returns the CardHolderName field if non-nil, zero value otherwise. - -### GetCardHolderNameOk - -`func (o *CARD) GetCardHolderNameOk() (*string, bool)` - -GetCardHolderNameOk returns a tuple with the CardHolderName field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetCardHolderName - -`func (o *CARD) SetCardHolderName(v string)` - -SetCardHolderName sets CardHolderName field to given value. - -### HasCardHolderName - -`func (o *CARD) HasCardHolderName() bool` - -HasCardHolderName returns a boolean if a field has been set. - -### GetCardExpiryMm - -`func (o *CARD) GetCardExpiryMm() string` - -GetCardExpiryMm returns the CardExpiryMm field if non-nil, zero value otherwise. - -### GetCardExpiryMmOk - -`func (o *CARD) GetCardExpiryMmOk() (*string, bool)` - -GetCardExpiryMmOk returns a tuple with the CardExpiryMm field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetCardExpiryMm - -`func (o *CARD) SetCardExpiryMm(v string)` - -SetCardExpiryMm sets CardExpiryMm field to given value. - -### HasCardExpiryMm - -`func (o *CARD) HasCardExpiryMm() bool` - -HasCardExpiryMm returns a boolean if a field has been set. - -### GetCardExpiryYy - -`func (o *CARD) GetCardExpiryYy() string` - -GetCardExpiryYy returns the CardExpiryYy field if non-nil, zero value otherwise. - -### GetCardExpiryYyOk - -`func (o *CARD) GetCardExpiryYyOk() (*string, bool)` - -GetCardExpiryYyOk returns a tuple with the CardExpiryYy field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetCardExpiryYy - -`func (o *CARD) SetCardExpiryYy(v string)` - -SetCardExpiryYy sets CardExpiryYy field to given value. - -### HasCardExpiryYy - -`func (o *CARD) HasCardExpiryYy() bool` - -HasCardExpiryYy returns a boolean if a field has been set. - -### GetCardCvv - -`func (o *CARD) GetCardCvv() string` - -GetCardCvv returns the CardCvv field if non-nil, zero value otherwise. - -### GetCardCvvOk - -`func (o *CARD) GetCardCvvOk() (*string, bool)` - -GetCardCvvOk returns a tuple with the CardCvv field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetCardCvv - -`func (o *CARD) SetCardCvv(v string)` - -SetCardCvv sets CardCvv field to given value. - -### HasCardCvv - -`func (o *CARD) HasCardCvv() bool` - -HasCardCvv returns a boolean if a field has been set. - -### GetCardNetwork - -`func (o *CARD) GetCardNetwork() string` - -GetCardNetwork returns the CardNetwork field if non-nil, zero value otherwise. - -### GetCardNetworkOk - -`func (o *CARD) GetCardNetworkOk() (*string, bool)` - -GetCardNetworkOk returns a tuple with the CardNetwork field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetCardNetwork - -`func (o *CARD) SetCardNetwork(v string)` - -SetCardNetwork sets CardNetwork field to given value. - -### HasCardNetwork - -`func (o *CARD) HasCardNetwork() bool` - -HasCardNetwork returns a boolean if a field has been set. - -### GetCardType - -`func (o *CARD) GetCardType() string` - -GetCardType returns the CardType field if non-nil, zero value otherwise. - -### GetCardTypeOk - -`func (o *CARD) GetCardTypeOk() (*string, bool)` - -GetCardTypeOk returns a tuple with the CardType field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetCardType - -`func (o *CARD) SetCardType(v string)` - -SetCardType sets CardType field to given value. - -### HasCardType - -`func (o *CARD) HasCardType() bool` - -HasCardType returns a boolean if a field has been set. - - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/CreateSubscriptionPaymentRequestCard.md b/docs/CreateSubscriptionPaymentRequestCard.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/CreateSubscriptionPaymentRequestCard.md @@ -0,0 +1 @@ +