RequestPaymentConfiguration constructor

RequestPaymentConfiguration(
  1. String? payer
)

Implementation

RequestPaymentConfiguration(
  this.payer,
);