PaymentLinkRequest constructor
const
PaymentLinkRequest({})
Implementation
const PaymentLinkRequest({
required this.amountCents,
required this.paymentMethods,
required this.email,
required this.fullName,
required this.phoneNumber,
this.description,
this.isLive = true,
this.paymentLinkImage,
this.referenceId,
});