Class CreateSelectedPaymentMethod

  • All Implemented Interfaces:

    
    public class CreateSelectedPaymentMethod
    
                        

    A data class representing the payment method selected, including the cleartext payment details. Used for creating an RFQ.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKind() type of payment method
      final Map<String, Object> getPaymentDetails() An object containing the properties defined in an Offering's requiredPaymentDetails json schema
      • Methods inherited from class java.lang.Object

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