public class SubscriptionPaymentSourceResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionPaymentSourceResponse.Builder
Class to build instances of
SubscriptionPaymentSourceResponse. |
| Constructor and Description |
|---|
SubscriptionPaymentSourceResponse()
Default constructor.
|
SubscriptionPaymentSourceResponse(CardResponseWithBillingAddress card)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CardResponseWithBillingAddress |
getCard()
Getter for Card.
|
void |
setCard(CardResponseWithBillingAddress card)
Setter for Card.
|
SubscriptionPaymentSourceResponse.Builder |
toBuilder()
Builds a new
SubscriptionPaymentSourceResponse.Builder object. |
String |
toString()
Converts this SubscriptionPaymentSourceResponse into string format.
|
public SubscriptionPaymentSourceResponse()
public SubscriptionPaymentSourceResponse(CardResponseWithBillingAddress card)
card - CardResponseWithBillingAddress value for card.public CardResponseWithBillingAddress getCard()
public void setCard(CardResponseWithBillingAddress card)
card - Value for CardResponseWithBillingAddresspublic String toString()
public SubscriptionPaymentSourceResponse.Builder toBuilder()
SubscriptionPaymentSourceResponse.Builder object.
Creates the instance with the state of the current model.SubscriptionPaymentSourceResponse.Builder objectCopyright © 2026. All rights reserved.