Uses of Class
com.ibm.fhir.model.resource.Account.Guarantor
-
Packages that use Account.Guarantor Package Description com.ibm.fhir.model.resource -
-
Uses of Account.Guarantor in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Account.Guarantor Modifier and Type Method Description Account.Guarantor
Account.Guarantor.Builder. build()
Build theAccount.Guarantor
Methods in com.ibm.fhir.model.resource that return types with arguments of type Account.Guarantor Modifier and Type Method Description List<Account.Guarantor>
Account. getGuarantor()
The parties responsible for balancing the account if other payment options fall short.Methods in com.ibm.fhir.model.resource with parameters of type Account.Guarantor Modifier and Type Method Description protected Account.Guarantor.Builder
Account.Guarantor.Builder. from(Account.Guarantor guarantor)
Account.Builder
Account.Builder. guarantor(Account.Guarantor... guarantor)
The parties responsible for balancing the account if other payment options fall short.Method parameters in com.ibm.fhir.model.resource with type arguments of type Account.Guarantor Modifier and Type Method Description Account.Builder
Account.Builder. guarantor(Collection<Account.Guarantor> guarantor)
The parties responsible for balancing the account if other payment options fall short.
-