Class Token

    • Constructor Detail

      • Token

        public Token()
    • Method Detail

      • setId

        public void setId​(String id)
        The PayPal-generated ID for the token.
      • setType

        public void setType​(String type)
        The tokenization method that generated the ID. The possible values are:
        • "BILLING_AGREEMENT". The PayPal billing agreement ID. References an approved recurring payment for goods or services.
      • getId

        public String getId()
        The PayPal-generated ID for the token.
      • getType

        public String getType()
        The tokenization method that generated the ID. The possible values are:
        • "BILLING_AGREEMENT". The PayPal billing agreement ID. References an approved recurring payment for goods or services.