Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

File metadata and controls

20 lines (14 loc) · 417 Bytes

Komoju::PaymentMethodStatus

Properties

Name Type Description Notes
status PaymentStatus
payment_method String The type slug of the payment method this status applies to.

Example

require 'komoju-sdk'

instance = Komoju::PaymentMethodStatus.new(
  status: null,
  payment_method: null
)