Class: Google::Apis::ContentV2_1::SettlementTransactionTransaction

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SettlementTransactionTransaction

Returns a new instance of SettlementTransactionTransaction.



13818
13819
13820
# File 'lib/google/apis/content_v2_1/classes.rb', line 13818

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#post_dateString

The time on which the event occurred in ISO 8601 format. Corresponds to the JSON property postDate

Returns:

  • (String)


13807
13808
13809
# File 'lib/google/apis/content_v2_1/classes.rb', line 13807

def 
  @post_date
end

#typeString

The type of the transaction that occurred. Acceptable values are: - "order" - "reversal" - "orderRefund" - "reversalRefund" - " issueRelatedRefundAndReplacement" - "returnLabelShippingFeeTransaction" - " reversalIssueRelatedRefundAndReplacement" - " reversalReturnLabelShippingFeeTransaction" - "lumpSumCorrectionTransaction" Corresponds to the JSON property type

Returns:

  • (String)


13816
13817
13818
# File 'lib/google/apis/content_v2_1/classes.rb', line 13816

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13823
13824
13825
13826
# File 'lib/google/apis/content_v2_1/classes.rb', line 13823

def update!(**args)
  @post_date = args[:post_date] if args.key?(:post_date)
  @type = args[:type] if args.key?(:type)
end