Class AccountThresholdsUpdatedEffectResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.effects.EffectResponse
org.stellar.sdk.responses.effects.AccountThresholdsUpdatedEffectResponse
All Implemented Interfaces:
Pageable

public final class AccountThresholdsUpdatedEffectResponse extends EffectResponse
Represents account_thresholds_updated effect response.
See Also:
  • Constructor Details

    • AccountThresholdsUpdatedEffectResponse

      public AccountThresholdsUpdatedEffectResponse(Integer lowThreshold, Integer medThreshold, Integer highThreshold)
  • Method Details