Class PrivatePaymentDetails

  • All Implemented Interfaces:

    
    public final class PrivatePaymentDetails
    
                        

    A container for the cleartext paymentDetails

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Map<String, Object> getPaymentDetails() An object containing the properties defined in the respective 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

      • PrivatePaymentDetails

        PrivatePaymentDetails(Map<String, Object> paymentDetails)
    • Method Detail

      • getPaymentDetails

         final Map<String, Object> getPaymentDetails()

        An object containing the properties defined in the respective Offering's requiredPaymentDetails json schema. When creating an Rfq, this value is taken from CreateSelectedPaymentMethod.paymentDetails.