createdBy property

  1. @JsonKey.new(includeIfNull: false, name: 'created_by')
UserPartialResponse? createdBy
final

The user who created the gift code

Implementation

@JsonKey(includeIfNull: false, name: 'created_by')
final UserPartialResponse? createdBy;