Sha256: d0422fc19be4d863f00b405e584651cd9d0e59b57167c642b17e342c1b57197f
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 Bytes
Contents
# Conekta::PaymentMethodCashRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | Type of payment method | | | **expires_at** | **Integer** | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::PaymentMethodCashRequest.new( type: card | cash | spei, expires_at: 1553273553 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems