예제 #1
0
 public virtual async Task <BillPaymentSummaryReportResponse> BillPaymentSummaryReportAsync(Agent agent, BillPaymentSummaryReportRequest billPaymentSummaryReportRequest)
 {
     return(await AgentConnect.BillPaymentSummaryReportAsync(agent, billPaymentSummaryReportRequest));
 }