pub type GetAuthenticatedExtendedCardRequest = Request<GetAuthenticatedExtendedCardRequestMethod, ()>;Aliased Type§
pub struct GetAuthenticatedExtendedCardRequest {
pub method: GetAuthenticatedExtendedCardRequestMethod,
pub params: (),
}Fields§
§method: GetAuthenticatedExtendedCardRequestMethod§params: ()