VRPReason
public enum VRPReason : String, Codable
It determines which reason of payment operation will be executed by the Gateway.
-
None.
Declaration
Swift
case none = "None"
-
Party to party.
Declaration
Swift
case partyToParty = "PartyToParty"
-
Bill payment.
Declaration
Swift
case billPayment = "BillPayment"
-
E-commerce goods.
Declaration
Swift
case ecommerceGoods = "EcommerceGoods"
-
E-commerce services.
Declaration
Swift
case ecommerceServices = "EcommerceServices"
-
Other.
Declaration
Swift
case other = "Other"