Conekta::PaymentMethodCashRequest
August 21, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | Type of payment method | |
| expires_at | Integer | [optional] |
Example
require 'conekta'
instance = Conekta::PaymentMethodCashRequest.new(
type: card | cash | spei | bnpl | pay_by_bank,
expires_at: 1553273553
)