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