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: doc/models/fulfillment.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ However, orders returned by the Orders API might contain multiple fulfillments b
22
22
|`PickupDetails`|[`FulfillmentPickupDetails`](../../doc/models/fulfillment-pickup-details.md)| Optional | Contains details necessary to fulfill a pickup order. | FulfillmentPickupDetails getPickupDetails() |
23
23
|`ShipmentDetails`|[`FulfillmentShipmentDetails`](../../doc/models/fulfillment-shipment-details.md)| Optional | Contains the details necessary to fulfill a shipment order. | FulfillmentShipmentDetails getShipmentDetails() |
24
24
|`DeliveryDetails`|[`FulfillmentDeliveryDetails`](../../doc/models/fulfillment-delivery-details.md)| Optional | Describes delivery details of an order fulfillment. | FulfillmentDeliveryDetails getDeliveryDetails() |
25
-
|`Version`|`Integer`| Optional | The version number attributed to the fulfillment and incremented every time there is a<br>fulfillment-related update. The fulfillment version is an internal field only for use<br>between Orders and the Fulfillment service. | Integer getVersion() |
Copy file name to clipboardExpand all lines: doc/models/order-return-service-charge.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ Represents the service charge applied to the original order.
26
26
|`AppliedTaxes`|[`List<OrderLineItemAppliedTax>`](../../doc/models/order-line-item-applied-tax.md)| Optional | The list of references to `OrderReturnTax` entities applied to the<br>`OrderReturnServiceCharge`. Each `OrderLineItemAppliedTax` has a `tax_uid`<br>that references the `uid` of a top-level `OrderReturnTax` that is being<br>applied to the `OrderReturnServiceCharge`. On reads, the applied amount is<br>populated. | List<OrderLineItemAppliedTax> getAppliedTaxes() |
27
27
|`TreatmentType`|[`String`](../../doc/models/order-service-charge-treatment-type.md)| Optional | Indicates whether the service charge will be treated as a value-holding line item or<br>apportioned toward a line item. | String getTreatmentType() |
28
28
|`Scope`|[`String`](../../doc/models/order-service-charge-scope.md)| Optional | Indicates whether this is a line-item or order-level apportioned<br>service charge. | String getScope() |
29
-
|`AppliedServiceCharges`|[`List<OrderLineItemAppliedServiceCharge>`](../../doc/models/order-line-item-applied-service-charge.md)| Optional | The list of references to service charges applied to the`OrderReturnServiceCharge`. Each<br>`OrderLineItemAppliedServiceCharge` has a `service_charge_id` that references the `uid` of a<br>top-level `OrderReturnServiceCharge`. On reads, the amount applied is populated. | List<OrderLineItemAppliedServiceCharge> getAppliedServiceCharges() |
30
-
|`TotalServiceChargeMoney`|[`Money`](../../doc/models/money.md)| Optional | Represents an amount of money. `Money` fields can be signed or unsigned.<br>Fields that do not explicitly define whether they are signed or unsigned are<br>considered unsigned and can only hold positive amounts. For signed fields, the<br>sign of the value indicates the purpose of the money transfer. See<br>[Working with Monetary Amounts](https://developer.squareup.com/docs/build-basics/working-with-monetary-amounts)<br>for more information. | Money getTotalServiceChargeMoney() |
|`TreatmentType`|[`String`](../../doc/models/order-service-charge-treatment-type.md)| Optional | Indicates whether the service charge will be treated as a value-holding line item or<br>apportioned toward a line item. | String getTreatmentType() |
29
29
|`Scope`|[`String`](../../doc/models/order-service-charge-scope.md)| Optional | Indicates whether this is a line-item or order-level apportioned<br>service charge. | String getScope() |
30
-
|`AppliedServiceCharges`|[`List<OrderLineItemAppliedServiceCharge>`](../../doc/models/order-line-item-applied-service-charge.md)| Optional | The list of references to service charges applied to this service charge. Each<br>`OrderLineItemAppliedServiceCharge` has a `service_charge_id` that references the `uid` of a<br>top-level `OrderServiceCharge`. On reads, the amount applied is populated.<br><br>To change the amount of a service charge, modify the referenced top-level service charge. | List<OrderLineItemAppliedServiceCharge> getAppliedServiceCharges() |
31
-
|`TotalServiceChargeMoney`|[`Money`](../../doc/models/money.md)| Optional | Represents an amount of money. `Money` fields can be signed or unsigned.<br>Fields that do not explicitly define whether they are signed or unsigned are<br>considered unsigned and can only hold positive amounts. For signed fields, the<br>sign of the value indicates the purpose of the money transfer. See<br>[Working with Monetary Amounts](https://developer.squareup.com/docs/build-basics/working-with-monetary-amounts)<br>for more information. | Money getTotalServiceChargeMoney() |
0 commit comments