Skip to content

Commit

Permalink
Merge pull request #49 from cashfree/v3.2.3
Browse files Browse the repository at this point in the history
3.2.3
  • Loading branch information
suhas-cashfree authored Jan 24, 2024
2 parents 7408603 + 0816f31 commit 3f73854
Show file tree
Hide file tree
Showing 17 changed files with 410 additions and 43 deletions.
6 changes: 2 additions & 4 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ docs/PaylaterEntity.md
docs/PaylaterOffer.md
docs/PaylaterPaymentMethod.md
docs/PaymentEntity.md
docs/PaymentEntityPaymentMethod.md
docs/PaymentLinkCustomerDetails.md
docs/PaymentLinkOrderEntity.md
docs/PaymentLinksAPI.md
Expand All @@ -122,8 +123,6 @@ docs/PaymentMethodCardEMIInPaymentsEntityEmiEmiDetails.md
docs/PaymentMethodCardInPaymentsEntity.md
docs/PaymentMethodCardInPaymentsEntityCard.md
docs/PaymentMethodCardlessEMIInPaymentsEntity.md
docs/PaymentMethodInPaymentsEntity.md
docs/PaymentMethodInPaymentsEntityPaymentMethod.md
docs/PaymentMethodNetBankingInPaymentsEntity.md
docs/PaymentMethodNetBankingInPaymentsEntityNetbanking.md
docs/PaymentMethodPaylaterInPaymentsEntity.md
Expand Down Expand Up @@ -264,6 +263,7 @@ model_paylater_entity.go
model_paylater_offer.go
model_paylater_payment_method.go
model_payment_entity.go
model_payment_entity_payment_method.go
model_payment_link_customer_details.go
model_payment_link_order_entity.go
model_payment_method_app_in_payments_entity.go
Expand All @@ -274,8 +274,6 @@ model_payment_method_card_emiin_payments_entity_emi_emi_details.go
model_payment_method_card_in_payments_entity.go
model_payment_method_card_in_payments_entity_card.go
model_payment_method_cardless_emiin_payments_entity.go
model_payment_method_in_payments_entity.go
model_payment_method_in_payments_entity_payment_method.go
model_payment_method_net_banking_in_payments_entity.go
model_payment_method_net_banking_in_payments_entity_netbanking.go
model_payment_method_paylater_in_payments_entity.go
Expand Down
8 changes: 4 additions & 4 deletions api_eligibility.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_offers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_orders.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api_payment_links.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions api_payments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_pg_reconciliation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api_refunds.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_settlement_reconciliation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_settlements.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api_soft_pos.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api_token_vault.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/PaymentEntity.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name | Type | Description | Notes
**BankReference** | Pointer to **string** | | [optional]
**AuthId** | Pointer to **string** | | [optional]
**Authorization** | Pointer to [**AuthorizationInPaymentsEntity**](AuthorizationInPaymentsEntity.md) | | [optional]
**PaymentMethod** | Pointer to [**PaymentMethodInPaymentsEntity**](PaymentMethodInPaymentsEntity.md) | | [optional]
**PaymentMethod** | Pointer to [**PaymentEntityPaymentMethod**](PaymentEntityPaymentMethod.md) | | [optional]

## Methods

Expand Down Expand Up @@ -443,20 +443,20 @@ HasAuthorization returns a boolean if a field has been set.

### GetPaymentMethod

`func (o *PaymentEntity) GetPaymentMethod() PaymentMethodInPaymentsEntity`
`func (o *PaymentEntity) GetPaymentMethod() PaymentEntityPaymentMethod`

GetPaymentMethod returns the PaymentMethod field if non-nil, zero value otherwise.

### GetPaymentMethodOk

`func (o *PaymentEntity) GetPaymentMethodOk() (*PaymentMethodInPaymentsEntity, bool)`
`func (o *PaymentEntity) GetPaymentMethodOk() (*PaymentEntityPaymentMethod, bool)`

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

### SetPaymentMethod

`func (o *PaymentEntity) SetPaymentMethod(v PaymentMethodInPaymentsEntity)`
`func (o *PaymentEntity) SetPaymentMethod(v PaymentEntityPaymentMethod)`

SetPaymentMethod sets PaymentMethod field to given value.

Expand Down
Loading

0 comments on commit 3f73854

Please sign in to comment.