#if __has_include() #import #else #import #endif @interface BTPayPalCreditFinancing () - (instancetype)initWithCardAmountImmutable:(BOOL)cardAmountImmutable monthlyPayment:(BTPayPalCreditFinancingAmount *)monthlyPayment payerAcceptance:(BOOL)payerAcceptance term:(NSInteger)term totalCost:(BTPayPalCreditFinancingAmount *)totalCost totalInterest:(BTPayPalCreditFinancingAmount *)totalInterest; @end