Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 390 Bytes

File metadata and controls

17 lines (10 loc) · 390 Bytes

OpenapiClient::RevolvingOptions

Properties

Name Type Description Notes
revolving_payment Boolean Indicates whether the payment has been chosen as revolving type. [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::RevolvingOptions.new(revolving_payment: true)