Class Authorization

    • Constructor Detail

      • Authorization

        public Authorization()
    • Method Detail

      • setAmount

        public void setAmount​(Money amount)
        The amount for this authorized payment.
      • setCustomId

        public void setCustomId​(String customId)
        The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions. Appears in transaction and settlement reports.
      • setId

        public void setId​(String id)
        The PayPal-generated ID for the authorized payment.
      • setStatus

        public void setStatus​(String status)
        The status for the authorized payment.
      • setAuthorizationStatusDetails

        public void setAuthorizationStatusDetails​(AuthorizationStatusDetails authorizationStatusDetails)
        The details of the authorized order pending status.
      • setInvoiceId

        public void setInvoiceId​(String invoiceId)
        The API caller-provided external invoice number for this order. Appears in both the payer's transaction history and the emails that the payer receives.
      • getAmount

        public Money getAmount()
        The amount for this authorized payment.
      • getCustomId

        public String getCustomId()
        The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions. Appears in transaction and settlement reports.
      • getId

        public String getId()
        The PayPal-generated ID for the authorized payment.
      • getStatus

        public String getStatus()
        The status for the authorized payment.
      • getAuthorizationStatusDetails

        public AuthorizationStatusDetails getAuthorizationStatusDetails()
        The details of the authorized order pending status.
      • getInvoiceId

        public String getInvoiceId()
        The API caller-provided external invoice number for this order. Appears in both the payer's transaction history and the emails that the payer receives.