Wasm Directoryalpha
Record

post-payment-links-payment-link-params

No description available.

record post-payment-links-payment-link-params {
  payment-link: string,
  active: option​<bool>,
  after-completion: option​<post-payment-links-payment-link-body-after-completion>,
  allow-promotion-codes: option​<bool>,
  automatic-tax: option​<post-payment-links-payment-link-body-automatic-tax>,
  billing-address-collection: option​<payment-link-billing-address-collection-enum>,
  custom-fields: option​<string>,
  custom-text: option​<post-payment-links-payment-link-body-custom-text>,
  customer-creation: option​<payment-link-customer-creation-enum>,
  expand: option​<list​<string>>,
  invoice-creation: option​<post-payment-links-payment-link-body-invoice-creation>,
  line-items: option​<list​<post-payment-links-payment-link-body-line-items-item>>,
  metadata: option​<post-payment-links-payment-link-body-metadata>,
  payment-method-collection: option​<payment-link-customer-creation-enum>,
  payment-method-types: option​<string>,
  shipping-address-collection: option​<string>,
}

Fields

NameTypeDescription
payment-linkstring
activeoption​<bool>
after-completionoption​<post-payment-links-payment-link-body-after-completion>
allow-promotion-codesoption​<bool>
automatic-taxoption​<post-payment-links-payment-link-body-automatic-tax>
billing-address-collectionoption​<payment-link-billing-address-collection-enum>
custom-fieldsoption​<string>
custom-textoption​<post-payment-links-payment-link-body-custom-text>
customer-creationoption​<payment-link-customer-creation-enum>
expandoption​<list​<string>>
invoice-creationoption​<post-payment-links-payment-link-body-invoice-creation>
line-itemsoption​<list​<post-payment-links-payment-link-body-line-items-item>>
metadataoption​<post-payment-links-payment-link-body-metadata>
payment-method-collectionoption​<payment-link-customer-creation-enum>
payment-method-typesoption​<string>
shipping-address-collectionoption​<string>