@@ -10822,7 +10822,7 @@ client.payments().list(
1082210822
1082310823**beginTime:** `Optional<String>`
1082410824
10825- Indicates the start of the time range to retrieve payments for, in RFC 3339 format.
10825+ Indicates the start of the time range to retrieve payments for, in RFC 3339 format.
1082610826The range is determined using the `created_at` field for each Payment.
1082710827Inclusive. Default: The current time minus one year.
1082810828
@@ -10834,7 +10834,7 @@ Inclusive. Default: The current time minus one year.
1083410834
1083510835**endTime:** `Optional<String>`
1083610836
10837- Indicates the end of the time range to retrieve payments for, in RFC 3339 format. The
10837+ Indicates the end of the time range to retrieve payments for, in RFC 3339 format. The
1083810838range is determined using the `created_at` field for each Payment.
1083910839
1084010840Default: The current time.
@@ -11074,7 +11074,7 @@ This could be a payment token generated by the Web Payments SDK for any of its
1107411074[supported methods](https://developer.squareup.com/docs/web-payments/overview#explore-payment-methods),
1107511075including cards, bank transfers, Afterpay or Cash App Pay. If recording a payment
1107611076that the seller received outside of Square, specify either "CASH" or "EXTERNAL".
11077- For more information, see
11077+ For more information, see
1107811078[Take Payments](https://developer.squareup.com/docs/payments-api/take-payments).
1107911079
1108011080</dd>
@@ -11162,10 +11162,10 @@ For more information, see [Permissions](https://developer.squareup.com/docs/paym
1116211162
1116311163**delayDuration:** `Optional<String>`
1116411164
11165- The duration of time after the payment's creation when Square automatically
11166- either completes or cancels the payment depending on the `delay_action` field value.
11167- For more information, see
11168- [Time threshold](https://developer.squareup.com/docs/payments-api/take-payments/card-payments/delayed-capture#time-threshold).
11165+ The duration of time after the payment's creation when Square automatically
11166+ either completes or cancels the payment depending on the `delay_action` field value.
11167+ For more information, see
11168+ [Time threshold](https://developer.squareup.com/docs/payments-api/take-payments/card-payments/delayed-capture#time-threshold).
1116911169
1117011170This parameter should be specified as a time duration, in RFC 3339 format.
1117111171
@@ -11186,8 +11186,8 @@ Default:
1118611186**delayAction:** `Optional<String>`
1118711187
1118811188The action to be applied to the payment when the `delay_duration` has elapsed. The action must be
11189- CANCEL or COMPLETE. For more information, see
11190- [Time Threshold](https://developer.squareup.com/docs/payments-api/take-payments/card-payments/delayed-capture#time-threshold).
11189+ CANCEL or COMPLETE. For more information, see
11190+ [Time Threshold](https://developer.squareup.com/docs/payments-api/take-payments/card-payments/delayed-capture#time-threshold).
1119111191
1119211192Default: CANCEL
1119311193
@@ -11245,7 +11245,7 @@ used.
1124511245
1124611246**teamMemberId:** `Optional<String>`
1124711247
11248- An optional [TeamMember](entity:TeamMember) ID to associate with
11248+ An optional [TeamMember](entity:TeamMember) ID to associate with
1124911249this payment.
1125011250
1125111251</dd>
@@ -11258,7 +11258,7 @@ this payment.
1125811258
1125911259A user-defined ID to associate with the payment.
1126011260
11261- You can use this field to associate the payment to an entity in an external system
11261+ You can use this field to associate the payment to an entity in an external system
1126211262(for example, you might specify an order ID that is generated by a third-party shopping cart).
1126311263
1126411264</dd>
@@ -11752,8 +11752,8 @@ client.payments().complete(
1175211752
1175311753**versionToken:** `Optional<String>`
1175411754
11755- Used for optimistic concurrency. This opaque token identifies the current `Payment`
11756- version that the caller expects. If the server has a different version of the Payment,
11755+ Used for optimistic concurrency. This opaque token identifies the current `Payment`
11756+ version that the caller expects. If the server has a different version of the Payment,
1175711757the update fails and a response with a VERSION_MISMATCH error is returned.
1175811758
1175911759</dd>
@@ -12930,7 +12930,7 @@ If the cancellation date is earlier than the end date of a subscription cycle, t
1293012930at the canceled date and the subscriber is sent a prorated invoice at the beginning of the canceled cycle.
1293112931
1293212932When the subscription plan of the newly created subscription has a fixed number of cycles and the `canceled_date`
12933- occurs before the subscription plan expires , the specified `canceled_date` sets the date when the subscription
12933+ occurs before the subscription plan completes , the specified `canceled_date` sets the date when the subscription
1293412934stops through the end of the last cycle.
1293512935
1293612936</dd>
0 commit comments