class Google::Apis::AndroidpublisherV3::RefundExternalTransactionRequest

def update!(**args)

Update properties of this object
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