Class Authorization.PendingRequest

    • Constructor Detail

      • PendingRequest

        public PendingRequest()
    • Method Detail

      • getAmount

        public java.lang.Long getAmount()
        The additional amount Stripe will hold if the authorization is approved, in the card's currency and in the smallest currency unit.
      • getIsAmountControllable

        public java.lang.Boolean getIsAmountControllable()
        If set true, you may provide amount to control how much to hold for the authorization.
      • getMerchantAmount

        public java.lang.Long getMerchantAmount()
        The amount the merchant is requesting to be authorized in the merchant_currency. The amount is in the smallest currency unit.
      • getMerchantCurrency

        public java.lang.String getMerchantCurrency()
        The local currency the merchant is requesting to authorize.
      • setAmount

        public void setAmount​(java.lang.Long amount)
        The additional amount Stripe will hold if the authorization is approved, in the card's currency and in the smallest currency unit.
      • setIsAmountControllable

        public void setIsAmountControllable​(java.lang.Boolean isAmountControllable)
        If set true, you may provide amount to control how much to hold for the authorization.
      • setMerchantAmount

        public void setMerchantAmount​(java.lang.Long merchantAmount)
        The amount the merchant is requesting to be authorized in the merchant_currency. The amount is in the smallest currency unit.
      • setMerchantCurrency

        public void setMerchantCurrency​(java.lang.String merchantCurrency)
        The local currency the merchant is requesting to authorize.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object