Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

PaymentMethodCashRequest.md

File metadata and controls

20 lines (14 loc) · 381 Bytes

Conekta::PaymentMethodCashRequest

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,
  expires_at: 1553273553
)