createBilling
fun createBilling(name: String, email: String, phoneNumber: String, countryCode: String, state: String, city: String, street: String, postcode: String): Billing?
Build a Billing containing only the fields the merchant asked for via resolvedBillingFields. Returns null when the set is empty so no billing payload is sent.