Conekta::OrderCaptureRequest
August 1, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Integer | Amount to capture |
Example
require 'conekta'
instance = Conekta::OrderCaptureRequest.new(
amount: 500
)
August 1, 2023 ยท View on GitHub
| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Integer | Amount to capture |
require 'conekta'
instance = Conekta::OrderCaptureRequest.new(
amount: 500
)