public class PaymentStatus extends Object
| Constructor and Description |
|---|
PaymentStatus()
A no-arg default constructor is needed for proper operation of JAX-RS
|
PaymentStatus(String status,
Payment payment) |
| Modifier and Type | Method and Description |
|---|---|
void |
setPayment(Payment payment) |
void |
setStatus(String status) |
Copyright © 2021 WSO2 Inc. All rights reserved.