Package com.stripe.model
Class PaymentIntent.NextAction.CardAwaitNotification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.CardAwaitNotification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The time that payment will be attempted.For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank.int
hashCode()
void
setChargeAttemptAt
(Long chargeAttemptAt) The time that payment will be attempted.void
setCustomerApprovalRequired
(Boolean customerApprovalRequired) For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardAwaitNotification
public CardAwaitNotification()
-
-
Method Details
-
getChargeAttemptAt
The time that payment will be attempted. If customer approval is required, they need to provide approval before this time. -
getCustomerApprovalRequired
For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required. -
setChargeAttemptAt
The time that payment will be attempted. If customer approval is required, they need to provide approval before this time. -
setCustomerApprovalRequired
For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required. -
equals
-
canEqual
-
hashCode
public int hashCode()
-