| Package | Description |
|---|---|
| com.konfigthis.splitit.client.api | |
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder |
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder.billingAddress(AddressData billingAddress)
Set billingAddress
|
| Modifier and Type | Method and Description |
|---|---|
AddressData |
AddressData.addressLine(String addressLine) |
AddressData |
AddressData.addressLine2(String addressLine2) |
AddressData |
AddressData.city(String city) |
AddressData |
AddressData.country(String country) |
static AddressData |
AddressData.fromJson(String jsonString)
Create an instance of AddressData given an JSON string
|
AddressData |
SearchInstallmentPlanResponseItem.getBillingAddress()
Get billingAddress
|
AddressData |
InstallmentPlanGetResponse.getBillingAddress()
Get billingAddress
|
AddressData |
InitiatePlanResponse.getBillingAddress()
Get billingAddress
|
AddressData |
CheckInstallmentsEligibilityRequest.getBillingAddress()
Get billingAddress
|
AddressData |
InstallmentPlanCreateResponse.getBillingAddress()
Get billingAddress
|
AddressData |
AddressData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AddressData |
AddressData.state(String state) |
AddressData |
AddressData.zip(String zip) |
| Modifier and Type | Method and Description |
|---|---|
SearchInstallmentPlanResponseItem |
SearchInstallmentPlanResponseItem.billingAddress(AddressData billingAddress) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.billingAddress(AddressData billingAddress) |
InitiatePlanResponse |
InitiatePlanResponse.billingAddress(AddressData billingAddress) |
CheckInstallmentsEligibilityRequest |
CheckInstallmentsEligibilityRequest.billingAddress(AddressData billingAddress) |
InstallmentPlanCreateResponse |
InstallmentPlanCreateResponse.billingAddress(AddressData billingAddress) |
void |
SearchInstallmentPlanResponseItem.setBillingAddress(AddressData billingAddress) |
void |
InstallmentPlanGetResponse.setBillingAddress(AddressData billingAddress) |
void |
InitiatePlanResponse.setBillingAddress(AddressData billingAddress) |
void |
CheckInstallmentsEligibilityRequest.setBillingAddress(AddressData billingAddress) |
void |
InstallmentPlanCreateResponse.setBillingAddress(AddressData billingAddress) |
Copyright © 2023. All rights reserved.