| Name | Type | Description | Notes |
|---|---|---|---|
| status | PaymentStatus | ||
| payment_method | String | The type slug of the payment method this status applies to. |
require 'komoju-sdk'
instance = Komoju::PaymentMethodStatus.new(
status: null,
payment_method: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| status | PaymentStatus | ||
| payment_method | String | The type slug of the payment method this status applies to. |
require 'komoju-sdk'
instance = Komoju::PaymentMethodStatus.new(
status: null,
payment_method: null
)