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
Get expanded
mandate
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
IP address of the user initiating the OutboundPayment.true
if the OutboundPayment creation request is being made on behalf of an end user by a platform.int
hashCode()
void
setIpAddress
(String ipAddress) IP address of the user initiating the OutboundPayment.void
setPresent
(Boolean present) true
if 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, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EndUserDetails
public EndUserDetails()
-
-
Method Details
-
getIpAddress
IP address of the user initiating the OutboundPayment. Set ifpresent
is 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
true
if 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 ifpresent
is 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
true
if the OutboundPayment creation request is being made on behalf of an end user by a platform. Otherwise,false
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-