ApprovalUrlInfo constructor

ApprovalUrlInfo({
  1. String? approvalUrl,
})

Implementation

ApprovalUrlInfo({
  this.approvalUrl,
});