menu
stripe_api_2 package
documentation
model/shipping_information.dart
ShippingInformation
ShippingInformation.new constructor
ShippingInformation.new constructor
dark_mode
light_mode
ShippingInformation
constructor
ShippingInformation
(
{
required
Address
address
,
String
?
name
,
String
?
phone
,
})
Implementation
ShippingInformation({ required this.address, this.name, this.phone, });
stripe_api_2 package
documentation
model/shipping_information
ShippingInformation
ShippingInformation.new constructor
ShippingInformation class