google_api_content v0.30.0 GoogleApi.Content.V21.Model.OrderreturnsRefundOperation View Source
Attributes
fullRefund(type:boolean(), default:nil) - If true, the item will be fully refunded.partialRefund(type:GoogleApi.Content.V21.Model.OrderreturnsPartialRefund.t, default:nil) - If this is set, the item will be partially refunded.reasonText(type:String.t, default:nil) - The explanation of the reason.returnRefundReason(type:String.t, default:nil) - Code of the refund reason.
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.OrderreturnsRefundOperation{
fullRefund: boolean(),
partialRefund: GoogleApi.Content.V21.Model.OrderreturnsPartialRefund.t(),
reasonText: String.t(),
returnRefundReason: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.