toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android
/
PaymentSessionConfig
Payment
Session
Config
data
class
PaymentSessionConfig
:
Parcelable
Configuration for
PaymentSession
.
Members
Types
Builder
Link copied to clipboard
class
Builder
Shipping
Information
Validator
Link copied to clipboard
interface
ShippingInformationValidator
:
Serializable
Shipping
Methods
Factory
Link copied to clipboard
interface
ShippingMethodsFactory
:
Serializable
Properties
add
Payment
Method
Footer
Layout
Id
Link copied to clipboard
@get:
LayoutRes
val
addPaymentMethodFooterLayoutId
:
Int
=
0
allowed
Shipping
Country
Codes
Link copied to clipboard
val
allowedShippingCountryCodes
:
Set
<
String
>
billing
Address
Fields
Link copied to clipboard
val
billingAddressFields
:
BillingAddressFields
can
Delete
Payment
Methods
Link copied to clipboard
val
canDeletePaymentMethods
:
Boolean
=
true
hidden
Shipping
Info
Fields
Link copied to clipboard
val
hiddenShippingInfoFields
:
List
<
ShippingInfoWidget.CustomizableShippingField
>
is
Shipping
Info
Required
Link copied to clipboard
val
isShippingInfoRequired
:
Boolean
=
false
is
Shipping
Method
Required
Link copied to clipboard
val
isShippingMethodRequired
:
Boolean
=
false
optional
Shipping
Info
Fields
Link copied to clipboard
val
optionalShippingInfoFields
:
List
<
ShippingInfoWidget.CustomizableShippingField
>
payment
Methods
Footer
Layout
Id
Link copied to clipboard
@get:
LayoutRes
val
paymentMethodsFooterLayoutId
:
Int
=
0
payment
Method
Types
Link copied to clipboard
val
paymentMethodTypes
:
List
<
PaymentMethod.Type
>
prepopulated
Shipping
Info
Link copied to clipboard
val
prepopulatedShippingInfo
:
ShippingInformation
?
=
null
should
Show
Google
Pay
Link copied to clipboard
val
shouldShowGooglePay
:
Boolean
=
false
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)