toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
PayPalNativeCheckout
/
com.braintreepayments.api
/
PayPalNativeCheckoutCreditFinancing
Pay
Pal
Native
Checkout
Credit
Financing
open
class
PayPalNativeCheckoutCreditFinancing
:
Parcelable
Represents the PayPal credit financing response.
Members
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
PayPalNativeCheckoutCreditFinancing
>
monthly
Payment
Link copied to clipboard
@get:
NonNull
open
val
monthlyPayment
:
PayPalNativeCheckoutCreditFinancingAmount
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
term
Link copied to clipboard
open
val
term
:
Int
total
Cost
Link copied to clipboard
@get:
NonNull
open
val
totalCost
:
PayPalNativeCheckoutCreditFinancingAmount
total
Interest
Link copied to clipboard
@get:
NonNull
open
val
totalInterest
:
PayPalNativeCheckoutCreditFinancingAmount
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
has
Payer
Acceptance
Link copied to clipboard
open
fun
hasPayerAcceptance
(
)
:
Boolean
is
Card
Amount
Immutable
Link copied to clipboard
open
fun
isCardAmountImmutable
(
)
:
Boolean
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)