Class OutboundPayment.TraceId
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPayment.TraceId
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
A unique identifier that can be used to track this OutboundPayment with recipient bank. Banks
might call this a “reference number” or something similar.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanPossible values arepending,supported, andunsupported.getValue()The trace ID value iftrace_id.statusissupported, otherwise empty.inthashCode()voidPossible values arepending,supported, andunsupported.voidThe trace ID value iftrace_id.statusissupported, otherwise empty.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TraceId
public TraceId()
-
-
Method Details
-
getStatus
Possible values arepending,supported, andunsupported. Initially set topending, it changes tosupportedwhen the recipient bank provides a trace ID, orunsupportedif the recipient bank doesn't support it. Note that this status may not align with the OutboundPayment or OutboundTransfer status and can remainpendingeven after the payment or transfer is posted.One of
pending,supported, orunsupported. -
getValue
The trace ID value iftrace_id.statusissupported, otherwise empty. -
setStatus
Possible values arepending,supported, andunsupported. Initially set topending, it changes tosupportedwhen the recipient bank provides a trace ID, orunsupportedif the recipient bank doesn't support it. Note that this status may not align with the OutboundPayment or OutboundTransfer status and can remainpendingeven after the payment or transfer is posted.One of
pending,supported, orunsupported. -
setValue
The trace ID value iftrace_id.statusissupported, otherwise empty. -
equals
-
canEqual
-
hashCode
public int hashCode()
-