Wasm Directoryalpha
Record

payment-method-card

No description available.

record payment-method-card {
  brand: string,
  checks: option​<string>,
  country: option​<string>,
  exp-month: s32,
  exp-year: s32,
  fingerprint: option​<string>,
  funding: string,
  generated-from: option​<string>,
  last4: string,
  networks: option​<string>,
  three-d-secure-usage: option​<string>,
  wallet: option​<string>,
}

Fields

NameTypeDescription
brandstring
checksoption​<string>
countryoption​<string>
exp-months32
exp-years32
fingerprintoption​<string>
fundingstring
generated-fromoption​<string>
last4string
networksoption​<string>
three-d-secure-usageoption​<string>
walletoption​<string>