| 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. |
require 'komoju-sdk'
instance = Komoju::PaymentMethodsList.new(
submitted_payment_methods: null,
unsubmitted_payment_methods: null
)