Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

CustomerPaymentMethodRequest.md

File metadata and controls

18 lines (12 loc) · 314 Bytes

Conekta::CustomerPaymentMethodRequest

Properties

Name Type Description Notes
type String Type of payment method

Example

require 'conekta'

instance = Conekta::CustomerPaymentMethodRequest.new(
  type: card | cash | spei
)