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