Package | Description |
---|---|
com.blockchyp.client | |
com.blockchyp.client.dto |
Modifier and Type | Method and Description |
---|---|
MerchantProfileResponse |
BlockChypClient.addTestMerchant(AddTestMerchantRequest request)
Adds a test merchant account.
|
MerchantProfileResponse |
BlockChypClient.merchantProfile(MerchantProfileRequest request)
Returns profile information for a merchant.
|
MerchantProfileResponse |
BlockChypClient.updateMerchant(MerchantProfile request)
Adds or updates a merchant account.
|
Modifier and Type | Method and Description |
---|---|
Collection<MerchantProfileResponse> |
GetMerchantsResponse.getMerchants()
Gets merchants in the current page of results.
|
Modifier and Type | Method and Description |
---|---|
void |
GetMerchantsResponse.addMerchant(MerchantProfileResponse value)
Adds a merchants in the current page of results.
|
Modifier and Type | Method and Description |
---|---|
void |
GetMerchantsResponse.setMerchants(Collection<MerchantProfileResponse> value)
Sets merchants in the current page of results.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.