Package com.stripe.model.treasury
Class OutboundPayment.EndUserDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundPayment.EndUserDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
For more details about EndUserDetails, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIP address of the user initiating the OutboundPayment.trueif the OutboundPayment creation request is being made on behalf of an end user by a platform.inthashCode()voidsetIpAddress(String ipAddress) IP address of the user initiating the OutboundPayment.voidsetPresent(Boolean present) trueif the OutboundPayment creation request is being made on behalf of an end user by a platform.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EndUserDetails
public EndUserDetails()
-
-
Method Details
-
getIpAddress
IP address of the user initiating the OutboundPayment. Set ifpresentis set totrue. IP address collection is required for risk and compliance reasons. This will be used to help determine if the OutboundPayment is authorized or should be blocked. -
getPresent
trueif the OutboundPayment creation request is being made on behalf of an end user by a platform. Otherwise,false. -
setIpAddress
IP address of the user initiating the OutboundPayment. Set ifpresentis set totrue. IP address collection is required for risk and compliance reasons. This will be used to help determine if the OutboundPayment is authorized or should be blocked. -
setPresent
trueif the OutboundPayment creation request is being made on behalf of an end user by a platform. Otherwise,false. -
equals
-
canEqual
-
hashCode
public int hashCode()
-