checkoutToken property

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

Implementation

@JsonKey(name: 'checkout_token', includeIfNull: false)
final String? checkoutToken;