| Interface | Description |
|---|---|
| StripePaymentSource |
Represents an object that has an ID field that can be used to create payments with Stripe.
|
| Class | Description |
|---|---|
| AccountParams |
Represents a grouping of parameters needed to create a Token for a Connect account on the server.
|
| Address |
Model for an owner address
object in the Source api.
|
| Address.Builder | |
| BankAccount |
Model class representing a bank account that can be used to create a token
via the protocol outlined in
the Stripe
documentation.
|
| Card |
A model object representing a Card in the Android SDK.
|
| Card.Builder |
Builder class for a
Card model. |
| Customer |
Model for a Stripe Customer object
|
| CustomerSource |
Model of the "data" object inside a
Customer "source" object. |
| PaymentIntent | |
| PaymentIntentParams | |
| ShippingInformation |
Model representing a shipping address object
|
| ShippingMethod |
Model representing a shipping method in the Android SDK.
|
| Source |
A model class representing a source in the Android SDK.
|
| SourceCardData |
Model for data contained in the SourceTypeData of a Card Source.
|
| SourceCodeVerification |
Model for a
object in the source api, not source code verification
|
| SourceOwner |
Model for a owner object
in the Source api.
|
| SourceParams |
Represents a grouping of parameters needed to create a
Source object on the server. |
| SourceReceiver |
Model for a receiver object in
the source api.
|
| SourceRedirect |
Model for a redirect object
in the source api.
|
| SourceSepaDebitData |
Model for the SourceTypeData contained in a SEPA Debit Source object.
|
| StripeJsonModel |
Represents a JSON model used in the Stripe Api.
|
| Token |
Tokenization is the process Stripe uses to collect sensitive card, bank account details, Stripe
account details or personally identifiable information (PII), directly from your customers in a
secure manner.
|
| Annotation Type | Description |
|---|---|
| Address.RequiredBillingAddressFields | |
| BankAccount.BankAccountType | |
| Card.CardBrand | |
| Card.FundingType | |
| Source.SourceFlow | |
| Source.SourceStatus | |
| Source.SourceType | |
| Source.Usage | |
| SourceCardData.ThreeDSecureStatus | |
| Token.TokenType |