CashPickupLocationType
public enum CashPickupLocationType : String, Codable
Cash pickup location type.
-
Universal location type. Beneficiaries can choose to collect their funds at any location that belongs to the selected network.
Declaration
Swift
case universal = "UNIVERSAL"
-
Designated location type. The funds can only be collected at the designated address.
Declaration
Swift
case designated = "DESIGNATED"