Wasm Directoryalpha
Record

post-payment-intents-intent-capture-params

No description available.

record post-payment-intents-intent-capture-params {
  intent: string,
  amount-to-capture: option​<s32>,
  application-fee-amount: option​<s32>,
  expand: option​<list​<string>>,
  metadata: option​<string>,
  statement-descriptor: option​<string>,
  statement-descriptor-suffix: option​<string>,
  transfer-data: option​<post-payment-intents-intent-capture-body-transfer-data>,
}

Fields

NameTypeDescription
intentstring
amount-to-captureoption​<s32>
application-fee-amountoption​<s32>
expandoption​<list​<string>>
metadataoption​<string>
statement-descriptoroption​<string>
statement-descriptor-suffixoption​<string>
transfer-dataoption​<post-payment-intents-intent-capture-body-transfer-data>