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