Class CreateTokenRequest

java.lang.Object
com.onlinepayments.domain.CreateTokenRequest

public class CreateTokenRequest extends Object
  • Constructor Details

    • CreateTokenRequest

      public CreateTokenRequest()
  • Method Details

    • getCard

      public TokenCardSpecificInput getCard()
      Object containing the token details for a card
    • setCard

      public void setCard(TokenCardSpecificInput value)
      Object containing the token details for a card
    • withCard

      public CreateTokenRequest withCard(TokenCardSpecificInput value)
      Object containing the token details for a card
    • getPaymentProductId

      public Integer getPaymentProductId()
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • setPaymentProductId

      public void setPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • withPaymentProductId

      public CreateTokenRequest withPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.