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