status property

  1. @BuiltValueField.new(wireName: r'status')
BalanceWebhookSettingInfoStatusEnum get status

The status of the webhook setting. Possible values: * active: You receive a balance webhook if any of the conditions in this setting are met. * inactive: You do not receive a balance webhook even if the conditions in this settings are met.

Implementation

@BuiltValueField(wireName: r'status')
BalanceWebhookSettingInfoStatusEnum get status;