class Google::Apis::AndroidpublisherV3::RefundExternalTransactionRequest
A request to refund an existing external transaction.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @full_refund = args[:full_refund] if args.key?(:full_refund) @partial_refund = args[:partial_refund] if args.key?(:partial_refund) @refund_time = args[:refund_time] if args.key?(:refund_time) end