createdBy property
The user who created the gift code
Implementation
@JsonKey(includeIfNull: false, name: 'created_by')
final UserPartialResponse? createdBy;
The user who created the gift code
@JsonKey(includeIfNull: false, name: 'created_by')
final UserPartialResponse? createdBy;