Class CardOrderItem


  • public class CardOrderItem
    extends Object
    CardOrderItem
    • Constructor Detail

      • CardOrderItem

        public CardOrderItem()
    • Method Detail

      • getBalancePlatform

        public String getBalancePlatform()
        The unique identifier of the balance platform.
        Returns:
        balancePlatform
      • setBalancePlatform

        public void setBalancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform -
      • getCardOrderItemId

        public String getCardOrderItemId()
        The unique identifier of the card order item.
        Returns:
        cardOrderItemId
      • setCardOrderItemId

        public void setCardOrderItemId​(String cardOrderItemId)
        The unique identifier of the card order item.
        Parameters:
        cardOrderItemId -
      • getCreationDate

        public OffsetDateTime getCreationDate()
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(OffsetDateTime creationDate)
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
        Parameters:
        creationDate -
      • getId

        public String getId()
        The ID of the resource.
        Returns:
        id
      • setId

        public void setId​(String id)
        The ID of the resource.
        Parameters:
        id -
      • paymentInstrumentId

        public CardOrderItem paymentInstrumentId​(String paymentInstrumentId)
      • getPaymentInstrumentId

        public String getPaymentInstrumentId()
        The unique identifier of the payment instrument related to the card order item.
        Returns:
        paymentInstrumentId
      • setPaymentInstrumentId

        public void setPaymentInstrumentId​(String paymentInstrumentId)
        The unique identifier of the payment instrument related to the card order item.
        Parameters:
        paymentInstrumentId -
      • getShippingMethod

        public String getShippingMethod()
        The shipping method used to deliver the card or the PIN.
        Returns:
        shippingMethod
      • setShippingMethod

        public void setShippingMethod​(String shippingMethod)
        The shipping method used to deliver the card or the PIN.
        Parameters:
        shippingMethod -
      • equals

        public boolean equals​(Object o)
        Return true if this CardOrderItem object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static CardOrderItem fromJson​(String jsonString)
                                      throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of CardOrderItem given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of CardOrderItem
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to CardOrderItem
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of CardOrderItem to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException