Class OtherDetails

java.lang.Object
com.onlinepayments.domain.OtherDetails

public class OtherDetails extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc.
    Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].
    void
    Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc.
    void
    Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].
    Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc.
    Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].

    Methods inherited from class java.lang.Object

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

    • OtherDetails

      public OtherDetails()
  • Method Details

    • getMetaData

      public String getMetaData()
      Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc. The field is in JSON format, with keys and values expected by the payment method at transaction creation. Please refer to the payment mean documentation.
    • setMetaData

      public void setMetaData(String value)
      Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc. The field is in JSON format, with keys and values expected by the payment method at transaction creation. Please refer to the payment mean documentation.
    • withMetaData

      public OtherDetails withMetaData(String value)
      Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc. The field is in JSON format, with keys and values expected by the payment method at transaction creation. Please refer to the payment mean documentation.
    • getTravelData

      public String getTravelData()
      Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].
    • setTravelData

      public void setTravelData(String value)
      Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].
    • withTravelData

      public OtherDetails withTravelData(String value)
      Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].