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