BTPayPalBillingPricing
public struct BTPayPalBillingPricing : Encodable
PayPal Recurring Billing Agreement pricing details.
-
Recurring Billing Agreement pricing model types.
See moreDeclaration
Swift
public enum PricingModel : String, Encodable
-
Initialize a
BTPayPalBillingPricingobject.Declaration
Swift
public init(pricingModel: PricingModel, amount: String? = nil, reloadThresholdAmount: String? = nil)Parameters
pricingModelRequired: The pricing model associated with the billing agreement.
amountOptional: Price. The amount to charge for the subscription, recurring, UCOF or installments.
reloadThresholdAmountOptional: The reload trigger threshold condition amount when the customer is charged.
View on GitHub