paymentCollectionFetch abstract method
- @GET(Api.paymentCollectionFetch)
Future<PaymentDetailsModel>
paymentCollectionFetch(
{ - @Header("X-User-Id") String xUserId = "",
- @Header("X-User-Name") String xUserName = "",
- @Query("transactionId") required String invoiceId,
})
Implementation
@GET(Api.paymentCollectionFetch)
Future<PaymentDetailsModel> paymentCollectionFetch(
{@Header("X-User-Id") String xUserId = "",
@Header("X-User-Name") String xUserName = "",
@Query("transactionId") required String invoiceId});