Package com.stripe.events
Class V2PaymentsSettlementAllocationIntentErroredEvent.EventData
java.lang.Object
com.stripe.events.V2PaymentsSettlementAllocationIntentErroredEvent.EventData
- Enclosing class:
- V2PaymentsSettlementAllocationIntentErroredEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStripe doc link to debug the issue.User Message detailing the reason code and possible resolution .Open Enum.voidStripe doc link to debug the issue.voidsetMessage(String message) User Message detailing the reason code and possible resolution .voidsetReasonCode(String reasonCode) Open Enum.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getDocUrl
Stripe doc link to debug the issue. -
getMessage
User Message detailing the reason code and possible resolution . -
getReasonCode
Open Enum. Theerroredstatus reason.Equal to
amount_mismatch. -
setDocUrl
Stripe doc link to debug the issue. -
setMessage
User Message detailing the reason code and possible resolution . -
setReasonCode
Open Enum. Theerroredstatus reason.Equal to
amount_mismatch.
-