Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 279 Bytes

PayoutMethod.md

File metadata and controls

18 lines (12 loc) · 279 Bytes

Conekta::PayoutMethod

Properties

Name Type Description Notes
type String The type of the payout method.

Example

require 'conekta'

instance = Conekta::PayoutMethod.new(
  type: cashout
)