class Google::Apis::AndroidpublisherV3::PartialRefundEvent
Details of the partial refund events for this order.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @process_time = args[:process_time] if args.key?(:process_time) @refund_details = args[:refund_details] if args.key?(:refund_details) @state = args[:state] if args.key?(:state) end