public class GetSubscriptionResponse1PaymentInstrumentBankAccount extends Object
| Constructor and Description |
|---|
GetSubscriptionResponse1PaymentInstrumentBankAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNumber()
Account number.
|
String |
getRoutingNumber()
Bank routing number.
|
String |
getType()
Account type.
|
int |
hashCode() |
GetSubscriptionResponse1PaymentInstrumentBankAccount |
number(String number) |
GetSubscriptionResponse1PaymentInstrumentBankAccount |
routingNumber(String routingNumber) |
void |
setNumber(String number) |
void |
setRoutingNumber(String routingNumber) |
void |
setType(String type) |
String |
toString() |
GetSubscriptionResponse1PaymentInstrumentBankAccount |
type(String type) |
public GetSubscriptionResponse1PaymentInstrumentBankAccount()
public GetSubscriptionResponse1PaymentInstrumentBankAccount type(String type)
public String getType()
public void setType(String type)
public GetSubscriptionResponse1PaymentInstrumentBankAccount number(String number)
public String getNumber()
public void setNumber(String number)
public GetSubscriptionResponse1PaymentInstrumentBankAccount routingNumber(String routingNumber)
public String getRoutingNumber()
public void setRoutingNumber(String routingNumber)
Copyright © 2025. All rights reserved.