public interface MetadataStore<T>
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getMetadata() |
MetadataStore<T> |
update(Map<String,Object> params) |
MetadataStore<T> |
update(Map<String,Object> params,
RequestOptions options) |
MetadataStore<T> update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
MetadataStore<T> update(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2016 Stripe. All rights reserved.