Wasm Directoryalpha
Record

post-payment-intents-intent-increment-authorization-params

No description available.

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

Fields

NameTypeDescription
intentstring
amounts32
application-fee-amountoption​<s32>
descriptionoption​<string>
expandoption​<list​<string>>
metadataoption​<post-payment-intents-intent-increment-authorization-body-metadata>
statement-descriptoroption​<string>
transfer-dataoption​<post-payment-intents-intent-increment-authorization-body-transfer-data>