google_api_content v0.27.0 GoogleApi.Content.V21.Model.ReturnaddressCustomBatchRequestEntry View Source
Attributes
batchId
(type:integer()
, default:nil
) - An entry ID, unique within the batch request.merchantId
(type:String.t
, default:nil
) - The Merchant Center account ID.method
(type:String.t
, default:nil
) -returnAddress
(type:GoogleApi.Content.V21.Model.ReturnAddress.t
, default:nil
) - The return address to submit. Set this only if the method is insert.returnAddressId
(type:String.t
, default:nil
) - The return address ID. Set this only if the method is delete or get.
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 Sourcet() :: %GoogleApi.Content.V21.Model.ReturnaddressCustomBatchRequestEntry{ batchId: integer(), merchantId: String.t(), method: String.t(), returnAddress: GoogleApi.Content.V21.Model.ReturnAddress.t(), returnAddressId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.