BTPayPalCreditFinancing
@objcMembers
public class BTPayPalCreditFinancing : NSObject
Contains information about a PayPal credit financing option
-
Indicates whether the card amount is editable after payer’s acceptance on PayPal side.
Declaration
Swift
public let cardAmountImmutable: Bool
-
Estimated amount per month that the customer will need to pay including fees and interest.
Declaration
Swift
public let monthlyPayment: BTPayPalCreditFinancingAmount?
-
Status of whether the customer ultimately was approved for and chose to make the payment using the approved installment credit.
Declaration
Swift
public let payerAcceptance: Bool
-
Length of financing terms in months.
Declaration
Swift
public let term: Int
-
Estimated total payment amount including interest and fees the user will pay during the lifetime of the loan.
Declaration
Swift
public let totalCost: BTPayPalCreditFinancingAmount?
-
Estimated interest or fees amount the payer will have to pay during the lifetime of the loan.
Declaration
Swift
public let totalInterest: BTPayPalCreditFinancingAmount?