Update models
This commit is contained in:
parent
7c763fdf61
commit
e35e4ca183
|
|
@ -634,6 +634,9 @@ abstract class GatewayOptionsEntity
|
|||
@BuiltValueField(wireName: 'token_billing')
|
||||
bool get supportTokenBilling;
|
||||
|
||||
@nullable
|
||||
BuiltList<String> get webhooks;
|
||||
|
||||
static Serializer<GatewayOptionsEntity> get serializer =>
|
||||
_$gatewayOptionsEntitySerializer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue