Wasm Directoryalpha
Record

post-charges-params

No description available.

record post-charges-params {
  amount: option​<s32>,
  application-fee: option​<s32>,
  application-fee-amount: option​<s32>,
  capture: option​<bool>,
  card: option​<string>,
  currency: option​<string>,
  customer: option​<string>,
  description: option​<string>,
  destination: option​<string>,
  expand: option​<list​<string>>,
  metadata: option​<string>,
  on-behalf-of: option​<string>,
  radar-options: option​<post-charges-body-radar-options>,
  receipt-email: option​<string>,
  shipping: option​<post-charges-body-shipping>,
  source: option​<string>,
  statement-descriptor: option​<string>,
  statement-descriptor-suffix: option​<string>,
  transfer-data: option​<post-charges-body-transfer-data>,
  transfer-group: option​<string>,
}

Fields

NameTypeDescription
amountoption​<s32>
application-feeoption​<s32>
application-fee-amountoption​<s32>
captureoption​<bool>
cardoption​<string>
currencyoption​<string>
customeroption​<string>
descriptionoption​<string>
destinationoption​<string>
expandoption​<list​<string>>
metadataoption​<string>
on-behalf-ofoption​<string>
radar-optionsoption​<post-charges-body-radar-options>
receipt-emailoption​<string>
shippingoption​<post-charges-body-shipping>
sourceoption​<string>
statement-descriptoroption​<string>
statement-descriptor-suffixoption​<string>
transfer-dataoption​<post-charges-body-transfer-data>
transfer-groupoption​<string>