public class Balance extends Object implements Serializable
| Constructor and Description |
|---|
Balance() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAmount()
The amount of balance of the payment type.
|
String |
getPayment()
Your payment method.
|
String |
getType()
Your payment type.
|
String |
toString() |
public String getPayment()
public String getType()
public float getAmount()
Copyright © 2024. All rights reserved.