class Google::Apis::AndroidpublisherV3::PartialRefund

def update!(**args)

Update properties of this object
def update!(**args)
  @refund_id = args[:refund_id] if args.key?(:refund_id)
  @refund_pre_tax_amount = args[:refund_pre_tax_amount] if args.key?(:refund_pre_tax_amount)
end