class Google::Apis::ContentV2_1::ListAccountReturnCarrierResponse

Response for listing account return carriers.

Attributes

account_return_carriers[RW]

List of all available account return carriers for the merchant. Corresponds to the JSON property `accountReturnCarriers` @return [Array<Google::Apis::ContentV2_1::AccountReturnCarrier>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 4330
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 4335
def update!(**args)
  @account_return_carriers = args[:account_return_carriers] if args.key?(:account_return_carriers)
end