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