Class PaymentIntent.NextAction

    • Constructor Detail

      • NextAction

        public NextAction()
    • Method Detail

      • getType

        public java.lang.String getType()
        Type of the next action to perform, one of redirect_to_url, use_stripe_sdk, alipay_handle_redirect, or oxxo_display_details.
      • getUseStripeSdk

        public java.util.Map<java.lang.String,​java.lang.Object> getUseStripeSdk()
        When confirming a PaymentIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.
      • setType

        public void setType​(java.lang.String type)
        Type of the next action to perform, one of redirect_to_url, use_stripe_sdk, alipay_handle_redirect, or oxxo_display_details.
      • setUseStripeSdk

        public void setUseStripeSdk​(java.util.Map<java.lang.String,​java.lang.Object> useStripeSdk)
        When confirming a PaymentIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.
      • 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