Uses of Class
io.gs2.project.model.BillingMethod
Packages that use BillingMethod
-
Uses of BillingMethod in io.gs2.project.model
Methods in io.gs2.project.model that return BillingMethodModifier and TypeMethodDescriptionstatic BillingMethodBillingMethod.fromJson(com.fasterxml.jackson.databind.JsonNode data) BillingMethod.withAccountName(String accountName) BillingMethod.withBillingMethodId(String billingMethodId) BillingMethod.withCardBrand(String cardBrand) BillingMethod.withCardLast4(String cardLast4) BillingMethod.withCardSignatureName(String cardSignatureName) BillingMethod.withCreatedAt(Long createdAt) BillingMethod.withDescription(String description) BillingMethod.withMethodType(String methodType) BillingMethod.withPartnerId(String partnerId) BillingMethod.withUpdatedAt(Long updatedAt) Methods in io.gs2.project.model with parameters of type BillingMethod -
Uses of BillingMethod in io.gs2.project.result
Methods in io.gs2.project.result that return BillingMethodModifier and TypeMethodDescriptionCreateBillingMethodResult.getItem()DeleteBillingMethodResult.getItem()GetBillingMethodResult.getItem()UpdateBillingMethodResult.getItem()Methods in io.gs2.project.result that return types with arguments of type BillingMethodMethods in io.gs2.project.result with parameters of type BillingMethodModifier and TypeMethodDescriptionvoidCreateBillingMethodResult.setItem(BillingMethod item) voidDeleteBillingMethodResult.setItem(BillingMethod item) voidGetBillingMethodResult.setItem(BillingMethod item) voidUpdateBillingMethodResult.setItem(BillingMethod item) CreateBillingMethodResult.withItem(BillingMethod item) DeleteBillingMethodResult.withItem(BillingMethod item) GetBillingMethodResult.withItem(BillingMethod item) UpdateBillingMethodResult.withItem(BillingMethod item) Method parameters in io.gs2.project.result with type arguments of type BillingMethodModifier and TypeMethodDescriptionvoidDescribeBillingMethodsResult.setItems(List<BillingMethod> items) DescribeBillingMethodsResult.withItems(List<BillingMethod> items)