registrationUrlCode property

  1. @JsonKey.new(includeIfNull: false, name: 'registration_url_code')
String? registrationUrlCode
final

Admin-issued registration URL code to use for this registration

Implementation

@JsonKey(includeIfNull: false, name: 'registration_url_code')
final String? registrationUrlCode;