Sha256: 5ec0aa64a491672702b531801bd76d11436b793413d989812b3014d3bb20b978
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
# PCPServerSDK::CompleteFinancingPaymentMethodSpecificInput ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payment_product_id** | **Integer** | Payment product identifier. Currently supported payment methods: * 3391 - PAYONE Secured Installment | [optional] | | **requires_approval** | **Boolean** | * true = the payment requires approval before the funds will be captured using the Approve payment or Capture payment API * false = the payment does not require approval, and the funds will be captured automatically If the parameter is not provided in the request, the default value will be true | [optional] | | **payment_product3391_specific_input** | [**PaymentProduct3391SpecificInput**](PaymentProduct3391SpecificInput.md) | | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::CompleteFinancingPaymentMethodSpecificInput.new( payment_product_id: 3391, requires_approval: null, payment_product3391_specific_input: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/CompleteFinancingPaymentMethodSpecificInput.md |
pcp-server-ruby-sdk-0.1.0 | docs/CompleteFinancingPaymentMethodSpecificInput.md |