public class PaymentMethodObject extends Object
| Constructor and Description |
|---|
PaymentMethodObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
PaymentMethod |
getPaymentMethod()
Get paymentMethod
|
Problem |
getProblem()
Get problem
|
int |
hashCode() |
PaymentMethodObject |
pagination(Pagination pagination) |
PaymentMethodObject |
paymentMethod(PaymentMethod paymentMethod) |
PaymentMethodObject |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setPaymentMethod(PaymentMethod paymentMethod) |
void |
setProblem(Problem problem) |
String |
toString() |
public PaymentMethodObject pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public PaymentMethodObject problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public PaymentMethodObject paymentMethod(PaymentMethod paymentMethod)
public PaymentMethod getPaymentMethod()
public void setPaymentMethod(PaymentMethod paymentMethod)
Copyright © 2020. All rights reserved.