Profile Args
constructor(accountNumber: Output<String>? = null, additionalInformation: Output<String>? = null, address: Output<ProfileAddressArgs>? = null, attributes: Output<Map<String, String>>? = null, billingAddress: Output<ProfileBillingAddressArgs>? = null, birthDate: Output<String>? = null, businessEmailAddress: Output<String>? = null, businessName: Output<String>? = null, businessPhoneNumber: Output<String>? = null, domainName: Output<String>? = null, emailAddress: Output<String>? = null, firstName: Output<String>? = null, genderString: Output<String>? = null, homePhoneNumber: Output<String>? = null, lastName: Output<String>? = null, mailingAddress: Output<ProfileMailingAddressArgs>? = null, middleName: Output<String>? = null, mobilePhoneNumber: Output<String>? = null, partyTypeString: Output<String>? = null, personalEmailAddress: Output<String>? = null, phoneNumber: Output<String>? = null, shippingAddress: Output<ProfileShippingAddressArgs>? = null)