Wasm Directoryalpha
Record

post-payment-methods-params

No description available.

record post-payment-methods-params {
  zuora-track-id: option​<string>,
  zuora-entity-ids: option​<string>,
  type-op: string,
  baid: option​<string>,
  email: option​<string>,
  preapproval-key: option​<string>,
  card-holder-info: option​<create-payment-method-cardholder-info>,
  card-number: option​<string>,
  card-type: option​<string>,
  check-duplicated: option​<bool>,
  expiration-month: option​<s32>,
  expiration-year: option​<s32>,
  mit-consent-agreement-ref: option​<string>,
  mit-consent-agreement-src: option​<post-payment-method-request-mit-consent-agreement-src-enum>,
  mit-network-transaction-id: option​<string>,
  mit-profile-action: option​<post-payment-method-request-mit-profile-action-enum>,
  mit-profile-agreed-on: option​<string>,
  mit-profile-type: option​<post-payment-method-request-mit-profile-type-enum>,
  security-code: option​<string>,
  address-line1: option​<string>,
  address-line2: option​<string>,
  bank-aba-code: option​<string>,
  bank-account-name: option​<string>,
  bank-account-number: option​<string>,
  bank-account-type: option​<post-payment-method-request-bank-account-type-enum>,
  bank-name: option​<string>,
  city: option​<string>,
  country: option​<string>,
  phone: option​<string>,
  state: option​<string>,
  zip-code: option​<string>,
  account-key: option​<string>,
  auth-gateway: option​<string>,
  make-default: option​<bool>,
  iban: option​<string>,
  account-holder-info: option​<post-payment-method-request-account-holder-info>,
  account-number: option​<string>,
  bank-code: option​<string>,
  branch-code: option​<string>,
  business-identification-code: option​<string>,
  currency-code: option​<string>,
  identity-number: option​<string>,
}

Fields

NameTypeDescription
zuora-track-idoption​<string>
zuora-entity-idsoption​<string>
type-opstring
baidoption​<string>
emailoption​<string>
preapproval-keyoption​<string>
card-holder-infooption​<create-payment-method-cardholder-info>
card-numberoption​<string>
card-typeoption​<string>
check-duplicatedoption​<bool>
expiration-monthoption​<s32>
expiration-yearoption​<s32>
mit-consent-agreement-refoption​<string>
mit-consent-agreement-srcoption​<post-payment-method-request-mit-consent-agreement-src-enum>
mit-network-transaction-idoption​<string>
mit-profile-actionoption​<post-payment-method-request-mit-profile-action-enum>
mit-profile-agreed-onoption​<string>
mit-profile-typeoption​<post-payment-method-request-mit-profile-type-enum>
security-codeoption​<string>
address-line1option​<string>
address-line2option​<string>
bank-aba-codeoption​<string>
bank-account-nameoption​<string>
bank-account-numberoption​<string>
bank-account-typeoption​<post-payment-method-request-bank-account-type-enum>
bank-nameoption​<string>
cityoption​<string>
countryoption​<string>
phoneoption​<string>
stateoption​<string>
zip-codeoption​<string>
account-keyoption​<string>
auth-gatewayoption​<string>
make-defaultoption​<bool>
ibanoption​<string>
account-holder-infooption​<post-payment-method-request-account-holder-info>
account-numberoption​<string>
bank-codeoption​<string>
branch-codeoption​<string>
business-identification-codeoption​<string>
currency-codeoption​<string>
identity-numberoption​<string>