BeneficiaryLegalType
public enum BeneficiaryLegalType : String, Codable
The beneficiary legal type.
-
Business legal type.
Declaration
Swift
case business = "BUSINESS"
-
Individual legal type.
Declaration
Swift
case individual = "INDIVIDUAL"