Komoju::SerializedSubmerchantExpirySettingsInner Properties Name Type Description Notes name String Human-readable name of the payment method this expiry setting applies to. slug String Machine-readable slug identifying the payment method. currency Currency expiry_days Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). default_expiry_days 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::SerializedSubmerchantExpirySettingsInner.new( name: null, slug: null, currency: null, expiry_days: null, default_expiry_days: null )