Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 619 Bytes

File metadata and controls

20 lines (14 loc) · 619 Bytes

Komoju::PaymentMethodsList

Properties

Name Type Description Notes
submitted_payment_methods Array<PaymentMethodStatus> Array of payment methods that have been submitted for review, with their statuses.
unsubmitted_payment_methods Array<String> Array of payment method type slugs that have not yet been submitted for review.

Example

require 'komoju-sdk'

instance = Komoju::PaymentMethodsList.new(
  submitted_payment_methods: null,
  unsubmitted_payment_methods: null
)