public class ReportingTransactionResponse
extends com.paypal.base.rest.PayPalModel
| Constructor and Description |
|---|
ReportingTransactionResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount_number() |
String |
getEnd_date() |
String |
getLast_refreshed_datetime() |
Integer |
getPage() |
String |
getStart_date() |
Integer |
getTotal_items() |
Integer |
getTotal_pages() |
List<TransactionDetail> |
getTransaction_details() |
ReportingTransactionResponse |
setAccount_number(String account_number) |
ReportingTransactionResponse |
setEnd_date(String end_date) |
ReportingTransactionResponse |
setLast_refreshed_datetime(String last_refreshed_datetime) |
ReportingTransactionResponse |
setPage(Integer page) |
ReportingTransactionResponse |
setStart_date(String start_date) |
ReportingTransactionResponse |
setTotal_items(Integer total_items) |
ReportingTransactionResponse |
setTotal_pages(Integer total_pages) |
ReportingTransactionResponse |
setTransaction_details(List<TransactionDetail> transaction_details) |
public List<TransactionDetail> getTransaction_details()
public ReportingTransactionResponse setTransaction_details(List<TransactionDetail> transaction_details)
public String getAccount_number()
public ReportingTransactionResponse setAccount_number(String account_number)
public String getStart_date()
public ReportingTransactionResponse setStart_date(String start_date)
public String getEnd_date()
public ReportingTransactionResponse setEnd_date(String end_date)
public String getLast_refreshed_datetime()
public ReportingTransactionResponse setLast_refreshed_datetime(String last_refreshed_datetime)
public Integer getPage()
public ReportingTransactionResponse setPage(Integer page)
public Integer getTotal_items()
public ReportingTransactionResponse setTotal_items(Integer total_items)
public Integer getTotal_pages()
public ReportingTransactionResponse setTotal_pages(Integer total_pages)
Copyright © 2025. All rights reserved.