public static class Money.SourceTypes extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
SourceTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAlipayAccount() |
Long |
getBankAccount() |
Long |
getBitcoinReceiver() |
Long |
getCard() |
void |
setAlipayAccount(Long alipayAccount) |
void |
setBankAccount(Long bankAccount) |
void |
setBitcoinReceiver(Long bitcoinReceiver) |
void |
setCard(Long card) |
equals, toStringpublic Long getAlipayAccount()
public void setAlipayAccount(Long alipayAccount)
public Long getBankAccount()
public void setBankAccount(Long bankAccount)
public Long getBitcoinReceiver()
public void setBitcoinReceiver(Long bitcoinReceiver)
public Long getCard()
public void setCard(Long card)
Copyright © 2016 Stripe. All rights reserved.