View Source GoogleApi.Content.V21.Model.ReturnaddressCustomBatchRequestEntry (google_api_content v0.70.1)
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) - Method of the batch request entry. Acceptable values are: - "delete" - "get" - "insert" -
returnAddress(type:GoogleApi.Content.V21.Model.ReturnAddress.t, default:nil) - The return address to submit. This should be set only if the method isinsert. -
returnAddressId(type:String.t, default:nil) - The return address ID. This should be set only if the method isdeleteorget.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.ReturnaddressCustomBatchRequestEntry{ batchId: integer() | nil, merchantId: String.t() | nil, method: String.t() | nil, returnAddress: GoogleApi.Content.V21.Model.ReturnAddress.t() | nil, returnAddressId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.