Class CreditFinancingOffered
Class CreditFinancingOffered
Credit financing offered to customer on PayPal side with opt-in/opt-out status
- PayPal\Common\PayPalModel
- PayPal\Api\CreditFinancingOffered
Methods summary
public
|
#
setTotalCost(
This is the estimated total payment amount including interest and fees the user will pay during the lifetime of the loan. |
public
|
#
getTotalCost( )
This is the estimated total payment amount including interest and fees the user will pay during the lifetime of the loan. |
public
|
|
public
PayPal\Api\number
|
|
public
|
#
setMonthlyPayment(
This is the estimated amount per month that the customer will need to pay including fees and interest. |
public
|
#
getMonthlyPayment( )
This is the estimated amount per month that the customer will need to pay including fees and interest. |
public
|
#
setTotalInterest(
Estimated interest or fees amount the payer will have to pay during the lifetime of the loan. |
public
|
#
getTotalInterest( )
Estimated interest or fees amount the payer will have to pay during the lifetime of the loan. |
public
|
#
setPayerAcceptance( boolean $payer_acceptance )
Status on whether the customer ultimately was approved for and chose to make the payment using the approved installment credit. |
public
boolean
|
#
getPayerAcceptance( )
Status on whether the customer ultimately was approved for and chose to make the payment using the approved installment credit. |
public
|
#
setCartAmountImmutable( boolean $cart_amount_immutable )
Indicates whether the cart amount is editable after payer's acceptance on PayPal side |
public
boolean
|
#
getCartAmountImmutable( )
Indicates whether the cart amount is editable after payer's acceptance on PayPal side |
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()