Skip to content

Commit

Permalink
Generating Go SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbucket-pipelines committed Jan 24, 2024
1 parent 7408603 commit 608839e
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 43 deletions.
4 changes: 0 additions & 4 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,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 @@ -274,8 +272,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 **map[string]interface{}** | | [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() map[string]interface{}`

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

### GetPaymentMethodOk

`func (o *PaymentEntity) GetPaymentMethodOk() (*PaymentMethodInPaymentsEntity, bool)`
`func (o *PaymentEntity) GetPaymentMethodOk() (*map[string]interface{}, 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 map[string]interface{})`

SetPaymentMethod sets PaymentMethod field to given value.

Expand Down
2 changes: 1 addition & 1 deletion model_payment_entity.go

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

0 comments on commit 608839e

Please sign in to comment.