Conekta::PayoutMethod
April 29, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type of the payout method. |
Example
require 'conekta'
instance = Conekta::PayoutMethod.new(
type: cashout
)
April 29, 2024 ยท View on GitHub
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type of the payout method. |
require 'conekta'
instance = Conekta::PayoutMethod.new(
type: cashout
)