SessionShipping constructor
const
SessionShipping({
- required SessionShippingAddress address,
- String? carrier,
- required String name,
- String? phone,
- String? trackingNumber,
shipping
Shipping information for this payment.
Implementation
const SessionShipping({
required this.address,
this.carrier,
required this.name,
this.phone,
this.trackingNumber,
});