Class Refund

  • All Implemented Interfaces:
    RequestBody

    public class Refund
    extends java.lang.Object
    implements RequestBody
    This class represents Refund object.

    Contains up-to-date information about the return of a successful payment.

    It comes in response to any request r elated to returns.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Refund.Deal  
    • Constructor Summary

      Constructors 
      Constructor Description
      Refund()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void createValidation​(Refund refund)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Refund

        public Refund()
    • Method Detail

      • createValidation

        public static void createValidation​(Refund refund)