PaymentRules
public struct PaymentRules : Codable, Equatable
Represents struct holding collection of payment rules.
-
The payment rules.
Declaration
Swift
public let paymentRules: [PaymentRule]
-
Initializes a payment rules.
Declaration
Swift
public init(paymentRules: [PaymentRule])
Parameters
paymentRules
The collection of
PaymentRule
object. -
Represents a signle payment rule.
See moreDeclaration
Swift
struct PaymentRule : Codable, Equatable
-
Represents the constraint within a payment rule.
See moreDeclaration
Swift
struct Constraint : Codable, Equatable