Record
payment-link
No description available.
record payment-link {
active: bool,
after-completion: resource-after-completion,
allow-promotion-codes: bool,
application-fee-amount: option<s32>,
application-fee-percent: option<f64>,
automatic-tax: resource-automatic-tax,
billing-address-collection: payment-link-billing-address-collection-enum,
consent-collection: option<string>,
currency: string,
custom-fields: list<resource-custom-fields>,
custom-text: resource-custom-text,
customer-creation: payment-link-customer-creation-enum,
id: string,
invoice-creation: option<string>,
line-items: option<payment-link-line-items>,
livemode: bool,
metadata: payment-link-metadata,
object: payment-link-object-enum,
on-behalf-of: option<string>,
payment-intent-data: option<string>,
payment-method-collection: payment-link-customer-creation-enum,
payment-method-types: option<list<payment-link-payment-method-types-item-enum>>,
phone-number-collection: resource-phone-number-collection,
shipping-address-collection: option<string>,
shipping-options: list<resource-shipping-option>,
submit-type: payment-link-submit-type-enum,
subscription-data: option<string>,
tax-id-collection: resource-tax-id-collection,
transfer-data: option<string>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| active | bool | |
| after-completion | resource-after-completion | |
| allow-promotion-codes | bool | |
| application-fee-amount | option<s32> | |
| application-fee-percent | option<f64> | |
| automatic-tax | resource-automatic-tax | |
| billing-address-collection | payment-link-billing-address-collection-enum | |
| consent-collection | option<string> | |
| currency | string | |
| custom-fields | list<resource-custom-fields> | |
| custom-text | resource-custom-text | |
| customer-creation | payment-link-customer-creation-enum | |
| id | string | |
| invoice-creation | option<string> | |
| line-items | option<payment-link-line-items> | |
| livemode | bool | |
| metadata | payment-link-metadata | |
| object | payment-link-object-enum | |
| on-behalf-of | option<string> | |
| payment-intent-data | option<string> | |
| payment-method-collection | payment-link-customer-creation-enum | |
| payment-method-types | option<list<payment-link-payment-method-types-item-enum>> | |
| phone-number-collection | resource-phone-number-collection | |
| shipping-address-collection | option<string> | |
| shipping-options | list<resource-shipping-option> | |
| submit-type | payment-link-submit-type-enum | |
| subscription-data | option<string> | |
| tax-id-collection | resource-tax-id-collection | |
| transfer-data | option<string> | |
| url | string |