You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/paymentlink.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,5 @@
34
34
|`shipping_details`|[OptionalNullable[models.ShippingDetails]](../models/shippingdetails.md)|:heavy_minus_sign:| The shipping details for the payment link. ||
35
35
|`connection_options`| Dict[str, Dict[str, *Any*]]|:heavy_minus_sign:| The connection options for the payment link. ||
36
36
|`store`|*Optional[bool]*|:heavy_minus_sign:| Whether the payment method was stored. ||
37
-
|`buyer_id`|*OptionalNullable[str]*|:heavy_minus_sign:| The ID of the buyer to associate with the stored payment method. | a1b2c3d4-5678-90ab-cdef-1234567890ab |
37
+
|`buyer_id`|*OptionalNullable[str]*|:heavy_minus_sign:| The ID of the buyer to associate with the stored payment method. | a1b2c3d4-5678-90ab-cdef-1234567890ab |
38
+
|`installment_count`|*OptionalNullable[int]*|:heavy_minus_sign:| The number of installments a buyer is required to make. ||
Copy file name to clipboardExpand all lines: docs/models/paymentlinkcreate.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,5 @@
27
27
| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Arbitrary metadata for the payment link. | {<br/>"order_id": "ORD-12345"<br/>} |
28
28
| `payment_source` | [Optional[models.TransactionPaymentSource]](../models/transactionpaymentsource.md) | :heavy_minus_sign: | The way payment method information made it to this transaction. | |
29
29
| `store` | *Optional[bool]* | :heavy_minus_sign: | Whether to store the payment method for future use. | true |
30
-
| `buyer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the buyer to associate the payment method with. Note: When `buyer_id` is provided, the payment link should be treated as a secret as it will allow the user to manage payment methods for the associated buyer. | a1b2c3d4-5678-90ab-cdef-1234567890ab |
30
+
| `buyer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the buyer to associate the payment method with. Note: When `buyer_id` is provided, the payment link should be treated as a secret as it will allow the user to manage payment methods for the associated buyer. | a1b2c3d4-5678-90ab-cdef-1234567890ab |
31
+
| `installment_count` | *OptionalNullable[int]* | :heavy_minus_sign: | The number of installments a buyer is required to make. | |
0 commit comments