Wasm Directoryalpha
Record

put-payment-method-params

No description available.

record put-payment-method-params {
  zuora-track-id: option​<string>,
  zuora-entity-ids: option​<string>,
  payment-method-id: string,
  account-holder-info: option​<putpm-account-holder-info>,
  auth-gateway: option​<string>,
  currency-code: option​<string>,
  gateway-options: option​<put-payment-method-request-gateway-options>,
  expiration-month: option​<s32>,
  expiration-year: option​<s32>,
  security-code: option​<string>,
}

Fields

NameTypeDescription
zuora-track-idoption​<string>
zuora-entity-idsoption​<string>
payment-method-idstring
account-holder-infooption​<putpm-account-holder-info>
auth-gatewayoption​<string>
currency-codeoption​<string>
gateway-optionsoption​<put-payment-method-request-gateway-options>
expiration-monthoption​<s32>
expiration-yearoption​<s32>
security-codeoption​<string>