statementDescriptor property
For non-card charges, you can use this value as the complete description that appears on your customers’ statements. Must contain at least one letter, maximum 22 characters.
Implementation
ShippingDetails? get shipping;/// For non-card charges, you can use this value as the complete
/// description that appears on your customers’ statements.
/// Must contain at least one letter, maximum 22 characters.
@JsonKey(name: "statement_descriptor") String? get statementDescriptor;