TNEntityPaymentMethod
@objcMembers
open class TNEntityPaymentMethod : NSObject, Codable
Undocumented
-
Indicates if the payment method is accepted or not.
Declaration
Swift
public var accept: Bool -
Provides additional description for the payment method.
Declaration
Swift
public var paymentDescription: String? -
Provides the supported payment method.
Declaration
Swift
public var paymentMethodType: TNEntityPaymentMethodType? -
Lists any vendor specific payment mode.
Declaration
Swift
public var supportedVendors: [String]?
TNEntityPaymentMethod Class Reference