| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionsCardBrand |
SubscriptionsCardBrand.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static SubscriptionsCardBrand |
SubscriptionsCardBrand.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
SubscriptionsCardBrand |
SubscriptionCardRequest.getBrand()
Getter for Brand.
|
static SubscriptionsCardBrand |
SubscriptionsCardBrand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionsCardBrand[] |
SubscriptionsCardBrand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionCardRequest.Builder |
SubscriptionCardRequest.Builder.brand(SubscriptionsCardBrand brand)
Setter for brand.
|
void |
SubscriptionCardRequest.setBrand(SubscriptionsCardBrand brand)
Setter for Brand.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
SubscriptionsCardBrand.toValue(List<SubscriptionsCardBrand> toConvert)
Convert list of SubscriptionsCardBrand values to list of string values.
|
| Constructor and Description |
|---|
SubscriptionCardRequest(String name,
String number,
String expiry,
String securityCode,
CardType type,
SubscriptionsCardBrand brand,
Address billingAddress,
SubscriptionsCardAttributes attributes)
Initialization constructor.
|
Copyright © 2026. All rights reserved.