finalPayeeCountry property
TextFieldWrapper?
get
finalPayeeCountry
Final Payee Country
Implementation
TextFieldWrapper? get finalPayeeCountry => document
.fieldByTypeName("FinalPayeeCountry")
?.let((field) => TextFieldWrapper(field));