statementDescriptorSuffix property

  1. @JsonKey.new(name: "statement_descriptor_suffix")
String? get statementDescriptorSuffix
inherited

Provides information about a card payment that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor.

Implementation

@JsonKey(name: "statement_descriptor") String? get statementDescriptor;/// Provides information about a card payment that customers see on
/// their statements.
/// Concatenated with the prefix (shortened descriptor) or statement
/// descriptor that’s set on the account to form the complete statement
/// descriptor. Maximum 22 characters for the concatenated descriptor.
@JsonKey(name: "statement_descriptor_suffix") String? get statementDescriptorSuffix;