CaptureChargeIntentRequest

data class CaptureChargeIntentRequest(val amountCapturedCents: Int)

Request body for capturing an authorized charge intent.

Constructors

Link copied to clipboard
constructor(amountCapturedCents: Int)

Properties

Link copied to clipboard
@SerializedName(value = "amount_captured_cents")
val amountCapturedCents: Int

The amount to capture, in cents. Must not exceed the authorized amount.