statusPayment method

Future<GetnetStatusPaymentResponse> statusPayment({
  1. required GetnetStatusPaymentPayload statusPaymentPayload,
})

Implementation

Future<GetnetStatusPaymentResponse> statusPayment({required GetnetStatusPaymentPayload statusPaymentPayload}) async {
  throw UnimplementedError('statusPayment() has not been implemented.');
}