Class PaymentInfoImpl

java.lang.Object
com.commercetools.api.models.order.PaymentInfoImpl
All Implemented Interfaces:
PaymentInfo, io.vrap.rmf.base.client.ModelBase

public class PaymentInfoImpl extends Object implements PaymentInfo, io.vrap.rmf.base.client.ModelBase
PaymentInfo
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    References to the Payments associated with the Order.
    int
     
    void
    References to the Payments associated with the Order.
    void
    References to the Payments associated with the Order.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.api.models.order.PaymentInfo

    withPaymentInfo
  • Constructor Details

    • PaymentInfoImpl

      public PaymentInfoImpl()
      create empty instance
  • Method Details