CreditPayStubAddress constructor
CreditPayStubAddress({})
Implementation
CreditPayStubAddress({
required this.city,
required this.country,
required this.postalCode,
required this.region,
required this.street,
});