Beispiel #1
0
 public virtual async Task <BillPaymentDetailReportResponse> BillPaymentDetailReportAsync(Agent agent, BillPaymentDetailReportRequest billPaymentDetailReportRequest)
 {
     return(await AgentConnect.BillPaymentDetailReportAsync(agent, billPaymentDetailReportRequest));
 }