Class V2PaymentsSettlementAllocationIntentErroredEvent.EventData

java.lang.Object
com.stripe.events.V2PaymentsSettlementAllocationIntentErroredEvent.EventData
Enclosing class:
V2PaymentsSettlementAllocationIntentErroredEvent

public static final class V2PaymentsSettlementAllocationIntentErroredEvent.EventData extends Object
  • Constructor Details

    • EventData

      public EventData()
  • Method Details

    • getDocUrl

      public String getDocUrl()
      Stripe doc link to debug the issue.
    • getMessage

      public String getMessage()
      User Message detailing the reason code and possible resolution .
    • getReasonCode

      public String getReasonCode()
      Open Enum. The errored status reason.

      Equal to amount_mismatch.

    • setDocUrl

      public void setDocUrl(String docUrl)
      Stripe doc link to debug the issue.
    • setMessage

      public void setMessage(String message)
      User Message detailing the reason code and possible resolution .
    • setReasonCode

      public void setReasonCode(String reasonCode)
      Open Enum. The errored status reason.

      Equal to amount_mismatch.