SdkPaymentServiceAddress constructor
SdkPaymentServiceAddress({})
Implementation
SdkPaymentServiceAddress({
this.addressLine1,
this.addressLine2,
this.city,
this.state,
this.country,
this.pincode,
});
SdkPaymentServiceAddress({
this.addressLine1,
this.addressLine2,
this.city,
this.state,
this.country,
this.pincode,
});