BeneficiaryType
public enum BeneficiaryType : String, Codable
The beneficiary type.
-
Local beneficiary type.
Declaration
Swift
case local = "LOCAL"
-
International beneficiary type.
Declaration
Swift
case international = "INTERNATIONAL"