PaymentInitiationPaymentCreateRequest constructor
PaymentInitiationPaymentCreateRequest({
- String? clientId,
- String? secret,
- required String recipientId,
- required String reference,
- required PaymentAmount amount,
- ExternalPaymentScheduleRequest? schedule,
- ExternalPaymentOptions? options,
Implementation
PaymentInitiationPaymentCreateRequest({
this.clientId,
this.secret,
required this.recipientId,
required this.reference,
required this.amount,
this.schedule,
this.options,
});