google_api_content v0.1.0 GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntry View Source
Attributes
- batchId (integer()): An entry ID, unique within the batch request. Defaults to:
null. - cancel (OrdersCustomBatchRequestEntryCancel): Required for cancel method. Defaults to:
null. - cancelLineItem (OrdersCustomBatchRequestEntryCancelLineItem): Required for cancelLineItem method. Defaults to:
null. - inStoreRefundLineItem (OrdersCustomBatchRequestEntryInStoreRefundLineItem): Required for inStoreReturnLineItem method. Defaults to:
null. - merchantId (String.t): The ID of the managing account. Defaults to:
null. - merchantOrderId (String.t): The merchant order id. Required for updateMerchantOrderId and getByMerchantOrderId methods. Defaults to:
null. - method (String.t): The method to apply. Defaults to:
null. - operationId (String.t): The ID of the operation. Unique across all operations for a given order. Required for all methods beside get and getByMerchantOrderId. Defaults to:
null. - orderId (String.t): The ID of the order. Required for all methods beside getByMerchantOrderId. Defaults to:
null. - refund (OrdersCustomBatchRequestEntryRefund): Required for refund method. Defaults to:
null. - rejectReturnLineItem (OrdersCustomBatchRequestEntryRejectReturnLineItem): Required for rejectReturnLineItem method. Defaults to:
null. - returnLineItem (OrdersCustomBatchRequestEntryReturnLineItem): Required for returnLineItem method. Defaults to:
null. - returnRefundLineItem (OrdersCustomBatchRequestEntryReturnRefundLineItem): Required for returnRefundLineItem method. Defaults to:
null. - setLineItemMetadata (OrdersCustomBatchRequestEntrySetLineItemMetadata): Required for setLineItemMetadata method. Defaults to:
null. - shipLineItems (OrdersCustomBatchRequestEntryShipLineItems): Required for shipLineItems method. Defaults to:
null. - updateLineItemShippingDetails (OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails): Required for updateLineItemShippingDate method. Defaults to:
null. - updateShipment (OrdersCustomBatchRequestEntryUpdateShipment): Required for updateShipment method. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntry{
batchId: any(),
cancel: GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryCancel.t(),
cancelLineItem:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryCancelLineItem.t(),
inStoreRefundLineItem:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryInStoreRefundLineItem.t(),
merchantId: any(),
merchantOrderId: any(),
method: any(),
operationId: any(),
orderId: any(),
refund: GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryRefund.t(),
rejectReturnLineItem:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryRejectReturnLineItem.t(),
returnLineItem:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryReturnLineItem.t(),
returnRefundLineItem:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryReturnRefundLineItem.t(),
setLineItemMetadata:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntrySetLineItemMetadata.t(),
shipLineItems:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryShipLineItems.t(),
updateLineItemShippingDetails:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails.t(),
updateShipment:
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryUpdateShipment.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.