Class PayoutStateWebhookData


  • public class PayoutStateWebhookData
    extends Object
    PayoutStateWebhookData
    • Constructor Detail

      • PayoutStateWebhookData

        public PayoutStateWebhookData()
    • Method Detail

      • balanceAccountId

        public PayoutStateWebhookData balanceAccountId​(String balanceAccountId)
        The unique identifier of the balance account from which the payout is initiated.
        Parameters:
        balanceAccountId - The unique identifier of the balance account from which the payout is initiated.
        Returns:
        the current PayoutStateWebhookData instance, allowing for method chaining
      • getBalanceAccountId

        public String getBalanceAccountId()
        The unique identifier of the balance account from which the payout is initiated.
        Returns:
        balanceAccountId The unique identifier of the balance account from which the payout is initiated.
      • setBalanceAccountId

        public void setBalanceAccountId​(String balanceAccountId)
        The unique identifier of the balance account from which the payout is initiated.
        Parameters:
        balanceAccountId - The unique identifier of the balance account from which the payout is initiated.
      • balanceAccountPayoutScheduleId

        public PayoutStateWebhookData balanceAccountPayoutScheduleId​(String balanceAccountPayoutScheduleId)
        The unique identifier of the managed payout schedule.
        Parameters:
        balanceAccountPayoutScheduleId - The unique identifier of the managed payout schedule.
        Returns:
        the current PayoutStateWebhookData instance, allowing for method chaining
      • getBalanceAccountPayoutScheduleId

        public String getBalanceAccountPayoutScheduleId()
        The unique identifier of the managed payout schedule.
        Returns:
        balanceAccountPayoutScheduleId The unique identifier of the managed payout schedule.
      • setBalanceAccountPayoutScheduleId

        public void setBalanceAccountPayoutScheduleId​(String balanceAccountPayoutScheduleId)
        The unique identifier of the managed payout schedule.
        Parameters:
        balanceAccountPayoutScheduleId - The unique identifier of the managed payout schedule.
      • balancePlatform

        public PayoutStateWebhookData balancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform - The unique identifier of the balance platform.
        Returns:
        the current PayoutStateWebhookData instance, allowing for method chaining
      • getBalancePlatform

        public String getBalancePlatform()
        The unique identifier of the balance platform.
        Returns:
        balancePlatform The unique identifier of the balance platform.
      • setBalancePlatform

        public void setBalancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform - The unique identifier of the balance platform.
      • resultDetails

        public PayoutStateWebhookData resultDetails​(ResultDetails resultDetails)
        resultDetails
        Parameters:
        resultDetails -
        Returns:
        the current PayoutStateWebhookData instance, allowing for method chaining
      • getResultDetails

        public ResultDetails getResultDetails()
        Get resultDetails
        Returns:
        resultDetails
      • setResultDetails

        public void setResultDetails​(ResultDetails resultDetails)
        resultDetails
        Parameters:
        resultDetails -
      • triggeredAt

        public PayoutStateWebhookData triggeredAt​(OffsetDateTime triggeredAt)
        The timestamp of the moment when the execution was triggered.
        Parameters:
        triggeredAt - The timestamp of the moment when the execution was triggered.
        Returns:
        the current PayoutStateWebhookData instance, allowing for method chaining
      • getTriggeredAt

        public OffsetDateTime getTriggeredAt()
        The timestamp of the moment when the execution was triggered.
        Returns:
        triggeredAt The timestamp of the moment when the execution was triggered.
      • setTriggeredAt

        public void setTriggeredAt​(OffsetDateTime triggeredAt)
        The timestamp of the moment when the execution was triggered.
        Parameters:
        triggeredAt - The timestamp of the moment when the execution was triggered.
      • equals

        public boolean equals​(Object o)
        Return true if this PayoutStateWebhookData object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static PayoutStateWebhookData fromJson​(String jsonString)
                                               throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of PayoutStateWebhookData given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of PayoutStateWebhookData
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to PayoutStateWebhookData
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of PayoutStateWebhookData to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException