Update models

This commit is contained in:
Hillel Coren 2021-01-17 17:05:51 +02:00
parent 7c763fdf61
commit e35e4ca183
1 changed files with 3 additions and 0 deletions

View File

@ -634,6 +634,9 @@ abstract class GatewayOptionsEntity
@BuiltValueField(wireName: 'token_billing') @BuiltValueField(wireName: 'token_billing')
bool get supportTokenBilling; bool get supportTokenBilling;
@nullable
BuiltList<String> get webhooks;
static Serializer<GatewayOptionsEntity> get serializer => static Serializer<GatewayOptionsEntity> get serializer =>
_$gatewayOptionsEntitySerializer; _$gatewayOptionsEntitySerializer;
} }