SquarePosPaymentRequest constructor
SquarePosPaymentRequest({
- required SquarePosMoney money,
- String? userInfoString,
- String? locationID,
- String? notes,
- String? customerID,
- List<
SquarePosTenderType> ? supportedTenderTypes = SquarePosTenderType.values, - bool returnsAutomaticallyAfterPayment = true,
Implementation
SquarePosPaymentRequest({
required this.money,
this.userInfoString,
this.locationID,
this.notes,
this.customerID,
this.supportedTenderTypes = SquarePosTenderType.values,
this.returnsAutomaticallyAfterPayment = true,
});