Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

File metadata and controls

28 lines (22 loc) · 1.04 KB

Komoju::SerializedSubmerchantActivePaymentMethodsInner

Properties

Name Type Description Notes
name String Human-readable name of the payment method.
type String Machine-readable type slug for the payment method.
currency Currency
percentage Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).
fixed_amount_cents Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).
minimum_processing_fee_amount_cents Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).

Example

require 'komoju-sdk'

instance = Komoju::SerializedSubmerchantActivePaymentMethodsInner.new(
  name: null,
  type: null,
  currency: null,
  percentage: null,
  fixed_amount_cents: null,
  minimum_processing_fee_amount_cents: null
)